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
Now we can only implement replace on Timestamp, I think TimedeltaIndex, Timedelta, DatetimeIndex and even Series with datetime64[ns] or timedelta64[ns] all need replace method (works like replace on Timestamp). Is there any plan to do this? (Maybe in pandas 2.0) Thanks!