Research
Link to question on StackOverflow
https://stackoverflow.com/questions/60956268/save-sparse-pandas-dataframe-to-different-file-types
Question about pandas
I want have sparse dataframe structure saved in one file (to avoid proliferation of files)
how can I write and read and get the same sparse df? any alternative to pickle?