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 f1bf6d5 commit 21a2268Copy full SHA for 21a2268
pandas/tests/reshape/merge/test_merge.py
@@ -2097,6 +2097,7 @@ def test_merge_equal_cat_dtypes2():
2097
2098
2099
def test_right_merge_preserves_row_order():
2100
+ # GH 27453
2101
population = [
2102
("Jenn", "Jamaica", 3),
2103
("Beth", "Bulgaria", 7),
@@ -2123,6 +2124,7 @@ def test_right_merge_preserves_row_order():
2123
2124
2125
2126
def test_left_merge_preserves_row_order():
2127
2128
2129
2130
0 commit comments