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 ca0b39b commit 19df340Copy full SHA for 19df340
pandas/tests/groupby/test_all_methods.py
@@ -88,6 +88,7 @@ def test_dup_labels_output_shape(groupby_func, idx):
88
89
def test_not_c_contiguous_mask(groupby_func):
90
if groupby_func == "corrwith":
91
+ # corrwith is deprecated
92
return
93
df = DataFrame({"a": [1, 1, 2], "b": [3, 4, 5]}, dtype="Int64")
94
reversed = DataFrame(
0 commit comments