preprocessing
int 변경 시 NaN 값 오류 처리
hayleyhell
2023. 2. 22. 15:29
df['BIRTHDAY'] = pd.to_numeric(df['BIRTHDAY'], errors='coerce')