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 5b34838 commit 2f14267Copy full SHA for 2f14267
pandas/tests/frame/methods/test_select_dtypes.py
@@ -507,5 +507,4 @@ def test_select_dtype_object_and_str(self, using_infer_string):
507
expected = df[["a", "c"]]
508
else:
509
expected = df[["c"]]
510
- expected = df[["a", "c"]]
511
tm.assert_frame_equal(result, expected)
0 commit comments