df['BIRTHDAY'] = pd.to_numeric(df['BIRTHDAY'], errors='coerce')
'preprocessing' 카테고리의 다른 글
| Add months to dates in dataframe (0) | 2023.04.19 |
|---|---|
| IntCastingNaNError: Cannot convert non-finite values (NA or inf) to integer (0) | 2023.03.07 |
| Categorical Index를 원하는 순서로 정렬하기 (0) | 2023.02.14 |
| Maria DB to Pandas DataFrame (0) | 2023.02.08 |
| 데이터 구간별 범주화하기 - cut(), crosstab() (0) | 2023.02.03 |