how to read excel file in python with pandas code example Example: pandas read excel import pandas as pd pd.read_excel('tmp.xlsx’, sheet_name='Sheet1')