Skip to content

Commit 7eef62a

Browse files
marvintensuanfeefladder
authored andcommitted
DOC PR09 Add "." on to_hdf format parameter (pandas-dev#43246)
1 parent facda93 commit 7eef62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2645,7 +2645,7 @@ def to_hdf(
26452645
which may perform worse but allow more flexible operations
26462646
like searching / selecting subsets of the data.
26472647
- If None, pd.get_option('io.hdf.default_format') is checked,
2648-
followed by fallback to "fixed"
2648+
followed by fallback to "fixed".
26492649
errors : str, default 'strict'
26502650
Specifies how encoding and decoding errors are to be handled.
26512651
See the errors argument for :func:`open` for a full list

0 commit comments

Comments
 (0)