xKDR / Survey.jl

Analysis of complex surveys
https://xkdr.github.io/Survey.jl/
GNU General Public License v3.0
53 stars 19 forks source link

Change csv files in `assets/` to data engineered Julia dataframe #265

Open smishr opened 1 year ago

smishr commented 1 year ago

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.