From d0d80935f3fab25d2c08d830d46576f78b88da98 Mon Sep 17 00:00:00 2001 From: Conor Heffron Date: Sat, 3 Aug 2024 00:02:42 +0100 Subject: [PATCH] Update README.md (#55) * Update README.md * Update package.json --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index afe518b..bbcc9c3 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Please see the inital version of this analysis in 2 parts (Jupyter notebooks usi This includes: -- [part1.ipynb](https://nbviewer.org/github/cph33/nba-stats/blob/main/part1.ipynb) (Part 1 Notebook - download data for analysis via sports API - NBA V2) +- [part1.ipynb](https://nbviewer.org/github/conorheffron/nba-stats/blob/main/part1.ipynb) (Part 1 Notebook - download data for analysis via sports API - NBA V2) -- [part2.ipynb](https://nbviewer.org/github/cph33/nba-stats/blob/main/part2.ipynb) (Part 2 Notebook - read, clean, analyse and visualise data stored on disk) +- [part2.ipynb](https://nbviewer.org/github/conorheffron/nba-stats/blob/main/part2.ipynb) (Part 2 Notebook - read, clean, analyse and visualise data stored on disk) - Subset of the data used ( `/raw` dir with `Boston Celtics, Orlando Magic, & Atlanta Hawks` data), please contact me for more data samples or to collaborate on this analysis etc. diff --git a/package.json b/package.json index cde51e6..ed28401 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "nba-stats", - "version": "2.5.7", + "version": "2.5.8", "description": "NBA Player Statistics 2015 - 2023" }