data-apis / dataframe-api

RFC document, tooling and other content related to the dataframe API standard
https://data-apis.org/dataframe-api/draft/index.html
MIT License
103 stars 20 forks source link

__parameters__ should not be a documented property of the API #314

Open cbourjau opened 1 year ago

cbourjau commented 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__

The same applies to the __subclasshook__ property.

This does seem like a bug to me.

MarcoGorelli commented 1 year ago

yup, agree