Sorted PETerm 2 Class 12
Sorted PETerm 2 Class 12
1) To write a Python program to create a panda’s Data Frame for the following
table Using Nested list:
2) To write a Python program to create a panda’s DataFrame called DF for the
following table Using Dictionary of List and perform the following
operations:
(i) Insert a new column “Bags” with values as [5891, 8628, 9785, 4475].
(ii) Delete the row details of M.P from DataFrame DF.
4) To write a Python program to create a panda’s DataFrame called DF for the
following table using Dictionary of List and display the details of students
whose Percentage is more than 85.
19) Create a simple Pandas Series from a list and apply head and tail function