Change csv files in assets/
to data engineered Julia dataframe
#265
Labels
Milestone
assets/
to data engineered Julia dataframe
#265
Things like type of columns should be fixed to best possible type for that column. The files should be cached so that a data engineered DataFrame object is loaded into memory.
Especially convert categorical columns, which should utilise faster methods written for
CategoricalArray
types.The text was updated successfully, but these errors were encountered: