modin.pandas.Series.str.len¶
- Series.str.len()[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/.tox/docs/lib/python3.9/site-packages/modin/pandas/series_utils.py#L429-L430)¶
Get the length of a string. For non-string values this returns the length of the string representation.
- Returns:
A Series with the length of each value
- Return type:
Examples