Aissce Practical I.P 2020-21-1
Aissce Practical I.P 2020-21-1
ANS
C) Given the school result data, analyse the performance of the
students on different parameters, e.g. subject wise or class
wise.?
ANS
D). Write the code in pandas to create two
dataframes df1 and df2 :
df1 df2
mark1 mark2 mark1 mar2
0 10 15 0 30 20
1 40 45 1 20 25
2 15 30 2 20 30
3 40 70 3 50 30
Write the commands to do the following operations on the
dataframes given above :
ANS
(i) To add dataframes df1 and df2
2.Write Python code to create the table: STUDENT given below in MySql: (3)
TABLE-STUDENT
ROLL NO. NAME CLASS DOB GENDER CITY MARKS