Series.str.len
Obtain the length of each string element in a Series
Last updated
Was this helpful?
Obtain the length of each string element in a Series
Last updated
Was this helpful?
danfo.Series.str.len(options) []
options
Object
inplace: Whether to perform the operation in-place or not.
{
inplace: false
}
Examples
Returns the length (number of character) of a string, and also return the length (number of elements) of Array