filename = \'hw_25000.csv\'
with open(filename, \'r\') as infile: data = infile.read().split(\'\\n\')
heights = [] weights = [] column = []