A PROJECT WORK ON-pages-deleted
A PROJECT WORK ON-pages-deleted
INFORMATICS PRACTICES
2024-2025
SUBMITTED BY :
NAME : LALIT SINGH , SAHIL PAL , DHRUV
ROLL.NO : 12852 128 57 128 59
Class: Xii H
GOVT.BOYS SENIOR SECONDARY SCHOOL
GUIDED BY :
RAKESH CHOUDHARY
.CERTIFICATE.
This is to certify that lalit singh ,sahil pal , dhruv of class
12th H have successfully completed their group project topic
“Server Hosting Service” under the guidance of MR. Rakesh
Choudhary in partial fulfillment of the requirements for the
central board of secondary education in the year 2024-2025
at GOVT BOYS SENIOR SECONDARY SCHOOL This project
demonstrates the group's understanding of environmental
concepts, research methods, and teamwork.
● 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