Closed preritdas closed 2 months ago
[!CAUTION]
Review failed
The pull request is closed.
A new class, MidIncomeValidator
, has been added to the real_intent/validate/pii.py
file. This class extends the functionality of the existing BaseValidator
by introducing a method that filters out MD5WithPII
objects based on household income, specifically excluding those with incomes below $30,000. The class maintains the integrity of the existing MNWValidator
class, which remains unchanged.
File | Change Summary |
---|---|
real_intent/validate/pii.py | Added class MidIncomeValidator with method _validate(self, md5s: list[MD5WithPII]) -> list[MD5WithPII] for income filtering. |
In fields of data, bright and wide,
A validator hops with pride.
With incomes low, it takes its stand,
Filtering leads with a gentle hand.
So here’s to changes, fresh and new,
A leap for leads, a clearer view! 🐇✨
Remove leads below $30k in income. No opinion on Net Worth.
Summary by CodeRabbit