mario.Database.read_inventory_sheets#

Database.read_inventory_sheets(path)#

Read and group inventory sheets from an add-sectors workbook.

Parameters:

path – Path to the add-sectors workbook.

Returns:

Mapping keyed by target item name. Each value is a {sheet_name: dataframe} dictionary ready for the add-sectors engine.

Return type:

dict