ExprStringNameSpace.ends_with
Same as polars.Expr.str.ends_with
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
s |
str
|
The string to check if the expression ends with |
required |
Source code in pyquokka/expression.py
232 233 234 235 236 237 238 239 240 241 242 | |