preprocessing

Add months to dates in dataframe

hayleyhell 2023. 4. 19. 09:46
cohort['FIRST_START_MONTH']

 

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