BUG: Interchange Column.size
is a property, not a method
#48392
Labels
Milestone
Column.size
is a property, not a method
#48392
Reproducible Example
Issue Description
Per data-apis/dataframe-api#74, the interchange protocol now requires
Column.size
to be a method, not a property.So the property decorator should be removed here, and usage of
size
-as-a-property in interchanging other libraries should be updated tosize()
(as well as in the test suite).Couldn't see reference to this in the spec update PRs #47886 and #47887. Thanks to @maartenbreddels for catching this!
cc @mroeschke
Expected Behavior
Installed Versions
The text was updated successfully, but these errors were encountered: