Module specs._types._match
TypeDict definitions for matchops classes.
Classes
class MatchSpec (*args, **kwargs)
-
Spec definition for reference file dataframe matching.
Attributes
schedule_other
:partial[DataFrameMatcher]
- partial function for matching other csvs to schedule.
schedule_demo
:partial[DataFrameMatcher]
- partial function for matching demographics to schedule.
Ancestors
- builtins.dict
Class variables
var schedule_demo : functools.partial[DataFrameMatcher]
var schedule_other : functools.partial[DataFrameMatcher]