Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Oct 27, 2023
1 parent 4541de1 commit 9f4f974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/groupby/test_apply.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_apply_index_date():
1.40649,
],
},
index=Index(pd.to_datetime(ts, name="date_time")),
index=Index(pd.to_datetime(ts), name="date_time"),
)
expected = df.groupby(df.index.date).idxmax()
result = df.groupby(df.index.date).apply(lambda x: x.idxmax())
Expand Down

0 comments on commit 9f4f974

Please sign in to comment.