0% found this document useful (0 votes)
11 views1 page

Index 3

Uploaded by

shoryamishra886
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Index 3

Uploaded by

shoryamishra886
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

INDEX

S.no. Name of Experiments Date Remarks


22 Given a Series, print all the elements that are
above the 75th percentile.
23 Create a Data Frame quarterly sale where each
row contains the item category, item name, and
expenditure. Group the rows by the category,
and print the total expenditure per category.
24 Create a data frame based on eCommerce data
and generate descriptive statistics (mean,
median, mode, quartile, and variance).
25 Given the school result data, analyze the
performance of the students on different
parameters, e.g., subject-wise or class-wise.
26 Write a program to plot a bar chart in Python to
display the result of a school for five consecutive
years.
27 For the DataFrames created above, analyze and
plot appropriate charts with title and legend.
Number of students against scores in all the 7
subjects. Show the highest score of each subject.
28 For the DataFrames created above, analyze and
plot appropriate charts with title and legend.
Show the average score of each subject.
29 For the DataFrames created above, analyze and
plot appropriate charts with title and legend.
Show the number of females and males, average
percentage of females and males.
30 Take data of your interest from an open source
(e.g., data.gov.in), aggregate and summarize it.
Then plot it using different plotting functions of
the Matplotlib library.

You might also like