We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main
https://pandas.pydata.org/docs/reference/api/pandas.DatetimeIndex.quarter.html
source link for DatetimeIndex.quarter directs to incorrect code https://github.com/pandas-dev/pandas/blob/v2.2.2/pandas/core/indexes/extension.py#L67-L75
replace with the following link
pandas/pandas/core/arrays/datetimes.py
Lines 1817 to 1845 in 4afc277
The text was updated successfully, but these errors were encountered:
i've seen similar issues in pandas.DatetimeIndex.month and pandas.DatetimeIndex.year
Sorry, something went wrong.
Source link for DatetimeIndex.round also looks incorrect: Should change to: https://github.com/pandas-dev/pandas/blob/v2.2.2/pandas/core/arrays/datetimelike.py#L1795-L1856
The following also look incorrect: DatetimeIndex.floor DatetimeIndex.std DatetimeIndex.time DatetimeIndex.timetz
I would love to work on this issue if it looks correct
take
josh-tan77
No branches or pull requests
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.DatetimeIndex.quarter.html
Documentation problem
source link for DatetimeIndex.quarter directs to incorrect code
https://github.com/pandas-dev/pandas/blob/v2.2.2/pandas/core/indexes/extension.py#L67-L75
Suggested fix for documentation
replace with the following link
pandas/pandas/core/arrays/datetimes.py
Lines 1817 to 1845 in 4afc277
The text was updated successfully, but these errors were encountered: