create new column with length of old column value python

Solutions on MaxInterview for create new column with length of old column value python by the best coders in the world

showing results for - "create new column with length of old column value python"
Julian
10 Jan 2019
1df['length']  = df['column'].str.len()