pract_23-ip
pract_23-ip
Q1. Write a python code to create a Series object using the python sequence
Q2. Create and Display a DataFrame from a 2D dictionary, Sales, Which stores
the quarter-wise sales as inner dictionary for two years as given below:[3]
yr1 yr2
Q3. Write a python code to plot a Line chart to depict the changing weekly onion
Give appropriate axes labels. add Legend, title, and Label to a Line plot.
of their SNAME.
Q5. Give Mysql/sqlite3 Statement for the following: Table: STUDENT [2]
Column of the Table: Student_No, Class, Name, Game, Grade, SUPW, Grade
a) To display the name of students who are getting a grade ‘C’ in either
GAME or SUPW.
************************************
Practical SUB: INFORMATICS PRACTICES(065) Set B
Q1.Write a python code to create a Series object using a dictionary that stores
of sales performance of four Zonal offices. Zone name should be row labels.[3]
Target Sales
78 82 34 56 90 34 58 34 23 17 78 67 56 45 89 [3]
Column of the Table :Coach-ID, CoachName, Age, Sports, Dateofapp, Pay, Sex [2]
in descending order.
Q5. Give Mysql/sqlite3 Statement for the following: Table: Teacher [3]
Column of the Table: No, Name, Age, Department, Dateofjoin, Salary, Sex
c) To List names of all teachers with their date of joining in ascending order.
**********************************************
Practical SUB: INFORMATICS PRACTICES(065) Set C
Q1. Write a python code to create a Series object using individual character
Q2. Write a python code to create a dataframe from a 2D List . Specify own
a=[1,2,3,4] b=[2,4,6,8]
Write a python code to plot a bar chart of different widths and colours. [3]
Q4. Q1. Give Mysql/sqlite3 Statement for the following: Table: Hospital [3]
Column of the Table : No, Name, Age, Department, Dateofadm, Charges, Sex
c) To List the name of all patients with their date of admission in ascending
order.
Q5. Give Mysql/sqlite3 Statement for the following: Table: CLUB [2]
Column of the Table :Coach-ID, CoachName, Age, Sports, Dateofapp, Pay, Sex
in descending order.
***************************
Practical SUB: INFORMATICS PRACTICES(065) Set D
Q1. Write a python code to create a Series object using the python sequence
Q2. Write a python code to create a dataframe from a 2D List . Specify own
code to plot Line chart the student‘s performance in these 10 unit tests. [3]
week=[1,2,3,4,5,6,7,8,9,10]
marks=[12,10,10,11,08,07,16,18,14,15]
of their SNAME.
Q5. Give Mysql/sqlite3 Statement for the following: Table: STUDENT [2]
Column of the Table: Student_No, Class, Name, Game, Grade, SUPW, Grade
a) To display the name of students who are getting a grade ‘C’ in either
GAME or SUPW.
************************************