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
It's late so maybe I am missing something simpler than this snippet.
I think we should figure out how to do it in pandas without pyarrow backend via duck typing and raise a type/attribute error if we are not able to perform a list computation.
Polars has these natively
In pandas, they're available after pandas 2.0.0 with PyArrow dtypes, e.g.:
For pandas, I think it's OK to require pyarrow when casting to
nw.List
/nw.Struct
/nw.Array
The text was updated successfully, but these errors were encountered: