-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Fix Error in pandas.Series.last #33199
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
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.
lgtm
pandas/core/generic.py
Outdated
|
||
Parameters | ||
---------- | ||
offset : str, DateOffset, dateutil.relativedelta | ||
The offset length of the data that will be selected. For instance, | ||
'1M' will display all the rows having their index within the first month. |
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.
Is this correct? instead you could use '3D` here and reference the example below.
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.
It's a little bit inaccurate, I'll fix it and refer to the example below.
Thanks @farhanreynaldo |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
Related to #27977.
output of
python scripts/validate_docstrings.py pandas.Series.last
: