model_point_table_ext#
- model_point_table_ext()[source]#
Extends the raw model point table with product parameters and returns it.
Append product parameter columns to the raw model point table returned by
model_point_table()
. The product parameters are obtained by passingspace_name
toproduct_params()
. For each model point row in the raw model point table, a corresponding row that has matching “product_id” and “plan_id” values is appended.