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 d2925bc commit d6f3a5cCopy full SHA for d6f3a5c
pandas/io/parsers/arrow_parser_wrapper.py
@@ -62,8 +62,6 @@ def _get_pyarrow_options(self) -> None:
62
"""
63
Rename some arguments to pass to pyarrow
64
65
- pa = import_optional_dependency("pyarrow")
66
-
67
mapping = {
68
"usecols": "include_columns",
69
"na_values": "null_values",
0 commit comments