Skip to content

efharkin/h5table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

h5table

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.

Installation

python -m pip install https://github.com/efharkin/h5table.git@master

About

Save and load pandas dataframes to/from HDF5

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages