이슈:
astype을 통해 int로 타입 변경시 아래 에러가 발생하며 null값은 변환이 안된다.
pandas.errors.IntCastingNaNError: Cannot convert non-finite values (NA or inf) to integer
해결:
-1로 변경 후 integer타입 변경 그리고 replace함수 활용하여 Null 후처리
참고 : stackoverflow.com/questions/21287624/convert-pandas-column-containing-nans-to-dtype-int
반응형
'기초 튼튼 > 시행착오노트' 카테고리의 다른 글
[elastic beanstalk 에러 해결] The instance profile aws-elasticbeanstalk-ec2-role associated with the environment does not exist. (0) | 2023.09.09 |
---|---|
[시행착오노트] AWS RDS 로컬 피시에서 접근하기 (0) | 2023.03.22 |
[시행착오노트] MySQL rank 함수 구현 (0) | 2021.06.18 |
[시행착오노트] pandas 고유값 카운트: value_counts() (0) | 2021.06.17 |
[시행착오노트] RDB 접속용 Sequel pro 빌드버전 (0) | 2021.06.15 |