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
The current implementation of NestedFrame.__setitem__ flattens and packs the data back and forth. However there is a cheaper way of do the same job with NestedAccessor.with_field
The text was updated successfully, but these errors were encountered:
The current implementation of
NestedFrame.__setitem__
flattens and packs the data back and forth. However there is a cheaper way of do the same job withNestedAccessor.with_field
The text was updated successfully, but these errors were encountered: