Data Science
[Pandas] int타입 특정 자리수 string으로 format하기 (2를 02로 표현)
정할매
2021. 12. 30. 11:36
728x90
df.astype(str).str.zfill(2)
반응형