I have a time series dataframe with dates as index and days to maturity "DTM" values. What is the best way to replace these DTM values with actual dates (adding the existing value to the date index row date)?
For example: Adding 20 days to 1990-01-02 = 1990-01-22 for the first row/first column value.
thanks!
