-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Make resample documentation better #30252
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
Conversation
Hello @anshbansal! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2019-12-13 04:57:03 UTC |
@@ -7708,6 +7708,8 @@ def resample( | |||
---------- | |||
rule : DateOffset, Timedelta or str | |||
The offset string or object representing target conversion. | |||
The str value refers to frequency string. |
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.
this line is redundant. you can add a link the documentation if you'd like; i think we have this link elsewhere.
@anshbansal still interested on finishing this? If so, please remove the line that doesn't add value and create a link to the mentioned page/section. Thanks |
@jreback @datapythonista Can you tell me what link is being referred to in the previous comment? |
@@ -7708,6 +7708,8 @@ def resample( | |||
---------- | |||
rule : DateOffset, Timedelta or str | |||
The offset string or object representing target conversion. | |||
The str value refers to frequency string. | |||
The list of valid values can be found in the timeseries user guide. |
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.
@anshbansal making this a link to the timeseries user guide
, besides saying it.
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.
Closing as stale, @anshbansal let us know if you'd like to finish this. |
I removed the checkboxes because they were not relevant. This is a docstring update. I found the answer in https://stackoverflow.com/questions/17001389/pandas-resample-documentation but it should have been present in the docs