CSV.jl
CSV.jl copied to clipboard
pool kwarg documentation
The documentation for pool kwarg in reader states:
if true, all columns detected as
Stringwill 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.
Yes, just a documentation issue.