So I have an excel file with multiple sheets called inventory, inventory1, inventory2...all the way up to inventory 10. However there are sheets other than the inventory sheets, so I can't just read all sheets of the excel file and concat. Is there a way to read all of these sheets, the inventory sheets, with pandas, without writting the sheet names individually?
Thank you