0% found this document useful (0 votes)
29 views2 pages

Index Table For Class Term 2 IP Project Work

The document provides an index of 16 topics related to pandas and data analysis. The topics cover creating and manipulating pandas series and data frames, performing descriptive statistics, filtering and grouping data, importing and exporting data to CSV and databases, and plotting charts from data frames.

Uploaded by

BIKRAM YADAV
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)
29 views2 pages

Index Table For Class Term 2 IP Project Work

The document provides an index of 16 topics related to pandas and data analysis. The topics cover creating and manipulating pandas series and data frames, performing descriptive statistics, filtering and grouping data, importing and exporting data to CSV and databases, and plotting charts from data frames.

Uploaded by

BIKRAM YADAV
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/ 2

Index

( For Term 1 )

S.no Title Page no.

1. Create a pandas series from a dictionary of 1


values and an ndarray.

2. Given a Series, print all the elements that are


2
above the 75th percentile.

3. Create a Data Frame quarterly sales where


3
each row contains the item category, item
name,and expenditure. Group the rows by the
category and print the total expenditure per
category.

4. Create a data frame based on ecommerce data


4
and generate descriptive statistics (mean,
median, mode, quartile, and variance).

5. Create a data frame for examination result


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

6. Filter out rows based on different criteria


6
such as duplicate rows.

Find the sum of each column, or find the


7. 7
column with the lowest mean.

Locate the 3 largest values in a data frame.


8. 8
Subtract the mean of a row from each element
9. 9
of the row in a Data Frame.

Replace all negative values in a data frame with


10. 10
a 0.

Replace all missing values in a data frame with 11


11.
a 999.

Importing and exporting data between pandas


12. 12
and CSV file.

Importing and exporting data between pandas 13-14


13.
and MySQL database.

Given the school result data, analyse the 15


performance of the students on different
14. parameters, e.g subject wise or class wise.

For the Data frames created above, analyze


15. 16
and plot appropriate charts with title and
legend.

Take data of your interest from an open 17


16.
source (e.g. data.gov.in), aggregate and
-18
summarize it. Then plot it using different
plotting functions of the Matplotlib.

You might also like