From pandas-dev/pandas#50164 (comment)
For example, we changed the size property to be a method (#74 (comment)), but this is not reflected in the docs: https://data-apis.org/dataframe-protocol/latest/API.html
The documentation includes the full abstract interface as code block. So we should probably copy the current version to update the docs (or actually use some automatic "include code from file" sphinx feature?)
From pandas-dev/pandas#50164 (comment)
For example, we changed the
sizeproperty to be a method (#74 (comment)), but this is not reflected in the docs: https://data-apis.org/dataframe-protocol/latest/API.htmlThe documentation includes the full abstract interface as code block. So we should probably copy the current version to update the docs (or actually use some automatic "include code from file" sphinx feature?)