Skip to content

Adryene/NHLDraftPicksAnalysis

Repository files navigation

NHL Draft Picks Data Analysis Project made with Python and JupyterLab

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

Prerequisites

  • Python 3.x
  • Jupyter Lab
  • Pandas
  • Git
  • Matplotlib

Installation

  1. Install Python and pip
  2. Install Jupyter Lab
    • pip install jupyterlab
  3. Install Pandas
    • pip install pandas
  4. Install Matplotlib
    • pip install matplotlib
  5. Clone the repo
  6. Navigate to project directory
    • cd NHLDraftPicksAnalysis
  7. Launch Jupyter Lab
    • jupyter lab

About

NHL Draft Picks Data Analysis for 2018 - 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published