NHL Draft Picks Analysis for 2018 - 2024 Source
This project digs deeper into NHL Draft Picks data from 2018 to 2024 using Python, Pandas and JupyterLab. This analysis uses a dataset that incorporates descriptive statistics, correlations, and counts to explore trends.
Every part of this project is customizable and allows you to do the following:
- Customize code to change data visualizations using Matplotlib
- 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 NHLDraftPicksAnalysis
- Launch Jupyter Lab
- jupyter lab