Question: Create a DataFrame that represents 10 student grades on three exams (Mid term1, Mid term 2 and Final) 1. Create DataFrames using dictionary, tuple list
Create a DataFrame that represents 10 student grades on three exams (Mid term1, Mid term 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. 6. Calculate the average of the grade of the first two and last two students. 7. Calculate the average of Midterm 1 and Midterm 2 grades of the first 10 students. 8. Change any score
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
