achabotl / pambox

Python auditory modeling toolbox.
http://pambox.org
BSD 3-Clause "New" or "Revised" License
35 stars 8 forks source link

Add an option to Experiment class to save complete data frame to HDF5 #24

Closed achabotl closed 9 years ago

achabotl commented 9 years ago

Since it's possible to save a Pandas Dataframe directly to HDF5, it would be a good idea to offer that option when running an experiment. I think the default should be "off", because the resulting files will be too big, but it would certainly be useful for debugging, makings plots of the internal representations, etc.

achabotl commented 9 years ago

Actually, this is not really necessary, since pandas data frames can be dumped as HDF5 using the to_hdf method.