Question: Using Python libraries. Using pandas library. Revise dataframe and dictionay. Problem Description: Define the students Dataframe using the following lists: name = age ['Alice', 'Bob',
Using Python libraries. Using pandas library. Revise dataframe and dictionay. Problem Description: Define the students Dataframe using the following lists: name = age ['Alice', 'Bob', 'Cathy', 'Doug'] [25, 18, 21, 19] [DS', 'cs', 'DS', 'DS'] major Print the shape of StdDF. Print the students Dataframe Print the columns of students Dataframe Print the data in "Major column Print the second row in students Dataframe Modify the name of the first student to your name Print the first row in students Dataframe Print the average of age in students Dataframe
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
