read data from excel pandas code example Example: pandas read excel import pandas as pd pd.read_excel('tmp.xlsx’, sheet_name='Sheet1')