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
https://github.com/pandas-dev/pandas-stubs/blob/main/pandas-stubs/core/indexes/period.pyi#L20
Missing these attributes, per https://pandas.pydata.org/docs/reference/api/pandas.PeriodIndex.html:
And these methods:
Example error:
error: "PeriodIndex" has no attribute "start_time"
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. Because of how pandas implements these accessors, it wasn't picked up when stubgen was used a long time ago.
stubgen
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
https://github.com/pandas-dev/pandas-stubs/blob/main/pandas-stubs/core/indexes/period.pyi#L20
Missing these attributes, per https://pandas.pydata.org/docs/reference/api/pandas.PeriodIndex.html:
And these methods:
Example error:
The text was updated successfully, but these errors were encountered: