Charlie Minton

Results 5 issues of Charlie Minton

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

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

The following code returns zero targets for every receiver. Is there a different field for targets? import nflgame game = nflgame.one(2015, 16, "DEN", "CIN") for p in game.players.receiving(): print p,...

How can I pull team defense stats - I would like sacks, interceptions, fumble recoveries. I would prefer to pull by team as opposed to by player. (Side note: sometimes...

Is there a way to tell the difference between a QB scramble (a pass play which turns into a rush play) versus a designed QB rush play?