Matthew Pope

Results 26 issues of Matthew Pope

The following issues need to be completed for an beta release. - [x] https://github.com/mpope9/nba-sql/issues/65 - [ ] https://github.com/mpope9/nba-sql/issues/63 - [ ] https://github.com/mpope9/nba-sql/issues/68

See linked PR.

enhancement

Printing isn't great. Use the logger!

enhancement
good first issue

It'd be nice to have this as an option to be a library. * Remove all non-essential deps? * Well defined API interface for the various modes. * Better error...

enhancement

This isn't a major request, but I could see it being nice to have. Process would be to build some type of abstraction (or maybe a whole new `nba_sql.py` style...

enhancement
help wanted
good first issue

Right now we have a flag to generate schema. We should also have a flag that decides if we populate the database. Should check if they're both not set.

enhancement
good first issue

This is to get past the significant slowness due to rate limiting prevention. Distributing by season_id would probably be best. Can add a flask sever and use a single REST...

I like the concept of DuckDB more than SQLIte for this project, due to the columnar format. I'm not sure how hard it would be to create some type of...

1996-97 season seems to be broken. But it'd be nice if we could intercept a failed request, log an error (if this isn't a base table or `player_game_log`), and continue...

enhancement
good first issue

This issue resolved skipping tables: https://github.com/mpope9/nba-sql/issues/5 Now, we should consider having a feature to skip a deps. So if we say `--skip-tables game`, this should ideally skip `player_game_log`, and other...

enhancement
good first issue