ip-python-project-on-olympic-data-analysis
ip-python-project-on-olympic-data-analysis
SESSION: 2023-24
A PROJECT REPORT ON:
OLYMPIC ANALYSIS SYSTEM.
CLASS: XII B1 COMMERCE
SUBJECT: INFORMATIVE PRACTICES (065)
SUBMITTED BY:
NAME: AMIT SINGH.
CLASS: XII B1.
SUBMITTED TO:
MRS. ALKA CHAUHAN
CONTENTS
1. Introduction.
2. Objective of Project.
6. References.
CERTIFICATE
THIS IS TO CERTIFY THAT THE PROJECT ENTITLED OLYMPICS ANALYSIS
SYSTEM IS WORK DONE BY AMIT SINGH OF CLASS XII B1 SESSION 2023-
2024. THIS REPORT OR A SIMILAR REPORT ON THE TOPIC HAS NOT
BEEN SUBMITTED FOR ANY OTHER EXAMINATIONS AND DOES NOT
FROM A PART OF ANY OTHER COURSE UNDERGONE BY THE CANDIDATE.
……………………………………… ………………………………………
SIGNATURE OF STUDENT SIGNATURE OF TEACHER
NAME: AMIT SINGH MRS. ALKA CHAUHAN
(P.G.T. I.P)
Acknowledgement
OBJECTIVE OF PROJECT :
• What effect does the host country have in the medals won at the
Olympics?
a) Aim:
To Develop Olympic Games Analysis System.
b) Front End:
a.) Sublime Text Editor.
b.) Microsoft Code Studio.
c.) Python 3.8.2.
<MATPLOTLIB>
<ABOUT OLYMPICS>
◼ INTRODUCTION.
<HYPOTHESIS>
In this project of python programming function was used to make it
look more attractive and beautiful and connectivity of Python and
MySQL was much easier to understand in this way of programming.
Features:
1. Free from technical errors.
2. Time Saving.
3. Reduces manual work.
4. Data is analyzed through various methods – sort(), group
by, mean, median, mode etc.
5. Visualized data, e.g. Bar Chart, Pie Chart, Histogram etc.
6. User – friendly interface.
5. drop(): drop function is used to drop specified labels from rows and
columns
6. rename(): Rename function is used to change name of any row or
column.
7. min(): Min function finds out the minimum value from given set of
data.
8. max(): Max function finds out the maximum value from given set of
data.
9. sort(): Sort function arranges value in Pandas object ascending and
descending order.
10. info(): Info Function is used to print a concise summary of data frame.
<MATPLOTLIB>
1. bar(): It is used to plot a bar chart in matplotlib for a given set of data.
2. hist(): Hist function allows us to create and plot histogram for a given
set of data.
3. xlabel(): It is used to set label for X axis.
4. ylabel(): It is used to set label for Y axis.
5. title(): Title function is used to add title to the plot.
6. show(): It is used at the end to show plot as per given specification.
<OUTPUT SCREENS>
#1
#2
#3
#4
#5
REFERENCES
• www.stackoverflow.com
• www.github.com
• www.w3schools.com
• www.cbse.nic.in
• www.geeksforgreeks.com
• Class 12 CBSE Book.
INTRODUCTION
Python is a high-level, interpreted, interactive and object-oriented
scripting language. Python is designed to be highly readable.
HISTORY OF PYTHON:
FEATURES OF PYTHON:
• Easy to learn.
• Easy to learn.
• Easy to maintain.
• A broad standard library.
• Supports interactive mode.
• Portable.
• Extendable.
➢ C.S.V:
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. A csv file typically stores tabular data in plain text, in which
each case line will have the same number of fields.