Question: Create a DataFrame that represents 10 student grades on three exams (Midterm1,Midterm 2 and Final) 1. Create DataFrames using dictionary, tuple list and list of
Create a DataFrame that represents 10 student grades on three exams (Midterm1,Midterm 2 and Final)

1. Create DataFrames using dictionary, tuple list and list of dictionaries. 2. Write the Dataframe in both csv and xlxs files. 3. Read the csv and xlxs files again (created in previous step) as a Dataframe object. 4. Calculate the average of the grades in each column and each row. 5. Calculate the maximum and minimum scores for Midterm1, Midterm 2 and Final
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
