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