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

Documenting survey data pre processing pipelines #245

Open smishr opened 1 year ago

smishr commented 1 year ago

To create a Manual page on how a user can get started importing and pre processing their data. Survey datasets can be stored in variety (and sometimes esoteric) of data formats. Illustrate the procedure of how to import each type of format in Julia. Linking and basic usage of external packages in Julia that handle various data formats, eg CSV, Arrow, SAS/SPSS data, or feather etc.

Many popular surveys may still be in archaic data formats, so should check compatibility with julia (I think most data formats should be supported relatively well).