cohort['FIRST_START_MONTH']

 

pd.to_datetime(cohort['FIRST_START_MONTH']) + pd.DateOffset(months=1)

+ Recent posts