Good morning everyone,
I'm pleased to announce version 1.1.0 of the ndcsv library.
NDCSV is a file format that allows storing N-dimensional xarray.DataArray objects into human-readable CSV files and read them back without needing any configuration, load hints, or sidecar configuration files. Unlike
pandas.DataFrame.to_csv() and
pandas.read_csv(), NDCSV is fully automated and reversible.
Release 1.1.0 ensures support for the latest versions of python, pandas, and xarray.
Regards
Guido Imperiale