Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Blunt10K committed Aug 11, 2022
1 parent c7ce859 commit 2cf522e
Show file tree
Hide file tree
Showing 30 changed files with 12 additions and 27,787 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@ This branch is devoted to the data collection and exploratory analysis of box sc
![Schema diagram](schema.svg?raw=true "NBA database schema")


# Some basic analyses
Some exploratory analyses are included in the notebooks.
## Organisation

The directories in this branch contain code for Airflow DAGs that can be used for the automated collection of their respective data.

### Box scores

These contain traditional statistics collected by the NBA at the end of each game which include points, assists, personal fouls, etc.


### Play by play data

These contain data about events that occur over the course of an individual game. The data include shot locations and types, violations, rebounds and descriptions of the event. The events are timestamped with repsect to the periods they occur in and include players involved.
Loading

0 comments on commit 2cf522e

Please sign in to comment.