My pandas dataframe has DatetimeIndex: DatetimeIndex(['1950-02-07', '1951-12-30, '1952-03-04',..............'2020-04-07'], dtype='datetime64[ns]', length=589, freq=None))
I would like to shift the index by using timedelta by days=-4 in no-leap 365 calenday for example: '1952-03-04' timedelta(days=-4 ) I would like to get '1952-02-28' instead of '1952-02-29'
Could anyone give me some suggestions?
Thank you so much in advance.
I think not.
I think not.
One possible solution is test this date and in condition change timedelta by subtract day: