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.
DeprecationWarning
ArrowTable.to_pandas()
1 parent 63a1c9e commit 285b836Copy full SHA for 285b836
.pre-commit-config.yaml
@@ -95,7 +95,8 @@ repos:
95
# DeprecationWarning: https://github.com/pandas-dev/pandas/issues/54970
96
exclude: |
97
(?x)^(
98
- ^python/cudf/cudf/core/dtypes.py
+ ^python/cudf/cudf/core/dtypes.py|
99
+ ^python/cudf/cudf/tests/pytest.ini
100
)
101
- id: no-programmatic-xfail
102
name: no-programmatic-xfail
python/cudf/cudf/tests/pytest.ini
@@ -8,3 +8,5 @@ filterwarnings =
8
error
9
ignore:::.*xdist.*
10
ignore:::.*pytest.*
11
+ ignore:Passing a BlockManager to DataFrame is deprecated:DeprecationWarning
12
+ # Above deprecation warning comes from Pyarrow Table.to_pandas() with pandas-2.2+
0 commit comments