카테고리 없음
pandas 에서 결측치를 interpolation 방법으로 대체하기
벤치마킹
2024. 6. 17. 00:25
example['Income'] = example['Income'].interpolate(method='linear')