-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: Fixing EX01 - Added examples #53909
Conversation
|
I hope it's good now. Sorry. |
pandas/core/groupby/generic.py
Outdated
2023-02-01 3 | ||
2023-02-15 3 | ||
dtype: int64 | ||
>>> ser.resample('M').nunique() |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @DeaMariaLeon !
* 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
Towards #37875