PhiFactorsParameters#

class caf.mat.direction.factors.PhiFactorsParameters(path, segment_columns, data_column, segment_translation, period_columns)[source]#

Bases: object

Parameters for loading phi factors from a CSV.

Attributes

Methods

__init__(*args, **kwargs)

Attributes Documentation

Parameters:
  • path (Annotated[Path, PathType(path_type=file)])

  • segment_columns (dict[str, SegmentsSuper])

  • data_column (str)

  • segment_translation (dict[SegmentsSuper, SegmentsSuper])

  • period_columns (tuple[str, str])

path: Annotated[Path, PathType(path_type=file)][source]#
segment_columns: dict[str, SegmentsSuper][source]#
data_column: str[source]#
segment_translation: dict[SegmentsSuper, SegmentsSuper][source]#
period_columns: tuple[str, str][source]#