mario.Database.get_aggregation_excel

Database.get_aggregation_excel(path=None, levels='all')

Generates the Excel file for aggregation of the database

Parameters:
  • path (str) – path to generate an Excel file for database aggregation. The Excel file has different sheets named by the level to be aggregated.

  • levels (str) – levels to be printed as Excel sheets. If ‘all’ it will print out all the levels, else different levels should be passed as a list of levels such as [‘Region’,’Sector’]