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 7704c13 commit 9876d8fCopy full SHA for 9876d8f
pandas/tests/frame/test_mutate_columns.py
@@ -184,6 +184,8 @@ def test_delitem_multiindex(self):
184
with pytest.raises(KeyError):
185
del df[('A',)]
186
187
+ # xref: https://github.com/pandas-dev/pandas/issues/2770
188
+ # the 'A' is STILL in the columns!
189
assert 'A' in df.columns
190
191
del df['A']
0 commit comments