--data.csv file ID,Index,Height,Weight 0,1,167,51 1,2,181,61 2,3,176,69 3,4,173,64 4,5,172,65 --data.csv file data = pd.read_csv(\'data.csv\')
I wa