본문 바로가기
Python/Pandas

[Python] DataFrame 문자 갯수 세는 함수 str.len()

by dong_su 2023. 11. 18.

데이터

df[컬럼].str.len()

-> 해당 컬럼의 모든 데이터의 글자 개수가 나온다.