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 4f18db5 commit 8bdea9aCopy full SHA for 8bdea9a
pandas/io/common.py
@@ -346,6 +346,10 @@ def get_handle(
346
Mode to open path_or_buf with.
347
encoding : str or None
348
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.
353
compression : str or dict, default None
354
If string, specifies compression mode. If dict, value at key 'method'
355
specifies compression mode. Compression mode must be one of {'infer',
0 commit comments