Metadata-Version: 2.1
Name: Clearmatch
Version: 0.0.1
Summary: Library for deterministic record matching
Home-page: https://github.com/dscolby/clearmatch
Author: Darren Colby
Author-email: dscolby17@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: numpy

Clearmatch matches records from one dataset to another by using a key, which has referencerecords. If the records to be matched to are synonyms of a reference record in the key, that record is matched with its reference. Clearmatch also makes it easy to see summary statistics and generate bar plots of missingness


