Skip to content

Commit d76fb37

Browse files
Docstring added
1 parent f1fda88 commit d76fb37

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pandas/io/pytables.py

+6
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,12 @@ def put(
10111011
Provide an encoding for strings.
10121012
dropna : bool, default False, do not write an ALL nan row to
10131013
The store settable by the option 'io.hdf.dropna_table'.
1014+
track_times : 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
10141020
"""
10151021
if format is None:
10161022
format = get_option("io.hdf.default_format") or "fixed"

0 commit comments

Comments
 (0)