Python/Pandas

[Python] Pandas DataFrame 문자열 슬라이싱

건휘맨 2024. 4. 11. 17:56

df['컬럼'].str[ ] : 해당 컬럼의 원하는 문자열을 슬라이싱한다.