Programming Language/Python
wide format 으로 데이터프레임 바꾸기
그레이먼지
2022. 10. 21. 14:44
df.unstack()
방법도 있음.
df.unstack()
방법도 있음.