Utwórz nową kolumnę o długości starej wartości kolumny Python
df['length'] = df['column'].str.len()
Tense Toucan
df['length'] = df['column'].str.len()