Open cbourjau opened 1 year ago
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.
yup, agree
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.