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
The __parameters__ property is currently part of the Column's, DataFrame's, and GroupBy's APIs: https://data-apis.org/dataframe-api/draft/search.html?q=__parameters__
__parameters__
Column
DataFrame
GroupBy
The same applies to the __subclasshook__ property.
__subclasshook__
This does seem like a bug to me.
The text was updated successfully, but these errors were encountered:
yup, agree
Sorry, something went wrong.
__abstractmethods__
Successfully merging a pull request may close this issue.
The
__parameters__
property is currently part of theColumn
's,DataFrame
's, andGroupBy
's APIs: https://data-apis.org/dataframe-api/draft/search.html?q=__parameters__The same applies to the
__subclasshook__
property.This does seem like a bug to me.
The text was updated successfully, but these errors were encountered: