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 @@ -2368,8 +2368,8 @@ def to_hdf(
2368
2368
dropna : Optional [bool_t ] = None ,
2369
2369
data_columns : Optional [Union [bool_t , List [str ]]] = None ,
2370
2370
data_columns : Optional [List [str ]] = None ,
2371
- encoding : str = "UTF-8" ,
2372
2371
errors : str = "strict" ,
2372
+ encoding : str = "UTF-8" ,
2373
2373
) -> None :
2374
2374
"""
2375
2375
Write the contained data to an HDF5 file using HDFStore.
@@ -2421,14 +2421,11 @@ def to_hdf(
2421
2421
like searching / selecting subsets of the data.
2422
2422
- If None, pd.get_option('io.hdf.default_format') is checked,
2423
2423
followed by fallback to "fixed"
2424
- encoding : str, default "UTF-8"
2425
2424
errors : str, default 'strict'
2426
2425
Specifies how encoding and decoding errors are to be handled.
2427
2426
See the errors argument for :func:`open` for a full list
2428
2427
of options.
2429
-
2430
- .. versionadded:: 1.1.0
2431
-
2428
+ encoding : str, default "UTF-8"
2432
2429
min_itemsize : dict or int, optional
2433
2430
Map column names to minimum string sizes for columns.
2434
2431
nan_rep : Any, optional
You can’t perform that action at this time.
0 commit comments