728x90
One way to convert to string is to use astype:
total_rows['ColumnID'] = total_rows['ColumnID'].astype(str)
https://stackoverflow.com/questions/22005911/convert-columns-to-string-in-pandas
728x90
'Python' 카테고리의 다른 글
module 'telegram' has no attribute 'Bot' (0) | 2023.08.14 |
---|---|
dataframe column 문자열 자르기 (0) | 2023.07.25 |
The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all(). (0) | 2023.07.25 |
딥러닝 클래스/데이터 불균형 (0) | 2023.07.19 |
네트워크 그래프 연결중심성, 매개중심성 계산 (0) | 2023.07.09 |