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
In DatetimeIndex/TimedeltaIndex arithmetic operations sometimes we return type(self)(values, freq="infer") and other times we return self._shallow_copy(values, freq=None). I don't see any clear logic guiding when to do which. Anyone else know?