You are on page 1of 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 poten

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


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 pan
After all this some of the function and attributes are applied to s
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