reading columns from excel as list code example Example: pandas read excel import pandas as pd pd.read_excel('tmp.xlsx', index_col=0)