NHL Draft First Picks Analysis Project for 1963 - 2023 (Will update yearly). Source
This project is a data analysis that covers the NHL Draft First Picks data from 1963 to 2023 using Python, Pandas and JupyterLab.
- More than 70% of NHL First Picks are Canadian
- More than 40% NHL First Picks are Centers
- The Average Height of NHL First Picks is 6'1
- The Average Weight of NHL First Picks is 200 Lbs
Every part of this project is customizable and allows you to do the following:
- Customize code to change data visualizations using Matplotlib
- Customizable embedded images using markdown
- Python 3.x
- Jupyter Lab
- Pandas
- Git
- Matplotlib
- Install Python and pip
- Download the latest version from https://www.python.org/downloads/
- Install Jupyter Lab
- pip install jupyterlab
- Install Pandas
- pip install pandas
- Install Matplotlib
- pip install matplotlib
- Clone the repo
- Navigate to project directory
- cd NHLDraftFirstPicks
- Launch Jupyter Lab
- jupyter lab