Practical Question Paper Set A
Practical Question Paper Set A
Marks
S.No. Description
8
1 Programs using Pandas and Matplotlib
7
2 SQL Queries
3 Practical file 5
4
Project Work 5
5
Viva Voce 5
Total 30
1. Salesmen
SNo SName Sale1 Sale2
101 George 15 20
102 Sulivan 17 18
103 Teresa 14 19
104 Peter 12 13
Write a program in Python Pandas to create the following DataFrame salesman from a Dictionary:
Perform the following operations on the DataFrame:
i. Display the average score of Sale1 column.
ii. Show the sales of Sulivan only.
iii. Display the Dataframe
Q2. SQL Quires 7
Consider the following table Teacher: