Skip to content

Commit 4248eac

Browse files
Add GH issue link
1 parent b947efa commit 4248eac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/groupby/test_groupby.py

+1
Original file line numberDiff line numberDiff line change
@@ -1717,6 +1717,7 @@ def test_groupby_multiindex_nat():
17171717

17181718

17191719
def test_idxmin_idxmax_returns_int_types():
1720+
# GH 25444
17201721
df = pd.DataFrame({'name': ['A', 'A', 'B', 'B'],
17211722
'c_int': [1, 2, 3, 4],
17221723
'c_float': [4.02, 3.03, 2.04, 1.05],

0 commit comments

Comments
 (0)