Analyzing football player death data using Python, Pandas and NumPy! Some of the results can be SHOCKING!
Football is the most popular sport in the world, but even football had its dark sides! Sometimes the stress and tension can cause death even during the match.
In this project we take a look at football's death based on a dataset from Kaggle
- All of the analyis is in notebook
- Clean code
The project follows a specific structure to organize its files and directories:
├── Football Death.ipynb
├── README.md
├── football_deaths.csv
README.md
: Documentation file providing information about the project.Football Death.ipynb
: Notebook filefootball_deaths.csv
: Dataset
To run the x86 assembler, you need to have the following installed on your system:
- Python (version 3.0 or higher)
- Jupyter Notebook
- Git command line tool (or Git GUI client) to clone the repository.
- Open a terminal and clone this repository:
git clone https://github.com/hoseinmrh/Football-Death-Analysis
- Open
inpynb
file in Jupyter Notebook. - Add dataset in the same directory.
- Start running the code!