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 f451617 commit 886350dCopy full SHA for 886350d
pandas/tests/indexing/multiindex/test_setitem.py
@@ -554,4 +554,3 @@ def test_frame_setitem_partial_multiindex():
554
expected = df.copy()
555
expected["d"] = 8
556
tm.assert_frame_equal(result, expected)
557
-
0 commit comments