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 f157b19 commit fd482e8Copy full SHA for fd482e8
pandas/io/parsers/arrow_parser_wrapper.py
@@ -6,8 +6,8 @@
6
from pandas._config import using_pyarrow_string_dtype
7
8
from pandas._libs import lib
9
-from pandas._libs.parsers import ParserWarning
10
from pandas.compat._optional import import_optional_dependency
+from pandas.errors import ParserWarning
11
from pandas.util._exceptions import find_stack_level
12
13
from pandas.core.dtypes.inference import is_integer
0 commit comments