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