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
We already have NestedSeries.list_lengths/NestedAccessor.list_lengths attributes, but probably the name is not clear enough. Pandas has .list.len() inside the list accessor, so I propose to use the same API.
We already have
NestedSeries.list_lengths/NestedAccessor.list_lengthsattributes, but probably the name is not clear enough. Pandas has.list.len()inside the list accessor, so I propose to use the same API.