728x90
1. int(x)로 integer로 변환시켜준다.
2. eval(str(x)) 방법을 이용해서 integer로 변환시켜준다.
Object of type 'int64' is not JSON serializable
'Data handling' 카테고리의 다른 글
대용량 numpy 파일 text로 쓰기 (0) | 2021.04.05 |
---|---|
Pandas error, csv를 읽고 쓸 때 발생하는 유니코드 에러 (0) | 2021.02.21 |
기타 에러 ImportError: cannot import name 'StringIO' (0) | 2020.10.28 |
[데이터 전처리] str to json 어떻게 바꾸지? str 형식의 text를 json으로 변환 (0) | 2020.09.29 |
[pandas] dataframe에서 순위 구하기 (numbers to index), 그룹별 점수 순위화하기 (3) | 2020.09.16 |