12 Ip Practical
12 Ip Practical
Q1. Create a Data Frame quarterly sales where each row contains the item category, item name, and 4
expenditure.
ItemCat ItemName Expenditure
0 Car Ford 5000000
1 AC LG 400000
2 AirCooler LG 20000
3 AC Samsung 20000
Q2. Write a program to plot a bar chart from the medals won by four countries with title and labels of 4
both axis. Make sure that bars are separately visible.
Q3. Consider the Table EMPL and answer the given queries: 7
(i) To Create a table EMPL with EmpNo, Name , Age , Dept , Salary as attributes and EmpNo is
the primary key. (2)