Skip to content

Commit 8bdea9a

Browse files
Add docstring for errors argument
1 parent 4f18db5 commit 8bdea9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/io/common.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,10 @@ def get_handle(
346346
Mode to open path_or_buf with.
347347
encoding : str or None
348348
Encoding to use.
349+
errors : str, default 'strict'
350+
Specifies how encoding and decoding errors are to be handled.
351+
See the errors argument for :func:`open` for a full list
352+
of options.
349353
compression : str or dict, default None
350354
If string, specifies compression mode. If dict, value at key 'method'
351355
specifies compression mode. Compression mode must be one of {'infer',

0 commit comments

Comments
 (0)