Skip to content

Commit d552189

Browse files
authored
added comment
1 parent b94f6d3 commit d552189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/frame/methods/test_drop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ def test_drop_multiindex_other_level_nan(self):
347347
tm.assert_frame_equal(result, expected)
348348

349349
def test_drop_raise_with_both_axis_and_index(self):
350+
# GH#61823
350351
df = DataFrame(
351352
[[1, 2, 3], [3, 4, 5], [5, 6, 7]],
352353
index=["a", "b", "c"],

0 commit comments

Comments
 (0)