nfldb
nfldb copied to clipboard
A library to manage and update NFL data in a relational database.
Could anyone elucidate if they have a similar issue as me? If I run the following code: for year in range(2009,2017): db = nfldb.connect() q = nfldb.Query(db) print "games played...
This game only has 5 plays, I've tried deleting the game and running nfldb-update again, but still only getting 5 plays. I know the data source can be unreliable sometimes,...
Has anyone installed nfldb on the mac? I have installed postgres and pgAdmin. I am at the point where I create the actual postgresql db. The following command is not...
Hello, I followed the instructions to install the db, i did the nfldb-update, but i noticed the rosters are 2016's. import nfldb db = nfldb.connect() q = nfldb.Query(db) players =...
Hi Folks, Extremely limited programming experience so I may be asking a stupid q which if so then apologies in advance. Looking to create a live feed scoreboard for all...
Getting the following from nfldb-update. TIA, PLA ``` /usr/local/bin/nfldb-update ------------------------------------------------------------------------------- STARTING NFLDB UPDATE AT 2016-09-18 17:56:02.147214 Connecting to nfldb... done. Setting timezone to UTC... done. Locking write access to tables......
I noticed that retired players have both position and team labeled `UNK`: ``` nfldb=# select * from player where full_name = 'Donovan McNabb'; -[ RECORD 1 ]--+-------------------------------------------------------- player_id | 00-0011022...
Hey there! Thanks for putting together this software package. Screen scraping is an undervalued datasource that is super time consuming so mad props! When running nfdb-update from my root project...
I am not great with code so might have been something on my end when installing/setting up, but is there any reason why I would have data for all years...
Has anyone written a start to finish set of instructions for setting up nfldb on a MAC? I am very good at tech and very good at programming, but I...