개발 세발 창고
파이썬 - 데이터프레임 컬럼명 타입 변경
지민시연아빠
2021. 4. 1. 15:18
df.columns = df.columns.astype(str)
df.columns = df.columns.astype(str)