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
After #9901 has been merged, we should go through the docstrings and update where there are examples with Index reprs.
The ones that changed the most are the datetime-like. A search for <class 'pandas.tseries.period.PeriodIndex'> and alike can help there.
<class 'pandas.tseries.period.PeriodIndex'>
The text was updated successfully, but these errors were encountered:
Updated PeriodIndex docstrings #10094 (#26115)
b2ef74d
Updated PeriodIndex docstrings pandas-dev#10094 (pandas-dev#26115)
6b29eb2
Successfully merging a pull request may close this issue.
After #9901 has been merged, we should go through the docstrings and update where there are examples with Index reprs.
The ones that changed the most are the datetime-like. A search for
<class 'pandas.tseries.period.PeriodIndex'>
and alike can help there.The text was updated successfully, but these errors were encountered: