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 ab3b8b9 commit e93ed83Copy full SHA for e93ed83
pandas/tests/frame/methods/test_cov_corr.py
@@ -259,6 +259,7 @@ def test_corr_rank_ordered_categorical(
259
self,
260
method,
261
):
262
+ pytest.importorskip("scipy")
263
df = DataFrame(
264
{
265
"ord_cat": Series(
@@ -540,6 +541,7 @@ def test_corr_rank_ordered_categorical(
540
541
542
543
544
545
df1 = DataFrame(
546
547
"a": Series(
0 commit comments