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 c92ec0b commit 1ef4d3bCopy full SHA for 1ef4d3b
pandas/tests/resample/test_resampler_grouper.py
@@ -781,6 +781,7 @@ def test_groupby_resample_on_column_when_index_is_unusual(df):
781
782
783
def test_groupby_resample_then_groupby_is_reused_when_index_is_out_of_order():
784
+ # GH 59350
785
df = DataFrame(
786
data={
787
"datetime": [
@@ -828,6 +829,7 @@ def test_groupby_resample_then_groupby_is_reused_when_index_is_out_of_order():
828
829
830
831
def test_groupby_resample_then_groupby_is_reused_when_index_is_set_from_column():
832
833
834
835
0 commit comments