Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

CAMBRIDGE SCHOOL

INFORMATIC PRACTICES
PRACTICAL FILE

SUBMITTED TO:-
SUBMITTED BY:-
VANDANA MITTAL
NAME:-Chahit Yadav
Class:-XII C
SIGNATURE
INDEX
SNO PARTICULARS PAGE NO SIGNATURE
WAP to create series engdict from
1 dictionary containing 5 words with
1
meaning
WAP to create series statelanguage
2 from a dic of 5 sates with language
1
WAP to make series rollstud of
3 classmates
2
WAP to make series MarkStud and
4 fixed value as 50 for 10 students
2
WAP to make series s1 storing even
5 number from 1 to 20
3
WAP to create series storing
6 percentage of 5 students
3
WAP to create series storing 100
7 with index as odd numbers from 1 to
4
10
WAP to create series storing value
8 pass or promoted for 5 students
4
Consider a list monthsname where
9 month name is index and days are no
4
of data
Consider a dictionary and practice the
10 following python statements
5-7
Create dataframe containg year wise
11 sales data of 5 sales person
8
Display row labels of sales dataframe
12 9
Display column labels of sales
13 9
Display datatypes of each column of
14 sales
9
Display dimension,shape,size and
15 values of sales
10
Display last two rows of sales
16 10
Display first two columns of sales
18 11
Check if the dataframe is empty or
19 not
11
Add a column named 2018
20 12
Change dataframe such that it
18 becomes transpose
12
Display sales made by all salesperson
19 in 2017
13
Display sales made by Madhu and
20 Ankit in 2017
13
Display sales made by shruti in 2016
21 14
Add data of salesman sumeet
22 14
Delete data for the year 2014
23 15
Delete data for salesman kinshuk
24 15
Change the names of salesperson
25 16
Update sales made by shailesh in year
26 2018
16
Create a dataframe data
27 17
Display names and city of all students
28 17
Display all the details of sehdev pal
29 and kapil arora
18
Display name and score of 2
30 candidates
18
Increase score by 25 for all
31 18
Display names where score>100
32 19
Change city of pooja to jaipur
33 19
Change row labels
34 20
Change column labels of first three
35 columns
21
36

You might also like