how to read an excel colum in oython code example Example: pandas read excel import pandas as pd pd.read_excel('tmp.xlsx', index_col=0)