polars.Series.str.n_chars#
- Series.str.n_chars() Series[source]#
Return the length of each string as the number of characters.
Deprecated since version 0.19.8: This method has been renamed to
len_chars().
Site Navigation
Section Navigation
Return the length of each string as the number of characters.
Deprecated since version 0.19.8: This method has been renamed to len_chars().