1
ADITYA BIRLA PUBLIC SCHOOL
SIDHI(M.P)
SESSION:2025-26
PROJECT ON INFORMATICS PRACTICES
SUMBITTED BY SUMBITTED TO
Mohit Kumar Gupta Mr. Sharad Sahu
CLASS :- 12’A’
Roll no:-A1213
Teacher Sign
2
CERTIFICATE
This is to certify that MOHIT KUMAR GUPTA of
class XII 'A has completed his Informatics
Practices project. Under the guidance of Mr.
Sharad Sahu for the academic year (2025-
26) The certified student has been dedicated
throughout his research and completed his
work before the given deadline without
missing any important details from the
project. It is also certified that this project
is the individual work of the student and
can be submitted for evaluation.
Principal Signature
3
ACKNOWLEDGEMENT
I am grateful to my Subject teacher, Mr. Sharad
Sahu, for the invaluable guidance and feedback
provided throughout this project. Sir vast
knowledge and encouragement have been
instrumental.
I would also like to thank our principal. Mrs.
Kiran S. Patel, for enabling access to resources
that made this project possible.
Finally, I am deeply thankful to my parents for
their constant support and motivation. This
project would not have been achievable without
them.
Name- Mohit Kumar Gupta
CLASS:- A1213
[Link]
Practical File- Informatics Practices (Class XII)
#1 Create a pandas series from a dictionary of values and an ndarray.
1|Page
[Link]
#2. Given a Series, print all the elements that are above the 75th percentile.
2|Page
[Link]
#3 Create a Data Frame quarterly sales where each row contains the item
category, item name, and expenditure. Group the rows by the category, and
print the total expenditure per category.
3|Page
[Link]
#4. Create a data frame based on ecommerce data and generate descriptive
statistics (mean, median, mode, quartile, and variance).
4|Page
[Link]
#5. Create a data frame for examination result and display row labels, column
labels data types of each column and the dimensions
5|Page
[Link]
#6. Filter out rows based on different criteria such as duplicate rows.
6|Page
[Link]
#7. Find the sum of each column, or find the column with the lowest mean.
7|Page
[Link]
#8. Locate the 3 largest values in a data frame.
8|Page
[Link]
#9. Subtract the mean of a row from each element of the row in a Data Frame.
9|Page
[Link]
#10. Replace all negative values in a data frame with a 0.
10 | P a g e
[Link]
#11. Replace all missing values in a data frame with a 999.
11 | P a g e
[Link]
#12. Importing and exporting data between pandas and CSV file
12 | P a g e
[Link]
#13. Importing and exporting data between pandas and MySQL database.
Importing Data from MySQL to Data Frame.
13 | P a g e
[Link]
Exporting data from Data Frame to MYSQL.
14 | P a g e
[Link]
#14. Given the school result data, analyse the performance of the students on
different parameters, e.g subject wise or class wise.
15 | P a g e
[Link]
#15. For the Data frames created above, analyze and plot appropriate charts
with title and legend.
16 | P a g e
[Link]
#16. Take data of your interest from an open source (e.g. [Link]), aggregate
and summarize it. Then plot it using different plotting functions of the Matplotlib
library.
17 | P a g e
[Link]
18 | P a g e
[Link]
#17. Create a student table with the student id, name, and marks as attributes
where the student id is the primary key.
#18. Insert the details of a new student in the above table.
#19. Delete the details of a particular student in the above table.
19 | P a g e
[Link]
#20. Use the select command to get the details of the students with marks
more than 80.
#21. Create a new table (order ID, customer Name, and order Date) by joining
two tables (order ID, customer ID, and order Date) and (customer ID, customer
Name, contact Name, country).
20 | P a g e
[Link]
#22. Create a foreign key in one of the two tables mentioned above
#23. Find the min, max, sum, and average of the marks in a student marks table.
#24. Find the total number of customers from each country in the table
(customer ID, customer Name, country) using group by.
21 | P a g e
[Link]
#25. Create a new table (name, date of birth) by joining two tables (student id,
name) and (student id, date of birth).
#26. Write a SQL query to order the (student ID, marks) table in descending order
of the marks.
22 | P a g e