0% found this document useful (0 votes)
20 views9 pages

Certificate For Project 2

This document certifies Ashanagar Yuvraj's project titled 'Space Jam - A New Legacy' for the Data Science course at Army Public School, Bolarum. It outlines the project requirements, including hardware and software specifications, and provides an introduction to the project's objectives and data handling techniques. The document also includes acknowledgments, a project structure, and references used during the project.
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)
20 views9 pages

Certificate For Project 2

This document certifies Ashanagar Yuvraj's project titled 'Space Jam - A New Legacy' for the Data Science course at Army Public School, Bolarum. It outlines the project requirements, including hardware and software specifications, and provides an introduction to the project's objectives and data handling techniques. The document also includes acknowledgments, a project structure, and references used during the project.
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

ARMY PUBLIC SCHOOL, BOLARUM

SECUNDERABAD

CERTIFICATE

This is to certify that this project entitled “Space Jam-


A new Legacy” has been submitted by ____Ashanagar
Yuvraj____of Class XII _B_ bearing HTNO ________________
in fulfilment of the course Data Science of class XII (CBSE
Board) for the academic year 2025-26 to the Department
of computer Science, Army Public School, Bolarum,
Secunderabad and it is carried out under my guidance
and supervision.

Internal External Principal

1
Acknowledgement

At the outset I am thankful to our school for giving me the


opportunity to prepare the project report using Python
Pandas, Matplotlib and Seaborn.

I would like to express my gratitude to all my teachers


and my laboratory instructors, who have constantly
guided in the completion of the project work.

Sincerely thanking my mentors.

2
Contents

S.n Topic Page


o Numbers
1 System Requirements

2 Introduction to the Project

3 Setup Visual Studio Code and


Python
4 Data Files

5 Coding and Implementation

6 Bibliography

3
System Requirements
1. HARDWARE REQUIREMENTS

 CPU: Multi-core processor (e.g., Intel i3/i5/i7).


 RAM: Minimum of 8 GB.
 System type: 64- bit Operating System
 Storage: SSD recommended; capacity depends on data size
(e.g., 512 GB or higher).
 Pen and Touch: No pen or Touch Input is available for this
Display

2. SOFTWARE REQUIREMENTS

 Operating System: Windows


 Programming Languages: Python (popular libraries:
Pandas, Seaborn and Matplotlib)
 IDE/Text Editor: Jupyter Notebook, Visual Studio Code
 Database: CSV Files.

3. DATA REQUIREMENTS

 Data Sources: APIs, web scraping, databases, or open


datasets.
 Data Cleaning Tools: Libraries like Pandas.

4. SECURITY AND COMPLIANCE

 Data Privacy: Ensure compliance with regulations like GDPR


or HIPAA.

4
Introduction to the Project
In this project, we will use many tools and
techniques from Data Science and machine
learning as given below.
• Use Python, Pandas, and Visual Studio Code to
understand basketball stats
• Use machine learning to cleanse and impute
missing data from datasets
• Discover how to identify bimodal data across
human and Tune Squad basketball players
• Explore the CodeTour extension in Visual Studio
Code for code writing guidance.

5
Setup Visual Studio Code and
Python
To complete this exercise, you will need to install
Python and Visual Studio Code. You will also need
to install Miniconda. After you install everything,
follow these steps to prepare your environment:
1. Create a folder on your computer called Space-
Jam.
2. Open the folder in Visual Studio Code.
3. Create a folder inside the Space-Jam folder.
Name it Players.
4. Create a folder inside the Players folder. Name
its data.
5. Create a file called predict_players.ipynb.
6. Open the predict_players.ipynb file in Visual
Studio Code.
7. Make sure you're using the conda environment
that you set up earlier.

6
Data files
The file player_data_final.csv likely contains
structured data related to the basketball players.
Here’s a general introduction to what such a file
includes:

1. Purpose:
This file is typically used for analysis,
visualization, or machine learning tasks. It
may include detailed information about
individual players, such as their performance
metrics, demographics, or other relevant
attributes.
2. Structure:
o Columns: Each column represents a
specific attribute or feature of the players
(e.g., name, age, team, performance
stats, etc.).
o Rows: Each row corresponds to a single
player or record.
3. Potential Use Cases:
o Statistical analysis of player performance.
o Building predictive models (e.g.,
predicting future performance).
o Generating insights for decision-making
(e.g., team selection, strategy planning).

7
Code And Implementation

Bibliography
 CBSE handbook for Data Science of Class XII.
 E-Resources-

[Link]
ict-basketball-player efficiency-ratings/1-
introduction.

8
9

You might also like