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
Similar to #71, except that it replaces the values of None elements, rather than dropping them. (Therefore, list lengths don't change, RegularArrays can't change into ListOffsetArrays, etc. This is easier than #71.) It's also inspired by a Pandas function and should have the nan_is_na option.
Old Awkward had this as well, and it has proven its usefulness.
The text was updated successfully, but these errors were encountered:
Similar to #71, except that it replaces the values of
None
elements, rather than dropping them. (Therefore, list lengths don't change,RegularArrays
can't change intoListOffsetArrays
, etc. This is easier than #71.) It's also inspired by a Pandas function and should have thenan_is_na
option.Old Awkward had this as well, and it has proven its usefulness.
The text was updated successfully, but these errors were encountered: