Python
[Pandas] DataFrame 공백 제거
whypy
2021. 9. 17. 11:38
df = df.apply(lambda x: x.str.strip(), axis=1)
반응형