Skip to content

DOC: Fixing EX01 - Added examples #53906

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

Merged
merged 3 commits into from
Jun 28, 2023
Merged

Conversation

DeaMariaLeon
Copy link
Member

Towards #37875

Note: the examples for pandas.HDFStore.groups and pandas.HDFStore.walk were done here.

@DeaMariaLeon DeaMariaLeon added this to the 2.1 milestone Jun 28, 2023
2023-02-28 4
Freq: M, dtype: int64

Example for ``ffill`` with upsampling (we have more dates after resampling):
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Example for ``ffill`` with upsampling (we have more dates after resampling):
Example for ``ffill`` with upsampling (fill the new dates with the previous value):

Might be a little more clear

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, thank you.

2023-02-19 4
Freq: W-SUN, dtype: int64

With upsampling and limiting (we have more dates after resampling but
Copy link
Member

Choose a reason for hiding this comment

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

Then here the commentary can be (only fill the first new date with the previous value)

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

@mroeschke mroeschke merged commit 1ea0993 into pandas-dev:main Jun 28, 2023
@mroeschke
Copy link
Member

Thanks @DeaMariaLeon

@DeaMariaLeon DeaMariaLeon deleted the Jun-28 branch June 28, 2023 17:31
Daquisu pushed a commit to Daquisu/pandas that referenced this pull request Jul 8, 2023
* Examples Resampler.__iter__, groups, indices, get_group, ffill

* Improved explanation for ffill
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.

2 participants