0% found this document useful (0 votes)
167 views16 pages

Analysis of T20 World Cup

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
167 views16 pages

Analysis of T20 World Cup

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 16

PROJECT REPORT

ON
Analysis of T20
World Cup
using
Python and CSV

SUBMITTED TO: SUBMITTED BY:


Mr. Rohit Malhotra
(HOD Computer Dept.)

SESSION 2024-2025
M. G. N. PUBLIC SCHOOL
Adarsh Nagar, Jalandhar
INDEX
SERIAL NO PROJECT CONTENTS
1 ACKNOWLEDGEMENT
2 CERTIFICATE
3 HARDWARE & SOFTWARE USED
4 INTRODUCTION TO Pyhton
5 INTRODUCTION TO CSV
6 INTRODUCTION / SYNOPSIS OF
PROJECT
7 DATA STRUCTURE OF DATAFRAME
8 CODING OF THE PROJECT ALONG
WITH OUTPUT
9 BIBLIOGRAPHY
Acknowledgment

I would like to express my heartfelt gratitude


to our school principal for providing the
necessary facilities that made this project
possible.I would also like to extend my thanks
to my subject teacher Rohit Malhotra for their
guidance and assistance. Your insights and
feedback have greatly contributed to my
understanding and the overall quality of my
work.
CERTIFICATE

This is to certify that NAME OF STUDENTS


(CBSE Roll No.: *************), student of XII
has successfully completed his/her project work
entitled “NAME OF THE PROJECT” using
Pyhton and CSV under my guidance and has
submitted satisfactory project report in accordance
with the syllabus of class XII (Informatics Practices-
065) as prescribed by CBSE for the academic year
2024-2025.

GUIDE
Rohit Malhotra
(HOD Computer)
HARDWARE &
SOFTWARE USED
Hardware used
1) Laptop
2) Pen drive
Software used
1) Python
2) MS EXCEL
3) MS Word
INTRODUCTION TO Pyhton

Python is a high-level, interpreted programming language


known for its simplicity and readability. Created by Guido
van Rossum and first released in 1991, Python is widely
used for a range of applications, including web development,
data analysis, artificial intelligence, automation, and
scientific computing.

Key Features of Python

1.Easy to Learn and Use: Python's syntax is simple,


resembling plain English, making it easy to write and
understand.
2.Interpreted Language: Python executes code line by line,
which makes debugging easier.
3.Dynamically Typed: You don’t need to declare the type of
variables; Python infers types automatically.
4.Cross-Platform: Python runs on various operating systems
like Windows, macOS, and Linux.
5.Extensive Libraries: Python has a rich ecosystem of
libraries (e.g., NumPy, Pandas, Matplotlib, TensorFlow) that
simplify many tasks.
6.Object-Oriented: Python supports object-oriented
programming (OOP) principles like inheritance,
encapsulation, and polymorphism.
7.Versatile: It is used for multiple purposes, including web
development, data science, scripting, automation, game
development, and more.
INTRODUCTION TO CSV
CSV stands for Comma-Separated Values and is a
widely used format for storing and exchanging data in a
tabular form. It is simple, lightweight, and supported by
many applications, including spreadsheets, databases,
and programming languages.
Structure of a CSV File

A CSV file is essentially a plain text file with the


following characteristics:
1. Data Rows: Each row represents a record.
2. Fields: Each record contains fields separated by
commas (,).
3. Header (Optional): The first row may contain column
names or headers.
4. File Extension: The file typically has a .csv extension.
Key Features of CSV
1. Simplicity: Easy to create and read with basic text
editors.
2. Compatibility: Supported by many programs like
Excel, Google Sheets, and Python libraries.
3. Portability: Suitable for transferring data between
systems
INTRODUCTION / SYNOPSIS OF PROJECT

The T20 World Cup 2024 project showcases a


detailed analysis of the thrilling matches held in
various cities. The project highlights standout
performances by key players from different teams,
offering a closer look at their runs, balls faced,
boundaries, and strike rates during these intense
matches.
Players from various teams displayed exceptional
skills with the bat, while bowlers made impactful
contributions to their teams' performances. This
project allows cricket enthusiasts to delve into the
statistics and moments that defined these exciting
matchups, celebrating the talent and
sportsmanship displayed by players on the field.
Through this analysis, fans can explore the key
highlights and performances that made the clashes
in multiple cities truly unforgettable, providing a
comprehensive overview of the thrilling action
during the tournament.
DATA STRUCTURE OF DATAFRAME
CODING OF THE PROJECT
BIBLIOGRAPHY

1) www.cricbuzz.com
2) www.ESPNcricinfo.com
3) www.icc-cricket.com

You might also like