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 11a7ed0 commit c27bf8bCopy full SHA for c27bf8b
pandas/tests/frame/methods/test_cov_corr.py
@@ -318,7 +318,6 @@ def test_corrwith_non_timeseries_data(self):
318
for row in index[:4]:
319
tm.assert_almost_equal(correls[row], df1.loc[row].corr(df2.loc[row]))
320
321
- # @pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string)")
322
def test_corrwith_with_objects(self, using_infer_string):
323
df1 = DataFrame(
324
np.random.default_rng(2).standard_normal((10, 4)),
0 commit comments