0% found this document useful (0 votes)
40 views20 pages

Informatics Practices 2

The certificate acknowledges that three students - MD Shahrukh Alam, Sandeed Kumar, and Lips Sahi - of Class XII, Section C successfully completed their Informatics Practices investigatory project under the guidance of their teacher, Mrs. Divya Ma'am. The project investigated and studied comparing, visualizing, and displaying various automobiles using modules like Pandas, DataFrames, Series, and Matplotlib's plotting tools like line graphs, bar graphs and histograms. The report documents the tools, modules, and applications used in the project.

Uploaded by

HARSH CHAURASIYA
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)
40 views20 pages

Informatics Practices 2

The certificate acknowledges that three students - MD Shahrukh Alam, Sandeed Kumar, and Lips Sahi - of Class XII, Section C successfully completed their Informatics Practices investigatory project under the guidance of their teacher, Mrs. Divya Ma'am. The project investigated and studied comparing, visualizing, and displaying various automobiles using modules like Pandas, DataFrames, Series, and Matplotlib's plotting tools like line graphs, bar graphs and histograms. The report documents the tools, modules, and applications used in the project.

Uploaded by

HARSH CHAURASIYA
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/ 20

CERTIFICATE

THIS IS TO CERTIFY THAT MD SHAHRUKH


ALAM , SANDEED KUMAR AND LIPSA SAHU
OF CLASS XII, SECTION ‘C’HAS SUCESSFULLY
COMPLETED

INFORMATICS PRACTICES
INVESTIGATORY PROJECT
TO INVESTIGATE AND STUDY ABOUT :
THIS REPORT IS THE RESULT OF THEIR
ENDEAVOURS AND RESEARCH. IT IS
FINISHED UNDER OUR GUIDENCE AND
SUPERVISION IN THE ACADEMIC YEAR 2022-
23

MRS DIVYA MAAM


INFORMATICS PRACTICES
KV NO-1 JALAHALLI WEST BANGALORE-15
ACKNOWLEDGMENT

IN THIS ACCOMLISHMENT OF THIS PROJECT


SUCCESSFULLY MANY PEOPLE BESTOWED ON
ME THEIR IMMENSE SUPPORT .
IN THIS ACCOMLISHMENT OF THIS PROJECT
SUCCESSFULLY MANY PEOPLE BESTOWED ON
ME THEIR IMMENSE SUPPORT .
IT ALSO HELPED ME DOING A LOT OF
RESEARCH AND CAME TO KNOW ABOUT SO
MANY NEW THINGS
INDEX
• CERTIFICATE
• ACKNOWLEDGEMENT
• INTRODUCTION
• AIM OF THE PROJECT
• SUBJECT
• USING MODULES
Comparing, visualising and displaying various
automobiles.

The tools, modules, library and application are


used in this project are;
• Pandas
• Dataframe
• Series
• Matplotlib.pyplot
• Line graph, bar graph, histrogram

• PANDAS: Pandas is an open source library in Python. It provides ready to


use high-performance data structures and data analysis tools. Pandas module runs
on top of NumPy and it is popularly used for data science and data analytics.
• DATAFRAME: DataFrame is a 2-dimensional labelled data structure with
columns of potentially different types. You can think of it like a spreadsheet or
SQL table, or a dict of Series objects. It is generally the most commonly used pandas
object.

• SERIES: Series is a one-dimensional labelled array capable of holding data


of any type (integer, string, float, python objects, etc.). The axis labels are
collectively called index.

• MATPLOTLIB.PYPLOT: Matplotlib is a cross-platform, data


visualization and graphical plotting library for Python and its
numerical extension NumPy.

• HISTOGRAM: A histogram is a graphical representation of data points


organized into user-specified ranges. Similar in appearance to a bar graph, the
histogram condenses a data series into an easily interpreted visual by taking many
data points and grouping them into logical ranges or bins.
• Subject unit wise topics in boards is displayed by
the help of pandas module, in this using dataframe
and series.
• After all this some of the function and attributes
are applied to see the changes or modifications.
• At last by visualising the tables by displaying line
graph or bar graphs or histogram.
USING PANDAS DATAFRAME :

Or
ALL ATTRIBUTES:
ACCESSING SINGLE/MULTIPLE COLUMNS
IN A DATAFRAME

OR
ACCESSING MULTIPLE ROWS:
ACCESSING INDIVIDUAL ELEMENT
IN THE DATAFRAME:
FILTERING DATA IN DATAFRAME:
MODIFYING ROWS/COLUMNS IN A
DATAFRAME:
VISUALISING THE TABLE BY LINE
GRAPH:
BAR GRAPH:

You might also like