nba-sql icon indicating copy to clipboard operation
nba-sql copied to clipboard

:basketball: An application to build an NBA database backed by MySQL, Postgres, or SQLite

Results 24 nba-sql issues
Sort by recently updated
recently updated
newest added

Bumps [idna](https://github.com/kjd/idna) from 2.10 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

I hope someone can point out an error I am making but at the moment when I try to refresh the current season using current-season-mode, I get the error message...

I get the error below anytime I try to pull a larger dataset. I tried to use the time-between-requests to address, but it still fails at random points. I tried...

using the application to build the database works for other tables but using the same settings and only building the play_by_play table results in the application acting like it was...

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

I downloaded postgres.app for mac, ran the initialize script. Then I run: `python3 stats/nba_sql.py --create-schema --database postgres --skip-tables play_by_play pgtt` and get the result: ``` Loading seasons: ['2023-24']. Connecting to...

I've ran a few different queries for the `play_by_play` table and I think the data for only 17 games (as of Dec 15th 3:37 PM CST) are in the database...

I used dbvis to generate the current ER, and had to do some manual adjustment to make it readable. A simple github action that creates the schema then generates an...

good first issue

``` Traceback (most recent call last): File "peewee.py", line 3144, in execute_sql sqlite3.IntegrityError: UNIQUE constraint failed: team.team_id During handling of the above exception, another exception occurred: Traceback (most recent call...