Skip to content

Commit b8132b9

Browse files
committed
DOC: add versionadded for hdf.default_format (GH6554)
1 parent 92707b9 commit b8132b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/io.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2287,6 +2287,8 @@ other sessions. In addition, delete & query type operations are
22872287
supported. This format is specified by ``format='table'`` or ``format='t'``
22882288
to ``append`` or ``put`` or ``to_hdf``
22892289

2290+
.. versionadded:: 0.13
2291+
22902292
This format can be set as an option as well ``pd.set_option('io.hdf.default_format','table')`` to
22912293
enable ``put/append/to_hdf`` to by default store in the ``table`` format.
22922294

0 commit comments

Comments
 (0)