You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pandas 1.5 introduced a new dataframe protocol via the __dataframe__ method.
With some luck, this would make LArray objects work as input with libraries like statsmodels, when those libraries support that (which should happen relatively quickly I suppose).
Projects (notably Pandas and Polars) are already moving away from it in favor of the PyCapsule interface. I don't think they will drop support for the protocol soon but they are favouring the PyCapsule interface.
Pandas 1.5 introduced a new dataframe protocol via the
__dataframe__
method.With some luck, this would make LArray objects work as input with libraries like statsmodels, when those libraries support that (which should happen relatively quickly I suppose).
https://data-apis.org/dataframe-protocol/latest/API.html
The text was updated successfully, but these errors were encountered: