Ipproject
Ipproject
SOFTWARE REQUIREMENTS:-
❖Python 3.8.10 or higher
❖Spread Sheet Software
❖Windows 7 or higher
❖MS Word (Any after 2007)
❖MS Excel (Any after 2007)
HARDWARE REQUIREMENTS:-
❖Keyboard and Mouse for input
❖Hard Disk 500 GB or more
❖4GB RAM or higher
❖Processor – Intel Core to i3 or higher
Modules used:
i.
Python-matplotlib.pyplot: Matplotlib is an
amazing visualization library in python for 2D
plots of array. Matplotlib is a multiplatform data
visualization library built on NumPy array and
designed to work with the border SciPy stacks. It
was introduced by John Hunter in year 2002.
ii.
Python Pandas: Python Pandas is Python
library for data analysis. Pandas have derived its
name from “Panel data system’’, which is an Eco
metrics term for multi-dimensional, structured
data sets. Today, pandas have become a popular
choice for data analysis.
iii.
csv files: A comma-separated
values (CSV) file is a delimited text file that uses
a comma to separate values. Each line of the file is a
data record. Each record consists of one or more fields,
separated by commas. The use of the comma as a field
separator is the source of the name for this file format.
A CSV file typically stores tabular data (numbers and
text) in plain text, in which case each line will have the
same number of fields.
The CSV file format is not fully standardized. The basic
idea of separating fields with a comma is clear, but the
situation gets complicated when field data also contain
commas or embedded line breaks. CSV
implementations may not handle such field data, or
they may use quotation marks to surround the field.
Quotation does not solve everything: some fields may
need embedded quotation marks, so a CSV
implementation may include escape characters or
escape sequences.