ipums / hlink

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

Document column mapping overrides #129

Closed riley-harper closed 11 months ago

riley-harper commented 11 months ago

Closes #118.

This PR adds some unit tests and documentation for some previously undocumented column mappings attributes: set_value_column_a, set_value_column_b, override_column_a, override_column_b, and override_transforms. These attributes greatly increase the flexibility of the column_mappings section, so it's important to document them so that users know that they're available.

The changes in the docs/ directory are automatically generated from the sphinx-docs/ directory.