Given the file name of a .tsv file read from user input containing student names and the respective course assignment grades, complete a program that performs the following tasks: Read the input file as a pandas dataframe. Output the students' names and grades in descending order of Finals scores. Output each assignment's max score. Output the median and average of each assignment's scores. Output the standard deviation of each assignment's scores. NOTES: Steps 3 through 5 should only require one function for each step. Ex. Finding the max of each assignment uses max() Append .to_string() to the end of the function call in order to silence an extraneous line that occurs at the end of the output. For steps 3, 4, and 5, the functions used will require the parameter numeric_only=True to be passed to specify that only numbers will be calculated (as the input file contains strings for student names). Input and Output Example NOTE: Download StudentInfo.tsv to view the contents of the file.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter13: File Input And Output
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question
Given the file name of a .tsv file read from user input containing student names and the respective course assignment grades, complete a program that performs the following tasks: Read the input file as a pandas dataframe. Output the students' names and grades in descending order of Finals scores. Output each assignment's max score. Output the median and average of each assignment's scores. Output the standard deviation of each assignment's scores. NOTES: Steps 3 through 5 should only require one function for each step. Ex. Finding the max of each assignment uses max() Append .to_string() to the end of the function call in order to silence an extraneous line that occurs at the end of the output. For steps 3, 4, and 5, the functions used will require the parameter numeric_only=True to be passed to specify that only numbers will be calculated (as the input file contains strings for student names). Input and Output Example NOTE: Download StudentInfo.tsv to view the contents of the file.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT