Skip to content
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

Merged
merged 6 commits into from
Jun 29, 2023
Merged

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants