CSV.jl icon indicating copy to clipboard operation
CSV.jl copied to clipboard

pool kwarg documentation

Open bkamins opened this issue 2 years ago • 1 comments

The documentation for pool kwarg in reader states:

if true, all columns detected as String will be pooled

However, also e.g. String15 will be pooled then. I think it is OK to pool String15 and similar. Probably this is a documentation issue only, but please confirm.

bkamins avatar May 13 '23 16:05 bkamins

Yes, just a documentation issue.

quinnj avatar May 15 '23 13:05 quinnj