Question: Write the Python code to find the total number of B + s given in EVERY subject at Illinois. Your solution must include only a
Write the Python code to find the total number of Bs given in EVERY subject at Illinois.
Your solution must include only a single row for each subject. Each row must contain a Subject variable column and an B variable column You can create extra columns if needed, only Subject and B will be graded.
The columns available in the GPA dataset includes:
Year: The year the course was offered
Term: The semester that the course was offered
YearTerm: A combination of the year and term
Subject: The name of the subject that the course falls under for ex "ACCY", CS etc.
Number: The numeric level of the course ie or
Course Title: The name of the course
Sched Type: The course format ie LCD, LEC, ONL
A A A B B B C C C D D D F W: Each Grade is a column on its own that represents the number of that particular grade for each course ie A represents the number of As per course
Primary Instructor: The primary instructor of each course
Students: The number of students per course
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
