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 82177f0 commit fd47b48Copy full SHA for fd47b48
pandas/tests/interchange/test_impl.py
@@ -296,7 +296,7 @@ def test_categorical_to_numpy_dlpack():
296
@pytest.mark.parametrize("data", [{}, {"a": []}])
297
def test_empty_pyarrow(data):
298
# GH 53155
299
- pytest.importorskip("pyarrow", "11.0.0")
+ pytest.importorskip("pyarrow", "14.0.0")
300
from pyarrow.interchange import from_dataframe as pa_from_dataframe
301
302
expected = pd.DataFrame(data)
0 commit comments