mpope9 / nba-sql

:basketball: An application to build an NBA database backed by MySQL, Postgres, or SQLite
Apache License 2.0
171 stars 20 forks source link

Getting full team box score per game #93

Open ianclim opened 1 year ago

ianclim commented 1 year ago

Hi, was just wondering if this script is supposed to also log playoff data from current and past seasons? It seems like all of the data is cut off at regular season only. Is there a way to include playoff data?

Update: found the regular season flags, resolved!

New question: how can I pull the full team box score (total points, 3p%, etc) for each game?

mpope9 commented 1 year ago

I actually forgot there was an option to get non-regular season games. Glad you found it.

As for team related stats, I don't think we ever hooked into those endpoints. I feel like they can be calculated on the fly in a materialized view, but could consider this a feature request.