You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some datapoints are made with other datapoints by running math operators. We need a procedure for this task.
API
run_op accepts following parameters:
ingredients: the ingredients to run operation.
op: a dictionary, which are new_key: calculation pairs. For example:
{# male_population_0_14_years and female_population_0_14_years should exist # in the ingredientsex_ratio_0_14_years: "male_population_0_14_years / female_population_0_14_years"}
The text was updated successfully, but these errors were encountered:
Reason
Some datapoints are made with other datapoints by running math operators. We need a procedure for this task.
API
run_op
accepts following parameters:ingredients
: the ingredients to run operation.op
: a dictionary, which are new_key: calculation pairs. For example:The text was updated successfully, but these errors were encountered: