I’m happy to announce a new 0.7 release of the CSV.jl package. This is the last anticipated release before an official 1.0 release, and can be considered a 1.0 “trial run”. Major changes include: Deprecations CSV.read(file; kw...) has been deprecated in favor of DataFrame!(CSV.File(file; kw...)) The categorical keyword argument has been deprecated; pooled columns will be returned as PooledArray by default; users can produce CategoricalArrays themselves by loading CategoricalArrays and calli...
They’re starting to remove CSV.jl’s dependency on DataFrames.jl