The lack of an obvious save function has left people using pickle etc. which is very bad for memory.
Supplying convenient save and load functions might help with better defaults.
Requirements:
- hierarchy of defaults (depending on if pyarrow is installed)
- warning if data will be lost
- explicit choice possible (e.g. CSV etc.)
The lack of an obvious
savefunction has left people usingpickleetc. which is very bad for memory.Supplying convenient
saveandloadfunctions might help with better defaults.Requirements: