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