We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1530210 commit cc5ef4fCopy full SHA for cc5ef4f
pandas/core/generic.py
@@ -2645,7 +2645,7 @@ def to_hdf(
2645
which may perform worse but allow more flexible operations
2646
like searching / selecting subsets of the data.
2647
- If None, pd.get_option('io.hdf.default_format') is checked,
2648
- followed by fallback to "fixed"
+ followed by fallback to "fixed".
2649
errors : str, default 'strict'
2650
Specifies how encoding and decoding errors are to be handled.
2651
See the errors argument for :func:`open` for a full list
0 commit comments