ipums / hlink

Hierarchical record linkage at scale
Mozilla Public License 2.0
12 stars 2 forks source link

Refactor and document the core/transforms.py module #141

Closed riley-harper closed 2 months ago

riley-harper commented 4 months ago

This module has a very large function generate_transforms() with several other functions defined inside of it. It's fairly difficult to understand this function. I'd like to refactor the functions so that they're each defined at the module level and document each of them.