ihmeuw / pseudopeople

pseudopeople is a Python package that generates realistic simulated data about a fictional United States population, designed for use in testing entity resolution (record linkage) methods or other data science algorithms at scale.
https://pseudopeople.readthedocs.io
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

create DataFilter object #445

Closed rmudambi closed 1 month ago

rmudambi commented 1 month ago

Create DataFilter object

Description

Create DataFilter object to simplify access and typing of user provided filters

Testing

All automated tests pass

REMINDER CI WILL NOT RUN ANY TESTS MARKED AS SLOW (CURRENTLY INCLUDES INTEGRATION TESTS). MANUALLY RUN SLOW TESTS LIKE pytest --runslow WITH EACH PR. -->