IE 555 - Programming For Analytics: Due Date: To Be Determined
IE 555 - Programming For Analytics: Due Date: To Be Determined
Sometimes source data aren’t in a format that we would’ve designed. The purpose of this assignment
is to help you practice using numpy and to work with poorly formatted data.
Assignment Details
You need to write a function that calculates some statistics about student grades in a particular
course.
1. Import the given .csv file. See grades example.csv, which describes the structure of input
files.
2. Return the following five (5) pieces of information, in this order:
1
• For example, suppose a student had the following scores:
Homework: 9/10, 4/5, 35/50. Exam1: 85/100