cohort['FIRST_START_MONTH']
pd.to_datetime(cohort['FIRST_START_MONTH']) + pd.DateOffset(months=1)
'preprocessing' 카테고리의 다른 글
| VScode에서 32비트 파이썬 가상환경 만들기 (0) | 2023.05.15 |
|---|---|
| pandas dataframe to_csv utf-8 한글 깨짐 (0) | 2023.04.20 |
| IntCastingNaNError: Cannot convert non-finite values (NA or inf) to integer (0) | 2023.03.07 |
| int 변경 시 NaN 값 오류 처리 (0) | 2023.02.22 |
| Categorical Index를 원하는 순서로 정렬하기 (0) | 2023.02.14 |