Set1
Set1
School Code: 25158 (The Cambridge Intl. School, Devli Road, New Delhi)
Subject: Informatics Practices Practical (065)
SET-1
MM:30
Q1. Problems solving using Pandas and Matplotlib. (8 marks)
A. Write a program to generate a series of marks of 10 students. Give grace marks up to 3
marks of those who are having marks between 30 to 33 marks and print the new list of the
marks.
B. Consider the following data.
BookID Subject BookTitle Class Publisher Price
B001 Informatics Practices NCERT IP XII NCERT 270
B002 Computer Science NCERT CS XII Dhanpat Rai 340
B003 Comp. App Sample X BPB 120
Paper
B004 Informatics Practices NCERT IP XI NCERT 270
B005 A.I A.I IX KIPS 340
i. Create a dataframe using Dictionary.
ii. Display books for class XII
iii. Plot the data on line chart with appropriate chart title, x axis title, y axis title.