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
should certain operations, e.g. shift preserve the dtype of the output object,
simulated like this (rather than return an upcasted version)
this obviously is easier if we had an integer NA
would have to add a fillna keyword to shift to make this work
(so we don't have to guess on the fill value for integer/bool types)
see the example in #2759
should certain operations, e.g.
shift
preserve the dtype of the output object,simulated like this (rather than return an upcasted version)
this obviously is easier if we had an integer NA
would have to add a fillna keyword to shift to make this work
(so we don't have to guess on the fill value for integer/bool types)
The text was updated successfully, but these errors were encountered: