wie man Excel mit mehr als einem Blattpython öffnet
import pandas as pd
df = pd.read_excel(excel_file_path, sheetname="sheet_name")
Victorious Vendace
import pandas as pd
df = pd.read_excel(excel_file_path, sheetname="sheet_name")