When reading from a file, I save the read in as a dictionary like this:
with open(\'StudentsPerformance.csv\', \'r\') as file: read_csv = csv.DictReader(f