Y USING PYTHO

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%

BY USING PYTHON 

 

a. Download student course data from the following URL into a dataframe as follows:
url = http://www.akyokus.com/COE-101-Grades.xlsx
print students data.
b. Suppose that midterm I has %25 weight, midterm II has %25 weight, and final has %50 weight.
Calculate the avegrage of each.
c. Convert each of NaN values to zero.
d. Suppose that the letter grades is evaluated as follows:
If NumberArg >= 94 Then
GRADE = "A+"
Else If NumberArg >= 87 Then
GRADE = "A"
Else If NumberArg >= 79 Then
GRADE = "B+"
Transcribed Image Text:a. Download student course data from the following URL into a dataframe as follows: url = http://www.akyokus.com/COE-101-Grades.xlsx print students data. b. Suppose that midterm I has %25 weight, midterm II has %25 weight, and final has %50 weight. Calculate the avegrage of each. c. Convert each of NaN values to zero. d. Suppose that the letter grades is evaluated as follows: If NumberArg >= 94 Then GRADE = "A+" Else If NumberArg >= 87 Then GRADE = "A" Else If NumberArg >= 79 Then GRADE = "B+"
Else If NumberArg >= 70 Then
GRADE = "B"
Else If NumberArg >= 60 Then
GRADE = "C+"
Else If NumberArg >= 50 Then
GRADE = "C"
Else If NumberArg >= 45 Then
GRADE = "D+"
Else If NumberArg >= 40 Then
GRADE = "D"
Else If NumberArg < 40 Then
GRADE = "F"
End If
Add a column to your student dataframe named GRADE that contain the letter grade of each student.
Print students data along with grades.
e. Assume that the passing grade is C. Find the students who failed the course.
f. Assume that the passing grade is C. Find the students who passed the course
g. Prepare a pivot table that shows the count of students that took A, A, B+, B,..,F.
f. Prepare a histogram graph that shows the count of students that took A, A, B+, B,..,F.
g. Prepare a pie graph that shows the count of students that took A, A, B+, B,..,F.
h. Find the correlation between MIDI and MIDII, and between MID II and FINAL. Make an interpretation
about the correlations that you found.
i. Find the average of MIDI and MIDII grades. Find the students whose final grades increased more %10
than the average of MIDI and MIDII grades. Make a listing of these students.
Transcribed Image Text:Else If NumberArg >= 70 Then GRADE = "B" Else If NumberArg >= 60 Then GRADE = "C+" Else If NumberArg >= 50 Then GRADE = "C" Else If NumberArg >= 45 Then GRADE = "D+" Else If NumberArg >= 40 Then GRADE = "D" Else If NumberArg < 40 Then GRADE = "F" End If Add a column to your student dataframe named GRADE that contain the letter grade of each student. Print students data along with grades. e. Assume that the passing grade is C. Find the students who failed the course. f. Assume that the passing grade is C. Find the students who passed the course g. Prepare a pivot table that shows the count of students that took A, A, B+, B,..,F. f. Prepare a histogram graph that shows the count of students that took A, A, B+, B,..,F. g. Prepare a pie graph that shows the count of students that took A, A, B+, B,..,F. h. Find the correlation between MIDI and MIDII, and between MID II and FINAL. Make an interpretation about the correlations that you found. i. Find the average of MIDI and MIDII grades. Find the students whose final grades increased more %10 than the average of MIDI and MIDII grades. Make a listing of these students.
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY