Skip to content

Commit bf800cc

Browse files
Add versionadded tag to error argument
1 parent 0ff82b4 commit bf800cc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pandas/core/generic.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2415,6 +2415,9 @@ def to_hdf(
24152415
Specifies how encoding and decoding errors are to be handled.
24162416
See the errors argument for :func:`open` for a full list
24172417
of options.
2418+
2419+
.. versionadded:: 1.1.0
2420+
24182421
min_itemsize : dict or int, optional
24192422
Map column names to minimum string sizes for columns.
24202423
nan_rep : Any, optional

pandas/io/common.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,9 @@ def get_handle(
350350
Specifies how encoding and decoding errors are to be handled.
351351
See the errors argument for :func:`open` for a full list
352352
of options.
353+
354+
.. versionadded:: 1.1.0
355+
353356
compression : str or dict, default None
354357
If string, specifies compression mode. If dict, value at key 'method'
355358
specifies compression mode. Compression mode must be one of {'infer',

0 commit comments

Comments
 (0)