Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The output should contain: Average final grade earned for the class One row for each student showing the student name, the course average for the
The output should contain:
Average final grade earned for the class
One row for each student showing the student name, the course average for the student and the percentage earned on each grade. Include appropriate headers for the list.
Display class statistics:
o Average grade for each grade item (one row showing class average for each grade item)
Problem 3 (25 points): In a new code block in the Assignment 01 Jupyter Notebook, write code that uses the file found on Bb in Assignments \ Assignment 01 Files used for Assignments\Assignment01/ Filename: Proj1Prob3.csv The first line of the file contains the number of points possible for each of the grade items listed below (Note: it DOES NOT contain a student name - just points). That line is followed by one line for each student in a class. The line for each student has the following fields, separated by commas: Student Name (in quotes) - Exam 1 - Exam 2 - Exam 3 - Exam 4 - Assignment 01 - Assignment 02 - Assignment 03 - Assignment 04 - Quiz 1 - Quiz 2 - Quiz 3 - Quiz 4 - Quiz 5 - Quiz 6Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started