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 13bf395 commit ed8811aCopy full SHA for ed8811a
pandas/tests/frame/methods/test_set_index.py
@@ -54,7 +54,7 @@ def test_set_index_empty_dataframe(self):
54
)
55
56
expected = df.set_index(["a", "b"])
57
- tm.assert_frame_equal(df.reset_index(drop = True), expected.reset_index())
+ tm.assert_frame_equal(df.reset_index(drop=True), expected.reset_index())
58
assert df.empty is True
59
60
def test_set_index_multiindexcolumns(self):
0 commit comments