File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -2363,8 +2363,8 @@ def to_hdf(
2363
2363
nan_rep = None ,
2364
2364
dropna : Optional [bool_t ] = None ,
2365
2365
data_columns : Optional [List [str ]] = None ,
2366
- encoding : str = "UTF-8" ,
2367
2366
errors : str = "strict" ,
2367
+ encoding : str = "UTF-8" ,
2368
2368
) -> None :
2369
2369
"""
2370
2370
Write the contained data to an HDF5 file using HDFStore.
@@ -2416,14 +2416,11 @@ def to_hdf(
2416
2416
like searching / selecting subsets of the data.
2417
2417
- If None, pd.get_option('io.hdf.default_format') is checked,
2418
2418
followed by fallback to "fixed"
2419
- encoding : str, default "UTF-8"
2420
2419
errors : str, default 'strict'
2421
2420
Specifies how encoding and decoding errors are to be handled.
2422
2421
See the errors argument for :func:`open` for a full list
2423
2422
of options.
2424
-
2425
- .. versionadded:: 1.1.0
2426
-
2423
+ encoding : str, default "UTF-8"
2427
2424
min_itemsize : dict or int, optional
2428
2425
Map column names to minimum string sizes for columns.
2429
2426
nan_rep : Any, optional
You can’t perform that action at this time.
0 commit comments