saco.Calculator.run
- Calculator.run(master_only: bool = False) Dataset | DataFrame
Run data preparation and all calculations.
- Parameters:
master_only – If True return the calculated “Master” table only as a dataframe. If False (default) return a full Dataset that includes an updated Master table.
- Returns:
Either a full Dataset (default) with an updated “Master” table or a dataframe of just the updated master table.