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 09f9893 commit 82177f0Copy full SHA for 82177f0
pandas/conftest.py
@@ -141,6 +141,7 @@ def pytest_collection_modifyitems(items, config) -> None:
141
("is_datetime64tz_dtype", "is_datetime64tz_dtype is deprecated"),
142
("is_categorical_dtype", "is_categorical_dtype is deprecated"),
143
("is_sparse", "is_sparse is deprecated"),
144
+ ("DataFrame.__dataframe__", "Interchange Protocol is deprecated"),
145
("DataFrameGroupBy.fillna", "DataFrameGroupBy.fillna is deprecated"),
146
("DataFrameGroupBy.corrwith", "DataFrameGroupBy.corrwith is deprecated"),
147
("NDFrame.replace", "Series.replace without 'value'"),
0 commit comments