Skip to content

Adryene/NHLDraftFirstPicks

Repository files navigation

NHL Data Analysis Project made with Python and JupyterLab

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.

Summary

  • More than 70% of NHL First Picks are Canadian nhll.png
  • More than 40% NHL First Picks are Centers center.png
  • The Average Height of NHL First Picks is 6'1 nico.jpg
  • The Average Weight of NHL First Picks is 200 Lbs crosby.jpg

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

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 NHLDraftFirstPicks
  7. Launch Jupyter Lab
    • jupyter lab

Releases

No releases published

Packages

No packages published