A simple solution to store pandas DataFrames and similar tables in HDF5 files while preserving column names and datatypes.
Provides save_dataframe()
and load_dataframe()
for saving and loading
dataframes, respectively. See help({save,load}_dataframe)
for more
information.
python -m pip install https://github.com/efharkin/h5table.git@master