0% found this document useful (0 votes)
84 views24 pages

IP Project Covid-19 Impact

This document is Pulkit Nanda's practical file for the Informatic Practices class of 2023-24. It contains a certificate signed by his teacher, Mr. Anshuman, certifying that Pulkit has completed a project on data visualization. Pulkit thanks his teacher and principal for their support and guidance. The file then outlines 15 programming questions and Pulkit's responses/code snippets to analyze and visualize different data sets using Pandas and Matplotlib.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views24 pages

IP Project Covid-19 Impact

This document is Pulkit Nanda's practical file for the Informatic Practices class of 2023-24. It contains a certificate signed by his teacher, Mr. Anshuman, certifying that Pulkit has completed a project on data visualization. Pulkit thanks his teacher and principal for their support and guidance. The file then outlines 15 programming questions and Pulkit's responses/code snippets to analyze and visualize different data sets using Pandas and Matplotlib.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 24

NEW DELHI PUBLIC

SCHOOL

INFORMATIC PRACTICES
CLASS:12th
PRACTICAL FILE
SESSION 2023-24
TEACHER: STUDENT:
Anshuman Pulkit Nanda

PGT CS Class:12A
CERTIFICATE

This is to certify that Pulkit Nanda, student of


class 12th 'A' has successfully completed the research
on the project Data Visualisation” under the guidance of

Mr.Anshuman during the year 2023 -


24.

Teacher’s signature
ACKNOWLEDGMENT

I would like to express my special thanks of gratitude


To my teacher Mr.Anshuman as well as our
Principal Mrs Sankalita Modgill who gave me the golden
opportunity to do this wonderful project on the topic
Data Visualisation' which also helped me in doing a lot of

research and I came to know about

Q - 15 Given the school result


datsubject
using bar graph.
who helped
Secondly me also
I would a lot like
in finishing
to thankthis
my project
parentswithin the
and friends
time limit.
I am making this project not only for marks but to also
increase my knowledge.
Program - 1

Q 1 - Create a pandas series from a dictionary of values.

Input

Output
Program - 2

Q - 2 Given a series of marks, print all the elements that are


above 75 marks.

Input
. .

1. 1
2. 2
3. 3-5

4. 6-8

5. 9-11

6.
Output

7. Covid-19 test conducted by different 15-17


countries in the world
8. Conclusion 18
9. Reference 19
Program - 3

Q - 3 Create a pandas series from a dictionary of values and


an ndarray.

Input

Output

1
Program - 4

Q - 4 Write a program to create a Data Frame Quarterly Sales


where each row contains the quarterly
sales of TV, Fridge and AC. Show the DataFrame after deleting
details of Fridge.

Input

Output

2
Program - 5

Q - 5 Create a Data Frame for examination result and display


row labels, column labels data types of
each column and the dimensions.

Input

Output

3
Program - 6

Q - 6 Filter out rows based on different criteria such as


duplicate rows.

Input

Output
Program - 7

Q - 7 Importing and exporting data between pandas and CSV


file.

Input
Program - 8
Q - 8 Given a dataframe (df) as under:
City School

Delhi 7550
Mumbai 8700
Kolkata 9800
Chennai 8600

Write a program to print Dataframe. Also display first


two rows of city column and last two rows
of school column.

Input

6
Output
Program - 9

Q - 9 Write a program to create a DataFrame to store


Roll Number, Name and Marks of five students
(it should contain your name). Print the DataFrame and
its transpose.

Input
Output

9
Program - 10

Q - 10 Write a program to create a DataFrame which contains


Roll Number, Name, Height and Weight
of 5 students of your class along with your name. Create a CSV
file using this DataFrame.

Input

Output
Program - 11
Q - 11 Given the school result data, analyses the
performance of the students on different parameters,
e.g. subject wise or class wise

Input

Output

11
Program - 12

Q - 12 For the Data Frames created in Q. 8, analyse and plot


appropriate charts with title and legend

Input

12
Output

13
Program - 13

Q - 13 Take data of your interest from an open source (eg. Data


.gov.in), aggregate and summarise it.
Then plot it using different plotting functions of the Matplotlib
library

Input

14
Output

15
Program - 14

Q - 14 The data for population of india and Pakistan is given.


Show them using line chart with title,
label and legends of both axis:

Year 1960 1970 1980 1990 2000


India 449.48 553.57 696.35 870.13 1000.42
Pakistan 44.91 58.12 78.75 107.74 138.64

Input
OUTPUT

17
Program - 15

Q - 15 Given the school result data. Analyse the performance


of the students in IP and English subject
using bar graph

Input

18
Output

19

You might also like