IP Practical File 2024
IP Practical File 2024
SERIES
1. Create a Series object 'vowel' to store all vowels individually. Its index should be 1,2,3,4 &
5.
2. Create s Series object using ndarray that has 5 elements in the range 50 and 100.
3. Create a Series object using dictionary that stores the number of students in each section of
class 12th of your school.
4. Total no of students to be admitted is 350 in ABC School every year. Write a code to
create a Series object School that stores these total number of students for the year 2015 to
2024.
5. Number of students in class 11 and class 12 in three streams (science, commerce and
humanities) are stored in 2 series object class 11 and class 12. Write code to find total no of
students in class 11 & class 12 stream wise.
6. Create a series 'temp' that stores temperature of seven days in it. Its index should be
'Sunday', 'Monday’……. and perform the following tasks.
1. Display temp of first 3 days.
2. Display temp of last 3 days.
3. Display all temp in reverse order like Saturday, Friday......
4. Display temp from Tuesday to Friday.
5. Display square of all temperature.
DATAFRAME
1. Create a dataframe named as students using a list of names of 5 students.
2. Create a dataframe players using a list of names and scores of the previous three
matches. (Using Nested list)
3. Create a dataframe countries using a dictionary which stored country name, capitals
and populations of the country.
4. Creating a Python program to perform writing and reading operations in a CSV file.
5. Consider the following data for :
B0002 Computer Science Move fast with computer XII Dhanpat 340
science Rai
MATPLOTLIB
1. Given the school result data, analyse the performance of the students on different
parameters ex. Subject-wise and class-wise.
2. Consider the following data of a medical store and plot the data on the line chart and
Customise the chart using all properties of plot function.
3. Use above data and subplot sanitizer data and handwash data.
4. Bar chart Question