From e5604d94170aad79dc9125163e5d2a818b407dcd Mon Sep 17 00:00:00 2001 From: Marvin Date: Fri, 27 Aug 2021 15:57:58 +0800 Subject: [PATCH] DOC PR09 Add "." on to_hdf format parameter --- pandas/core/generic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 4927f479ba905..11c63aba43aac 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -2645,7 +2645,7 @@ def to_hdf( which may perform worse but allow more flexible operations like searching / selecting subsets of the data. - If None, pd.get_option('io.hdf.default_format') is checked, - followed by fallback to "fixed" + followed by fallback to "fixed". errors : str, default 'strict' Specifies how encoding and decoding errors are to be handled. See the errors argument for :func:`open` for a full list