JuliaData / CSV.jl

Utility library for working with CSV and other delimited files in the Julia programming language
https://csv.juliadata.org/
Other
470 stars 140 forks source link

pool kwarg documentation #1090

Open bkamins opened 1 year ago

bkamins commented 1 year ago

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.

quinnj commented 1 year ago

Yes, just a documentation issue.