-
-
Notifications
You must be signed in to change notification settings - Fork 366
Implement regex option and add additional checks
#2061
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
Conversation
regex option and add additional checksregex option and add additional checks
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2061 +/- ##
==========================================
- Coverage 94.28% 93.51% -0.77%
==========================================
Files 91 135 +44
Lines 7013 10481 +3468
==========================================
+ Hits 6612 9801 +3189
- Misses 401 680 +279 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
03f9538 to
ae05826
Compare
Signed-off-by: Deepyaman Datta <[email protected]>
Signed-off-by: Deepyaman Datta <[email protected]>
ae05826 to
68defb1
Compare
Signed-off-by: Deepyaman Datta <[email protected]>
| ], | ||
| [ | ||
| lambda t, col: t.mutate(**{col: _failure_value(col)}), | ||
| "Column '.+' failed element-wise validator number", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Polars error message doesn't contain "element-wise"; see tests/polars/test_polars_container.py.
regex option and add additional checksregex option and add additional checks
|
@cosmicBboy 49cee21 feels like a more significant change that you may want to check; it feels a bit hacky, but it's also similar in spirit to what's done on the pandas/PySpark backends I think. If you're not comfortable with it, can remove it to a separate PR for now and have somewhat less complete regex support. |
Should be merged after #2063