Skip to content

Commit 0ba9d14

Browse files
Add versionadded tag to error argument
1 parent a9eb4e0 commit 0ba9d14

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
@@ -2426,6 +2426,9 @@ def to_hdf(
24262426
Specifies how encoding and decoding errors are to be handled.
24272427
See the errors argument for :func:`open` for a full list
24282428
of options.
2429+
2430+
.. versionadded:: 1.1.0
2431+
24292432
min_itemsize : dict or int, optional
24302433
Map column names to minimum string sizes for columns.
24312434
nan_rep : Any, optional

pandas/io/common.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,9 @@ def get_handle(
369369
Specifies how encoding and decoding errors are to be handled.
370370
See the errors argument for :func:`open` for a full list
371371
of options.
372+
373+
.. versionadded:: 1.1.0
374+
372375
compression : str or dict, default None
373376
If string, specifies compression mode. If dict, value at key 'method'
374377
specifies compression mode. Compression mode must be one of {'infer',

0 commit comments

Comments
 (0)