awslabs / python-deequ

Python API for Deequ
Apache License 2.0
669 stars 131 forks source link

Feature/support where filter #176

Closed andreimek closed 7 months ago

andreimek commented 7 months ago

Issue #, if available: 158 Description of changes: Added support for the .where method, which in Scala is implemented in the CheckWithLastConstranitFilterable class. The idea is to check that the _Check attribute is an instance of this class and only then allow the .where method to be applied.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.