Data Processing using Python Collections

Use the Python CSV DictReader to extract the field names from the CSV file.
Create a Python Student class with fields obtained from the DictReader.
Use the Python Counter to find the three most common test scores.