We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fda88 commit 010dce7Copy full SHA for 010dce7
pandas/io/pytables.py
@@ -1011,6 +1011,12 @@ def put(
1011
Provide an encoding for strings.
1012
dropna : bool, default False, do not write an ALL nan row to
1013
The store settable by the option 'io.hdf.dropna_table'.
1014
+ track_time : bool, default True
1015
+ Parameter is propagated to 'create_table' method of 'PyTables'.
1016
+ If set to False it enables to have the same h5 files (same hashes)
1017
+ independent on creation time.
1018
+
1019
+ .. versionadded:: 1.1.0
1020
"""
1021
if format is None:
1022
format = get_option("io.hdf.default_format") or "fixed"
0 commit comments