Skip to content

Instantly share code, notes, and snippets.

@ochawkeye
Created August 31, 2015 20:42
Show Gist options
  • Save ochawkeye/c72b229923ac4500ad92 to your computer and use it in GitHub Desktop.
Save ochawkeye/c72b229923ac4500ad92 to your computer and use it in GitHub Desktop.
simple nfldb query
import nfldb
db = nfldb.connect()
q = nfldb.Query(db)
q.game(season_year=2015, season_type='Preseason')
for game in q.as_games():
print game
@ochawkeye
Copy link
Author

Preseason 2015 week 1 on 08/13 at 06:30PM, NO (27) at BAL (30)
Preseason 2015 week 0 on 08/09 at 07:00PM, PIT (3) at MIN (14)
Preseason 2015 week 1 on 08/13 at 06:30PM, NYJ (3) at DET (23)
Preseason 2015 week 1 on 08/13 at 06:30PM, GB (22) at NE (11)
Preseason 2015 week 1 on 08/13 at 07:00PM, WAS (20) at CLE (17)
Preseason 2015 week 1 on 08/13 at 07:00PM, MIA (10) at CHI (27)
Preseason 2015 week 1 on 08/13 at 09:00PM, DAL (7) at SD (17)
Preseason 2015 week 1 on 08/14 at 06:00PM, TEN (24) at ATL (31)
Preseason 2015 week 1 on 08/14 at 06:00PM, CAR (25) at BUF (24)
Preseason 2015 week 1 on 08/14 at 06:30PM, NYG (10) at CIN (23)
Preseason 2015 week 1 on 08/14 at 06:30PM, PIT (21) at JAC (23)
Preseason 2015 week 1 on 08/14 at 09:00PM, STL (3) at OAK (18)
Preseason 2015 week 1 on 08/14 at 09:00PM, DEN (22) at SEA (20)
Preseason 2015 week 1 on 08/15 at 07:00PM, TB (16) at MIN (26)
Preseason 2015 week 1 on 08/15 at 07:00PM, SF (10) at HOU (23)
Preseason 2015 week 1 on 08/15 at 08:00PM, KC (34) at ARI (19)
Preseason 2015 week 1 on 08/16 at 12:00PM, IND (10) at PHI (36)
Preseason 2015 week 3 on 08/28 at 06:30PM, NE (0) at CAR (0)
Preseason 2015 week 3 on 08/28 at 07:00PM, DET (0) at JAC (0)
Preseason 2015 week 3 on 08/28 at 07:00PM, TEN (0) at KC (0)
Preseason 2015 week 3 on 08/29 at 03:00PM, PIT (0) at BUF (0)
Preseason 2015 week 3 on 08/29 at 06:00PM, MIN (0) at DAL (0)
Preseason 2015 week 3 on 08/29 at 06:00PM, ATL (0) at MIA (0)
Preseason 2015 week 3 on 08/29 at 06:00PM, NYJ (0) at NYG (0)
Preseason 2015 week 3 on 08/29 at 06:00PM, CLE (0) at TB (0)
Preseason 2015 week 3 on 08/29 at 06:30PM, WAS (0) at BAL (0)
Preseason 2015 week 3 on 08/29 at 06:30PM, CHI (0) at CIN (0)
Preseason 2015 week 3 on 08/29 at 07:00PM, PHI (0) at GB (0)
Preseason 2015 week 3 on 08/29 at 07:00PM, IND (0) at STL (0)
Preseason 2015 week 3 on 08/29 at 07:00PM, SEA (0) at SD (0)
Preseason 2015 week 3 on 08/29 at 08:00PM, SF (0) at DEN (0)
Preseason 2015 week 3 on 08/30 at 03:00PM, HOU (0) at NO (0)
Preseason 2015 week 3 on 08/30 at 07:00PM, ARI (0) at OAK (0)
Preseason 2015 week 4 on 09/03 at 06:00PM, BAL (0) at ATL (0)
Preseason 2015 week 4 on 09/03 at 06:00PM, NO (0) at GB (0)
Preseason 2015 week 4 on 09/03 at 06:00PM, CIN (0) at IND (0)
Preseason 2015 week 4 on 09/03 at 06:00PM, TB (0) at MIA (0)
Preseason 2015 week 4 on 09/03 at 06:00PM, PHI (0) at NYJ (0)
Preseason 2015 week 4 on 09/03 at 06:30PM, BUF (0) at DET (0)
Preseason 2015 week 4 on 09/03 at 06:30PM, NYG (0) at NE (0)
Preseason 2015 week 4 on 09/03 at 06:30PM, CAR (0) at PIT (0)
Preseason 2015 week 4 on 09/03 at 06:30PM, JAC (0) at WAS (0)
Preseason 2015 week 4 on 09/03 at 07:00PM, CLE (0) at CHI (0)
Preseason 2015 week 4 on 09/03 at 07:00PM, HOU (0) at DAL (0)
Preseason 2015 week 4 on 09/03 at 07:00PM, KC (0) at STL (0)
Preseason 2015 week 4 on 09/03 at 07:00PM, MIN (0) at TEN (0)
Preseason 2015 week 4 on 09/03 at 08:00PM, ARI (0) at DEN (0)
Preseason 2015 week 4 on 09/03 at 09:00PM, SD (0) at SF (0)
Preseason 2015 week 4 on 09/03 at 09:00PM, OAK (0) at SEA (0)
Preseason 2015 week 2 on 08/20 at 07:00PM, BUF (11) at CLE (10)
Preseason 2015 week 2 on 08/21 at 06:30PM, ATL (22) at NYJ (30)
Preseason 2015 week 2 on 08/21 at 07:00PM, SEA (13) at KC (14)
Preseason 2015 week 2 on 08/22 at 06:00PM, MIA (30) at CAR (31)
Preseason 2015 week 2 on 08/22 at 06:00PM, BAL (17) at PHI (40)
Preseason 2015 week 2 on 08/22 at 06:30PM, CHI (23) at IND (11)
Preseason 2015 week 2 on 08/22 at 06:30PM, NE (26) at NO (24)
Preseason 2015 week 2 on 08/22 at 06:30PM, JAC (12) at NYG (22)
Preseason 2015 week 2 on 08/22 at 07:00PM, DEN (14) at HOU (10)
Preseason 2015 week 2 on 08/22 at 07:00PM, OAK (12) at MIN (20)
Preseason 2015 week 2 on 08/22 at 09:00PM, SD (22) at ARI (19)
Preseason 2015 week 2 on 08/23 at 12:00PM, GB (19) at PIT (24)
Preseason 2015 week 2 on 08/23 at 07:00PM, DAL (6) at SF (23)
Preseason 2015 week 2 on 08/23 at 07:00PM, STL (14) at TEN (27)
Preseason 2015 week 2 on 08/24 at 07:00PM, CIN (11) at TB (25)
Preseason 2015 week 2 on 08/20 at 06:30PM, DET (17) at WAS (21)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment