We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d7e1a commit e7b7606Copy full SHA for e7b7606
pandas/io/common.py
@@ -365,6 +365,10 @@ def get_handle(
365
Mode to open path_or_buf with.
366
encoding : str or None
367
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.
372
compression : str or dict, default None
373
If string, specifies compression mode. If dict, value at key 'method'
374
specifies compression mode. Compression mode must be one of {'infer',
0 commit comments