You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you read a csv with a column that is initially empty, TextParse.jl assigns that column a type of Any. I propose that the column type should either be narrowed to a union of the actual types used or that the initial type should be Missing and it should be promoted as in #64.
Related to #64
If you read a csv with a column that is initially empty, TextParse.jl assigns that column a type of
Any
. I propose that the column type should either be narrowed to a union of the actual types used or that the initial type should beMissing
and it should be promoted as in #64.Complete example
The text was updated successfully, but these errors were encountered: