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 FLOOR functionality to Pydough #263

Open
vineetg3 opened this issue Feb 14, 2025 · 0 comments
Open

Add FLOOR functionality to Pydough #263

vineetg3 opened this issue Feb 14, 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

@vineetg3
Copy link
Contributor

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

# Examples
FLOOR(4.7)  # Output: 4
FLOOR(-4.7)  # Output: -5
@vineetg3 vineetg3 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 Feb 14, 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