JuliaML / MLDataUtils.jl

Utility package for generating, loading, splitting, and processing Machine Learning datasets
http://mldatautilsjl.readthedocs.io/
Other
102 stars 20 forks source link

Support DataFrames 0.21 #58

Closed omus closed 4 years ago

omus commented 4 years ago

DataFrames 0.18 does not support the new ! syntax. Additionally, DataFrames 0.21 likes to use strings a column names so there are a few functions here that could be updated to take strings and symbols but I figured it was best to start with these changes.

Replaces #56

johnnychen94 commented 4 years ago

Thanks for upgrading this!