-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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: GL08 errors in pandas.Timestamp #48632
Comments
I have created this issue to start my open source journey. May I please take up this task? |
Hi. @Sherry3 |
/take |
@Sherry3 |
take |
Thank you @WooilKim. |
I am unassigning myself from this ticket, so that others can take it. |
In my opinion, this issue can be closed in favor of #57443, which has a better instruction for the workflow to fix these errors |
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.html
https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.day.html
https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.fold.html
https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.hour.html
https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.microsecond.html
https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.minute.html
https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.month.html
https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.nanosecond.html
https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.second.html
https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.tzinfo.html
https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.value.html
https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.year.html
https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.freq.html
Documentation problem
Below are the GL08 errors in pandas.Timestamp: -
Suggested fix for documentation
Adding description and examples. Similar to
week
.https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.week.html
The text was updated successfully, but these errors were encountered: