Skip to content

Conversation

@DeaMariaLeon
Copy link
Member

Towards #37875

@DeaMariaLeon DeaMariaLeon added this to the 2.1 milestone Jun 28, 2023
@mroeschke
Copy link
Member

Error: /home/runner/work/pandas/pandas/pandas/core/resample.py:1106:RT01:pandas.core.resample.Resampler.max:No Returns section found Error: /home/runner/work/pandas/pandas/pandas/core/resample.py:1076:RT01:pandas.core.resample.Resampler.min:No Returns section found 
@DeaMariaLeon
Copy link
Member Author

I hope it's good now. Sorry.

2023-02-01 3
2023-02-15 3
dtype: int64
>>> ser.resample('M').nunique()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the examples look good!

any chance we could make an example which uses 'D' here instead please, so as to not add even more files to update in #52064?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed all to MS to avoid too many changes, as per our conversation.

Copy link
Member

@MarcoGorelli MarcoGorelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @DeaMariaLeon !

@MarcoGorelli MarcoGorelli merged commit 1b33bf6 into pandas-dev:main Jun 29, 2023
@DeaMariaLeon DeaMariaLeon deleted the Jun28-2 branch June 29, 2023 14:14
Daquisu pushed a commit to Daquisu/pandas that referenced this pull request Jul 8, 2023
* Examples Resampler.asfreq, count, nunique, max, mean, median * Example Resampler.min * Added Returns section to min and max * Changed M to MS and examples results accordingly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 participants