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 ea23d74 commit b33b98cCopy full SHA for b33b98c
pandas/tests/indexing/multiindex/test_setitem.py
@@ -508,6 +508,7 @@ def test_setitem_enlargement_multiindex_with_none(self):
508
)
509
tm.assert_frame_equal(df, expected, check_index_type=False)
510
511
+
512
def test_frame_setitem_view_direct(multiindex_dataframe_random_data):
513
# this works because we are modifying the underlying array
514
# really a no-no
0 commit comments