We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1406f75 commit a5b46dfCopy full SHA for a5b46df
doc/source/whatsnew/v1.1.0.rst
@@ -69,6 +69,7 @@ Other enhancements
69
- `OptionError` is now exposed in `pandas.errors` (:issue:`27553`)
70
- :func:`timedelta_range` will now infer a frequency when passed ``start``, ``stop``, and ``periods`` (:issue:`32377`)
71
- Positional slicing on a :class:`IntervalIndex` now supports slices with ``step > 1`` (:issue:`31658`)
72
+- :meth:`HDFStore.put` now accepts `track_times` parameter. Parameter is passed to ``create_table`` method of ``PyTables`` (:issue:`32682`).
73
-
74
75
.. ---------------------------------------------------------------------------
0 commit comments