ZoneCorrespondencePath#
- class caf.toolkit.translation.ZoneCorrespondencePath(path, from_col_name=<factory>, to_col_name=<factory>, factors_col_name=None)[source]#
Defines the path and columns to use for a translation.
Attributes
Get _factors_col_name.
Get _from_col_name.
Replace the factors_col_name when reading with generic column names.
Column name to replace the from_col_name if reading with generic column names.
Column name to replace the to_col_name when reading with generic column names.
Get _to_col_name.
Path to the translation file.
Methods
Attributes Documentation
- Parameters:
- factors_col_name#
Get _factors_col_name.
- from_col_name#
Get _from_col_name.
- generic_factor_col#
Replace the factors_col_name when reading with generic column names.
- generic_from_col#
Column name to replace the from_col_name if reading with generic column names.
- generic_to_col#
Column name to replace the to_col_name when reading with generic column names.
- to_col_name#
Get _to_col_name.