/dataeng-nbaexplorer-wrapper

Wrapper to access data.nba.com data in a easy way. It extracts some extra metrics and makes possible to retrieve it into pandas dataframes for practical analysis using Jupyter.

Primary LanguageJupyter NotebookMIT LicenseMIT

NBA Explorer

Table of Contents

1. About the project

Built with

  • Python 3.8
  • Pandas

2. Requirements

3. Getting Started

  • Cloning this project and installing its dependencies

  1. Clone repository:

git clone 

  2. Install dependencies:

python -m pip install --upgrade pip
python -m pip install -r requirements.txt

4. Basic Usage

work in progress...

5. License

Distributed under the MIT License. See LICENSE for more information.