foxes.models.point_models.SetUniformData(data_source, output_vars, var2col={}, pd_read_pars={})[source]

Constructor.

ParametersΒΆ

data_source: str or pandas.DataFrame or dict

Either a file name, or a data frame, both assuming state dependent data. Or a dict for state independent uniform data (i.e., scalars)

output_vars: list of str

The variables to be written

var2col: dict

Mapping from variable names to data column names

pd_read_pars: dict

pandas file reading parameters