Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add STRIP function to PyDough #223

Open
knassre-bodo opened this issue Jan 21, 2025 · 0 comments
Open

Add STRIP function to PyDough #223

knassre-bodo opened this issue Jan 21, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation effort - low quick & simple issue enhancement New feature or request user feature Adding a new user-facing feature/functionality

Comments

@knassre-bodo
Copy link
Contributor

Goal: add a STRIP function to PyDough with the following functionality, which should be tested e2e (see test_pipeline.py for examples):

  • STRIP(X) is equivalent to the python string expression X.strip(), or the SQL expression TRIM(X)
  • STRIP(X, Y) is equivalent to the python string expression X.strip(Y), or the SQL expression TRIM(Y from X)

This feature need to be documented in the function list documentation

@knassre-bodo knassre-bodo added documentation Improvements or additions to documentation effort - low quick & simple issue enhancement New feature or request user feature Adding a new user-facing feature/functionality labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation effort - low quick & simple issue enhancement New feature or request user feature Adding a new user-facing feature/functionality
Projects
None yet
Development

No branches or pull requests

1 participant