activitysim.core.configuration.InputTable#
- settings activitysim.core.configuration.InputTable#
The features that define an input table to be read by ActivitySim.
- Fields
- field filename: str = None#
Name of the CSV or HDF5 file to read.
If not provided, defaults to input_store
- field h5_tablename: str = None#
table name if reading from HDF5 and different from tablename
- field index_col: str = None#
table column to use for the index
- field keep_columns: list[str] = None#
columns to keep once read in to memory.
Save only the columns needed for modeling or analysis to save on memory and file I/O
- field rename_columns: dict[str, str] = None#
dictionary of column name mappings
- field tablename: str [Required]#
Name of the injected table