HDFStore.
put
Store object in HDFStore.
Format to use when storing object in HDFStore. Value can be one of:
'fixed'
Fixed format. Fast writing/reading. Not-appendable, nor searchable.
'table'
Table format. Write as a PyTables Table structure which may perform worse but allow more flexible operations like searching / selecting subsets of the data.
This will force Table format, append the input data to the existing.
List of columns to create as data columns, or True to use all columns. See here.
Provide an encoding for strings.
The store settable by the option ‘io.hdf.dropna_table’.
Parameter is propagated to ‘create_table’ method of ‘PyTables’. If set to False it enables to have the same h5 files (same hashes) independent on creation time.
New in version 1.1.0.