mitre / data-owner-tools

Tools for the Childhood Obesity Data Initiative (CODI) data owners and partners to use in record linkage
Apache License 2.0
5 stars 8 forks source link

Timestamp (and metadata file) #27

Closed jsrockhill closed 2 years ago

jsrockhill commented 2 years ago

Branch adds timestamp to pii csv file, and generates metadata file with timestamp, uuid string and number of extracted records. Also removes a walrus operator in data_reader.py that would have brought the codebase out of compatibility with python 3.7.4 (walrus operator is introduced in python 3.8)