python columns that contain the lengh of a string

Solutions on MaxInterview for python columns that contain the lengh of a string by the best coders in the world

showing results for - "python columns that contain the lengh of a string"
Luna
10 Oct 2018
1df['name_length']  = df['name'].str.len()