PreprocessorSettings#

settings activitysim.core.configuration.base.PreprocessorSettings#

Bases: BaseModel

Preprocessor instructions.

Fields:
field DF: str [Required]#
field SPEC: str [Required]#

Specification to use for pre-processing.

This is the name of the specification CSV file to be found in one of the configs directories. The ‘.csv’ extension may be omitted.

field TABLES: list[str] | None = None#