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 064a6c6 commit c03c59aCopy full SHA for c03c59a
.gitignore
@@ -141,3 +141,4 @@ doc/source/savefig/
141
# Pyodide/WASM related files #
142
##############################
143
/.pyodide-xbuildenv-*
144
+.venv/
pandas/tests/io/test_common.py
@@ -33,6 +33,7 @@
33
34
pytestmark = pytest.mark.filterwarnings(
35
"ignore:Passing a BlockManager to DataFrame:DeprecationWarning"
36
+ "ignore:pyarrow requires pandas:UserWarning:pyarrow.lib",
37
)
38
39
0 commit comments