Description
If #308 goes in, then the return value of Column.get_value
will change. It will no longer be a Python scalar, but a Scalar
This means I'll have to update the tests in pandas/Polars:
I'll change it to something much simpler that realistically will never break, like asserting something about result.name
If I'm going to have to change things upstream, I'd like to take the chance the rename the entrypoint
__dataframe_consortium_standard__
is just...long. Originally we'd suggested __dataframe_standard__
, but Brock correctly pointed out that this has normative connotations
We're starting to get positive responses (see koaning/scikit-lego#597, skrub-data/skrub#786), so the time to make changes is running out
My hope is that this would then need to be the last upstream update. The rest, we can handle here / in dataframe-api-compat