jvani / NBA_L2M

NBA Officiating Last Two Minute Reports (L2M) Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NBA_L2M

Overview

The NBA assesses all 'officiated events' in the last two minutes (and OT) of games that were within 5 points with 2 minutes left in the game. All calls and 'notable non-calls' are reviewed following the same standards as the NBA's instant replay. This project collects and scrapes data from all published L2Ms and stores the results in a queryable database.

Contents

Included in data/l2m.db are three tables:

urls

calls

refs

Project Organization

├── README.md
├── data
│   └── l2m.db         <- sqlite database.           
├── nba_l2m            <- Python code to create db.
├── imgs               <- Images and plots.
└── notebooks          <- Plotting notebooks.

Plot

About

NBA Officiating Last Two Minute Reports (L2M) Database


Languages

Language:Jupyter Notebook 82.8%Language:Python 17.2%