HDFStore.append(key, value, format=None, append=True, columns=None, dropna=None, **kwargs) [source]
Append to Table in file. Node must already exist and be Table format.
| Parameters: |
format: ‘table’ is the default
append : boolean, default True, append the input data to the existing data_columns : list of columns, or True, default None List of columns to create as indexed data columns for on-disk queries, or True to use all columns. By default only the axes of the object are indexed. See here.
dropna : boolean, default False, do not write an ALL nan row to the store settable by the option ‘io.hdf.dropna_table’ |
|---|
Does not check if data being appended overlaps with existing data in the table, so be careful
© 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.append.html