Skip to content

Commit e7b7606

Browse files
Add docstring for errors argument
1 parent 33d7e1a commit e7b7606

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
@@ -365,6 +365,10 @@ def get_handle(
365365
Mode to open path_or_buf with.
366366
encoding : str or None
367367
Encoding to use.
368+
errors : str, default 'strict'
369+
Specifies how encoding and decoding errors are to be handled.
370+
See the errors argument for :func:`open` for a full list
371+
of options.
368372
compression : str or dict, default None
369373
If string, specifies compression mode. If dict, value at key 'method'
370374
specifies compression mode. Compression mode must be one of {'infer',

0 commit comments

Comments
 (0)