Matthew Pope

Results 45 comments of Matthew Pope

I was using the MiFitness App. Switching to the MiFit App seemed to register the device properly (although I think the app was renamed).

Did you load all of the tables or just a subset when you ran default season mode? -------- Original Message -------- On 4 Apr 2024, 3:29 am, data-rob wrote: >...

I am able to successfully refresh my database (SQLite) using: ``` > DB_NAME="nba" DB_HOST="localhost" DB_USER=nba_sql DB_PASSWORD=nba_sql python stats/nba_sql.py --default-mode --seasons 2023-24 --skip-tables pgtt shot_chart_detail play_by_play player_game_log > DB_NAME="nba" DB_HOST="localhost" DB_USER=nba_sql...

In theory one could skip all tables using `--skip-tables` and combine it with `--create-schema` but that is pretty nasty.

New mode: `--empty-schema-mode`?

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....

Required for beta release.

Merging the initial version of this, which includes shot_chart_detail, game, and player_game_log. I guess for this story to truey be closed `play_by_play`, `pgtt`, `player_season` all need to be updated as...