HDFStore.put(key, value, format=None, append=False, **kwargs) [source]
Store object in HDFStore
| Parameters: |
format : ‘fixed(f)|table(t)’, default is ‘fixed’
append : boolean, default False This will force Table format, append the input data to the existing. data_columns : list of columns to create as data columns, or True to use all columns. See here # noqa
dropna : boolean, default False, do not write an ALL nan row to the store settable by the option ‘io.hdf.dropna_table’ |
|---|
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
http://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.HDFStore.put.html