model_point_table#
- model_point_table()[source]#
Reads a raw model point table from a file and returns it.
Returns a DataFrame representing a model point table read from a model point file. The model point table is for a product space identified by
space_name
. By default, a CSV file is expected for the model point file. The path to the model point file is obtained from the value of the “model_point_dir” parameter inconst_params()
.The file name is constructed using a prefix,
mp_file_id
andspace_name
, all concatenated by underscores, followed by “.csv”. The prefix is obtained from the value of the “model_point_file_prefix” parameter inconst_params()
.