HDFStore.put(key, value, format=None, append=False, **kwargs) Store object in HDFStore
| Parameters: |
key : object value : {Series, DataFrame, Panel} format : ‘fixed(f)|table(t)’, default is ‘fixed’
append : boolean, default False This will force Table format, append the input data to the existing. encoding : default None, provide an encoding for strings dropna : boolean, default False, do not write an ALL nan row to the store settable by the option ‘io.hdf.dropna_table’ |
|---|
© 2011–2012 Lambda Foundry, Inc. and PyData Development Team
© 2008–2011 AQR Capital Management, LLC
© 2008–2014 the pandas development team
Licensed under the 3-clause BSD License.
http://pandas.pydata.org/pandas-docs/version/0.18.1/generated/pandas.HDFStore.put.html