Ip Project - Docx1
Ip Project - Docx1
Ip Project - Docx1
KIRKEE
INFORMATICS PRACTICES
PROJECT 2022-23
● ACKNOWLEDGEMENT
● Certificate
● Acknowledgement
● Contents
● System Specifications
● Technology Used
1)Python
2)Pandas
3)DataFrame
4)CSV File
● Data Visualizations and Matplotlib
● About the Project
● Coding and Implementation
● Bibliography
● SYSTEM SPECIFICATIONS
● SOFTWARE USED
❖Python:
Python programming language was developed by Guido Van
Rossum in February 1991.
Python is an easy-to-learn yet powerful object-oriented
programming language. It is a very high-level programming
language yet as powerful as many other middle-level not so high-
level languages like C, C++, Java etc.
❖Pandas:
❖ CSV File:
Refers to the tabular data saved as plaintext where data values
are separated by commas.
The CSV format is popular as it offers following advantages:
• A simple, compact, and ubiquitous format for data
storage.
• A common format for data interchange.
• It can be opened in popular spreadsheet packages like MS
Excel, Calc etc.
• Nearly all spreadsheets and databases support import
/export to csv format. Python's Pandas library offers two
functions read_csv() and to_csv() that help you bring data
from a CSV file into a DataFrame and write a data frame’s
data to a CSV file.
● CSV FILE
CODING AND IMPLEMENTATION
DataFrame Design
Menu.py
OUTPUT
TO VISUALIZE A DATA
OUTPUT
BAR CHART
OUTPUT
LINE GRAPH
OUTPUT
HISTOGRAM
OUTPUT
OUTPUT
IF OPTION CHOSEN IS WRONG
OUTPUT
OUTPUT
TO DELETE A ROW FROM CSV FILE
OUTPUT
TO ADD COLUMN IN CSV FILE
OUTPUT
OUTPUT
DISPLAY SPECIFIC COLUMN
OUTPUT
OUTPUT
TO APPEND A ROW IN CSV FILE
OUTPUT
● BIBLIOGRAPHY