import pandas as pd from pandas import Series from pandas import DataFrame
df=pd.read_excel('https://github.com/springcoil/marsmodelling/blob/master/relay-foods.xlsx?raw=true', sheet_name='Purchase Data - Full Study') df.head()