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 7adc291 commit bdc1a0aCopy full SHA for bdc1a0a
pandas/tests/indexing/multiindex/test_setitem.py
@@ -547,7 +547,6 @@ def test_setitem_enlargement_multiindex_multiple_none(self):
547
tm.assert_frame_equal(df, expected, check_index_type=False)
548
549
550
-
551
def test_frame_setitem_view_direct(multiindex_dataframe_random_data):
552
# this works because we are modifying the underlying array
553
# really a no-no
0 commit comments