Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You already have learned how to use a 2 D list. Today we utilize the 2 D list to solve the problem. You are given

You already have learned how to use a 2D list. Today we utilize the 2D list to solve the problem. You are given an input file (input.csv Download input.csv) where a list of students and their grades are listed. Your task is to read the file content, populate the 2D list, and finally do some calculations (min, max, median, and average) for each course. You CAN NOT use any built-in functions, like min, max, sort, etc. as well as csv module in this assignment. However, for the median, you can ONLY use a built-in function from the statistics module. After calculating these, you need to store them in an output file. A sample output file (output.csv Download output.csv) is given for the corresponding input file. I may use different input files which will generate different output files. Before submitting your in-class, make sure your code runs correctly and generates the specified output file. You may use a different input file for your test case.
\table[[,A,B,C,D,E,F,G],[1,,20990412,20785436,24156933,20154699,10990435,10990432],[2,CS1400,100,25,48,98,78,45],[3,CS1410,98,95,97,56,65,36],[4,CS2550,56,92,45,78,65,45],[5,CS3210,87,86,45,36,67,96],[6,CS3410,95,78,86,85,45,86],[7,,,,,,,]]
image text in transcribed

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_2

Step: 3

blur-text-image_3

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

Rules In Database Systems Third International Workshop Rids 97 Sk Vde Sweden June 26 28 1997 Proceedings Lncs 1312

Authors: Andreas Geppert ,Mikael Berndtsson

1997th Edition

3540635165, 978-3540635161

More Books

Students also viewed these Databases questions

Question

The amount of work I am asked to do is reasonable.

Answered: 1 week ago

Question

The company encourages a balance between work and personal life.

Answered: 1 week ago