Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Code on Python. I will rate you 5 stars if you follow the instructions strategically. Let's use your data visualization skills to analyze student Earlier,

image text in transcribed

Code on Python. I will rate you 5 stars if you follow the instructions strategically.

Let's use your data visualization skills to analyze student Earlier, you wrote a program to read student grades from a file and calculate each student's average grade. Extend that code to: . calculate the number of students in each grade category according to this guide: 90-100 =A 80 89 B 70 79 60-69 D . Present results as a bar chart with grade categories on the Xa xis, and # of students on the Y axis. . Label each axis appropriately . Show a title eExtra Credit o show the numeric average for all students o show the standard deviation of student grades o center x-axis tick labels o show grade ranges for each category in a chart legend Your program should work with a 'grades. txt' file that has grades formatted like this, where each line corresponds to a single student: 51,72,66,75,63 83,89,72,95,84 86,70,81,71,72 53,55,66,51,46 84,96,90,97,91 Actual number of students and grades may vary. Be sure to use test data that lets you verify each grade category

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Principles Of Database Systems With Internet And Java Applications

Authors: Greg Riccardi

1st Edition

020161247X, 978-0201612479

More Books

Students also viewed these Databases questions

Question

Verify the statement made in the remark following Example 10.2.

Answered: 1 week ago