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

match(first_DF, second_DF[, match_config])

Matches data from two DataFrames

match_config

This submodule contains the class definition for MatchConfig.

match_tools

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).