We've decided to write all input data to a Parquet file, which is a high-performance binary data storage format designed for big-data and cloud-computing.
Parquet is tightly integrated with Pandas, and is designed to manage complex hierarchical, nested data structures, similar to HDF5.
Our intent is to support both HDF5 and Parquet for storage of input and output data.
We've decided to write all input data to a Parquet file, which is a high-performance binary data storage format designed for big-data and cloud-computing.
Parquet is tightly integrated with Pandas, and is designed to manage complex hierarchical, nested data structures, similar to HDF5.
Our intent is to support both HDF5 and Parquet for storage of input and output data.