Match Module
This module provides a function for matching two Pandas DataFrames (match) and a class for defining the parameters by which to match (MatchConfig).
Modules
|
Matches data from two DataFrames |
This submodule contains the class definition for MatchConfig. |
|
This submodule contains a function used in the match.py submodule to match two DataFrames by comparing values from columns for each (see match.py). |