Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Add str.endswith #130

Closed
xhochy opened this issue Jun 9, 2020 · 0 comments
Closed

Add str.endswith #130

xhochy opened this issue Jun 9, 2020 · 0 comments

Comments

@xhochy
Copy link
Owner

xhochy commented Jun 9, 2020

Pseudo-Code:

Inputs: pat

output = BooleanArray(len(rows))
for i, row in enumerate(rows):
    if isnull(row):
        output.setnull(i)
    else
        output[i] = (row[-len(pat):] == pat)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant