In Python: My dataframe has a column which values like this per row: The types of these values are strings, and if I cal
Posted: Fri Jul 01, 2022 5:34 am
In Python:
My dataframe has a column which values like this per row:
The types of these values are strings, and if I calculate thelength, i get 22 (instead of 5).
I want to add a new column to my dataframe, containingthe length of for example: [209, 0, 150, 79, 175], perrow.
My dataframe has a column which values like this per row:
The types of these values are strings, and if I calculate thelength, i get 22 (instead of 5).
I want to add a new column to my dataframe, containingthe length of for example: [209, 0, 150, 79, 175], perrow.