Simple package to handle data saving and reading with minimum required libraries.
Mainly used as dependance of pyjapcscout, but it can be used for other purposes as well.
Mainly used as dependance of `pyjapcscout`, but it can be used for other purposes as well.
## Purpose of this project
The idea is to provide a few sweet functions go from a nested dict of numpy arrays to parquet (and to pickle, and json) and come back.
The idea is to provide a few sweet functions to go from a nested `dict` of `numpy` arrays to `parquet` (and to `pickle`, and `json`) and come back**preserving** the data types. The aspect related to data types preservation is important for the roud-trip of meachine parameter reading, saving and settings.