BraydenMoore commited on
Commit
4774d56
1 Parent(s): b0bd3d0
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .DS_Store +0 -0
  2. .gitattributes +36 -0
  3. Dockerfile +31 -0
  4. README.md +10 -0
  5. Source/.DS_Store +0 -0
  6. Source/Build/.DS_Store +0 -0
  7. Source/Build/__pycache__/build.cpython-310.pyc +0 -0
  8. Source/Build/__pycache__/build.cpython-311.pyc +0 -0
  9. Source/Build/__pycache__/build.cpython-39.pyc +0 -0
  10. Source/Build/build.py +197 -0
  11. Source/Build/nfl_data_py/.DS_Store +0 -0
  12. Source/Build/nfl_data_py/CHANGELOG.md +51 -0
  13. Source/Build/nfl_data_py/CONTRIBUTING.md +30 -0
  14. Source/Build/nfl_data_py/LICENSE +21 -0
  15. Source/Build/nfl_data_py/README.md +301 -0
  16. Source/Build/nfl_data_py/code_of_conduct.md +134 -0
  17. Source/Build/nfl_data_py/data/coaching_history.csv +741 -0
  18. Source/Build/nfl_data_py/data/combine.csv +0 -0
  19. Source/Build/nfl_data_py/data/drafts.csv +0 -0
  20. Source/Build/nfl_data_py/data/qbr.csv +460 -0
  21. Source/Build/nfl_data_py/data/schedules/1999.csv +260 -0
  22. Source/Build/nfl_data_py/data/schedules/2000.csv +260 -0
  23. Source/Build/nfl_data_py/data/schedules/2001.csv +260 -0
  24. Source/Build/nfl_data_py/data/schedules/2002.csv +268 -0
  25. Source/Build/nfl_data_py/data/schedules/2003.csv +268 -0
  26. Source/Build/nfl_data_py/data/schedules/2004.csv +268 -0
  27. Source/Build/nfl_data_py/data/schedules/2005.csv +268 -0
  28. Source/Build/nfl_data_py/data/schedules/2006.csv +268 -0
  29. Source/Build/nfl_data_py/data/schedules/2007.csv +268 -0
  30. Source/Build/nfl_data_py/data/schedules/2008.csv +268 -0
  31. Source/Build/nfl_data_py/data/schedules/2009.csv +268 -0
  32. Source/Build/nfl_data_py/data/schedules/2010.csv +268 -0
  33. Source/Build/nfl_data_py/data/schedules/2011.csv +268 -0
  34. Source/Build/nfl_data_py/data/schedules/2012.csv +268 -0
  35. Source/Build/nfl_data_py/data/schedules/2013.csv +268 -0
  36. Source/Build/nfl_data_py/data/schedules/2014.csv +268 -0
  37. Source/Build/nfl_data_py/data/schedules/2015.csv +268 -0
  38. Source/Build/nfl_data_py/data/schedules/2016.csv +268 -0
  39. Source/Build/nfl_data_py/data/schedules/2017.csv +268 -0
  40. Source/Build/nfl_data_py/data/schedules/2018.csv +268 -0
  41. Source/Build/nfl_data_py/data/schedules/2019.csv +268 -0
  42. Source/Build/nfl_data_py/data/schedules/2020.csv +270 -0
  43. Source/Build/nfl_data_py/data/schedules/2021.csv +273 -0
  44. Source/Build/nfl_data_py/nfl_data_py/__init__.py +965 -0
  45. Source/Build/nfl_data_py/nfl_data_py/__pycache__/__init__.cpython-310.pyc +0 -0
  46. Source/Build/nfl_data_py/nfl_data_py/__pycache__/__init__.cpython-311.pyc +0 -0
  47. Source/Build/nfl_data_py/nfl_data_py/__pycache__/__init__.cpython-312.pyc +0 -0
  48. Source/Build/nfl_data_py/nfl_data_py/__pycache__/__init__.cpython-39.pyc +0 -0
  49. Source/Build/nfl_data_py/nfl_data_py/tests/__init__.py +0 -0
  50. Source/Build/nfl_data_py/nfl_data_py/tests/__pycache__/nfl_test.cpython-37-pytest-6.2.4.pyc +0 -0
.DS_Store ADDED
Binary file (8.2 kB). View file
 
.gitattributes ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.csv filter=lfs diff=lfs merge=lfs -text
Dockerfile ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Use the official lightweight Python image.
3
+ # https://hub.docker.com/_/python
4
+ FROM python:3.11-slim
5
+
6
+ # Allow statements and log messages to immediately appear in the logs
7
+ ENV PYTHONUNBUFFERED True
8
+
9
+ # Copy local code to the container image.
10
+ ENV APP_HOME /app
11
+ WORKDIR $APP_HOME
12
+ COPY . ./
13
+
14
+ # Install production dependencies.
15
+ RUN pip install -r requirements.txt
16
+
17
+ RUN useradd -m -u 1000 user
18
+ USER user
19
+ ENV HOME=/home/user \
20
+ PATH=/home/user/.local/bin:$PATH
21
+
22
+ WORKDIR $APP_HOME
23
+
24
+ COPY --chown=user . $HOME/app
25
+
26
+ # Run the web service on container startup. Here we use the gunicorn
27
+ # webserver, with one worker process and 8 threads.
28
+ # For environments with multiple CPU cores, increase the number of workers
29
+ # to be equal to the cores available.
30
+ # Timeout is set to 0 to disable the timeouts of the workers to allow Cloud Run to handle instance scaling.
31
+ CMD exec gunicorn --bind 0.0.0.0:7860 --workers 4 --threads 8 --timeout 0 main:app
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: MARCI (NFL Betting)
3
+ emoji: 🏈
4
+ colorFrom: red
5
+ colorTo: blue
6
+ sdk: docker
7
+ pinned: false
8
+ ---
9
+
10
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Source/.DS_Store ADDED
Binary file (8.2 kB). View file
 
Source/Build/.DS_Store ADDED
Binary file (6.15 kB). View file
 
Source/Build/__pycache__/build.cpython-310.pyc ADDED
Binary file (9.16 kB). View file
 
Source/Build/__pycache__/build.cpython-311.pyc ADDED
Binary file (20.3 kB). View file
 
Source/Build/__pycache__/build.cpython-39.pyc ADDED
Binary file (9.41 kB). View file
 
Source/Build/build.py ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from nfl_data_py import nfl_data_py as nfl
2
+ from tqdm import tqdm
3
+ import numpy as np
4
+ import pandas as pd
5
+ pd.set_option('chained_assignment',None)
6
+ pd.set_option('display.max_columns',None)
7
+ import os
8
+ import datetime as dt
9
+
10
+ current_directory = os.path.dirname(os.path.abspath(__file__))
11
+ parent_directory = os.path.dirname(current_directory)
12
+ data_directory = os.path.join(parent_directory, 'Data')
13
+
14
+ year = dt.datetime.now().year
15
+ month = dt.datetime.now().month
16
+ current_season = year if month in [8,9,10,11,12] else year-1
17
+
18
+ def get_pbp_data(get_seasons=[]):
19
+ """
20
+ Pull data from nflFastR's Github repo.
21
+
22
+ """
23
+ pbp = nfl.import_pbp_data(get_seasons)
24
+ #pbp = pd.read_csv(r"C:\Users\brayd\Downloads\play_by_play_2023.csv")
25
+ pbp['TOP_seconds'] = pbp['drive_time_of_possession'].apply(lambda x: int(x.split(':')[0]) * 60 + int(x.split(':')[1]) if pd.notnull(x) else 0)
26
+
27
+ return pbp
28
+
29
+
30
+ def build_gbg_data(get_seasons=[]):
31
+ """
32
+ Build a game-by-game dataset to use for prediction models.
33
+
34
+ """
35
+ print('Loading play-by-play data.')
36
+ pbp = get_pbp_data(get_seasons)
37
+ game_date_dict = dict(pbp[['game_id','game_date']].values)
38
+ teams = list(set(list(pbp['home_team'].unique()) + list(pbp['away_team'].unique())))
39
+ seasons = pbp['season'].unique()
40
+
41
+ print('Building game-by-game data.')
42
+ data = pd.DataFrame()
43
+ for season in seasons:
44
+ print(season)
45
+ for team_name in tqdm(teams):
46
+ # create features
47
+ team = pbp.loc[((pbp['home_team']==team_name) | (pbp['away_team']==team_name)) & (pbp['season']==season)]
48
+ team['GP'] = team['week']
49
+ team['W'] = [1 if r>0 and team_name==h else 1 if r<0 and team_name==a else 0 for r,a,h in team[['result','away_team','home_team']].values]
50
+ team['L'] = [0 if r>0 and team_name==h else 0 if r<0 and team_name==a else 1 for r,a,h in team[['result','away_team','home_team']].values]
51
+ team['W_PCT'] = team['W']/team['GP']
52
+ team['TOP'] = [t if team_name==p else 0 for t,p in team[['TOP_seconds','posteam']].values]
53
+ team['FGA'] = [1 if team_name==p and f==1 else 0 for p,f in team[['posteam','field_goal_attempt']].values]
54
+ team['FGM'] = [1 if team_name==p and f=='made' else 0 for p,f in team[['posteam','field_goal_result']].values]
55
+ team['FG_PCT'] = team['FGM']/team['FGA']
56
+ team['PassTD'] = np.where((team['posteam'] == team_name) & (team['pass_touchdown'] == 1), 1, 0)
57
+ team['RushTD'] = np.where((team['posteam'] == team_name) & (team['rush_touchdown'] == 1), 1, 0)
58
+ team['PassTD_Allowed'] = np.where((team['defteam'] == team_name) & (team['pass_touchdown'] == 1), 1, 0)
59
+ team['RushTD_Allowed'] = np.where((team['defteam'] == team_name) & (team['rush_touchdown'] == 1), 1, 0)
60
+ team['PassYds'] = [y if p==team_name else 0 for p,y in team[['posteam','passing_yards']].values]
61
+ team['RushYds'] = [y if p==team_name else 0 for p,y in team[['posteam','rushing_yards']].values]
62
+ team['PassYds_Allowed'] = [y if d==team_name else 0 for d,y in team[['defteam','passing_yards']].values]
63
+ team['RushYds_Allowed'] = [y if d==team_name else 0 for d,y in team[['defteam','rushing_yards']].values]
64
+ team['Fum'] = np.where((team['defteam'] == team_name) & (team['fumble_lost'] == 1), 1, 0)
65
+ team['Fum_Allowed'] = np.where((team['posteam'] == team_name) & (team['fumble_lost'] == 1), 1, 0)
66
+ team['INT'] = np.where((team['defteam'] == team_name) & (team['interception'] == 1), 1, 0)
67
+ team['INT_Allowed'] = np.where((team['posteam'] == team_name) & (team['interception'] == 1), 1, 0)
68
+ team['Sacks'] = np.where((team['defteam'] == team_name) & (team['sack'] == 1), 1, 0)
69
+ team['Sacks_Allowed'] = np.where((team['posteam'] == team_name) & (team['sack'] == 1), 1, 0)
70
+ team['Penalties'] = np.where((team['penalty_team'] == team_name), 1, 0)
71
+ team['FirstDowns'] = [1 if team_name==p and f==1 else 0 for p,f in team[['posteam','first_down']].values]
72
+ team['3rdDownConverted'] = [1 if p==team_name and t==1 else 0 for p,t in team[['posteam','third_down_converted']].values]
73
+ team['3rdDownFailed'] = [1 if p==team_name and t==1 else 0 for p,t in team[['posteam','third_down_failed']].values]
74
+ team['3rdDownAllowed'] = [1 if d==team_name and t==1 else 0 for d,t in team[['defteam','third_down_converted']].values]
75
+ team['3rdDownDefended'] = [1 if d==team_name and t==1 else 0 for d,t in team[['defteam','third_down_failed']].values]
76
+ team['PTS'] = [ap if at==team_name else hp if ht==team_name else None for ht,at,hp,ap in team[['home_team','away_team','home_score','away_score']].values]
77
+ team['PointDiff'] = [r if team_name==h else -r if team_name==a else 0 for r,a,h in team[['result','away_team','home_team']].values]
78
+
79
+ # aggregate from play-by-play to game-by-game
80
+ features = {
81
+ 'GP':'mean',
82
+ 'W':'mean',
83
+ 'L':'mean',
84
+ 'W_PCT':'mean',
85
+ 'TOP':'sum',
86
+ 'FGA':'sum',
87
+ 'FGM':'sum',
88
+ 'FG_PCT':'mean',
89
+ 'PassTD':'sum',
90
+ 'RushTD':'sum',
91
+ 'PassTD_Allowed':'sum',
92
+ 'RushTD_Allowed':'sum',
93
+ 'PassYds':'sum',
94
+ 'RushYds':'sum',
95
+ 'PassYds_Allowed':'sum',
96
+ 'RushYds_Allowed':'sum',
97
+ 'Fum':'sum',
98
+ 'Fum_Allowed':'sum',
99
+ 'INT':'sum',
100
+ 'INT_Allowed':'sum',
101
+ 'Sacks':'sum',
102
+ 'Sacks_Allowed':'sum',
103
+ 'Penalties':'sum',
104
+ 'FirstDowns':'sum',
105
+ '3rdDownConverted':'sum',
106
+ '3rdDownFailed':'sum',
107
+ '3rdDownAllowed':'sum',
108
+ '3rdDownDefended':'sum',
109
+ 'PTS':'mean',
110
+ 'PointDiff':'mean'
111
+ }
112
+
113
+ game = team.groupby('game_id').agg(features).reset_index().sort_values('GP')
114
+ game[['W','L']] = game[['W','L']].expanding().sum()
115
+ game[game.columns[4:]] = game[game.columns[4:]].expanding().mean()
116
+ if season != current_season:
117
+ game[game.columns[1:]] = game[game.columns[1:]].shift()
118
+ game['TEAM'] = team_name
119
+ game['Season'] = season
120
+ else:
121
+ game['TEAM'] = team_name
122
+ game['Season'] = season
123
+
124
+ data = pd.concat([data,game])
125
+
126
+ # separate home and away data and merge
127
+ data = data.merge(pbp[['game_id','home_team','away_team']].drop_duplicates())
128
+ home = data.loc[data['home_team']==data['TEAM']]
129
+ away = data.loc[data['away_team']==data['TEAM']]
130
+ away.columns = [f'{i}.Away' for i in away.columns]
131
+ gbg = home.merge(away,left_on='game_id',right_on='game_id.Away')
132
+ gbg.drop(columns=['TEAM','TEAM.Away','home_team.Away','away_team.Away','Season.Away','game_id.Away'], inplace=True)
133
+ gbg['game_date'] = gbg['game_id'].map(game_date_dict)
134
+
135
+ # save current data
136
+ if current_season in get_seasons:
137
+ gbg_this_year = gbg.loc[gbg['Season']==current_season]
138
+ file_path = os.path.join(data_directory, 'gbg_this_year.csv')
139
+ gbg_this_year.to_csv(file_path, index=False)
140
+
141
+ # save historical data
142
+ if get_seasons != [current_season]:
143
+ gbg = gbg.loc[gbg['Season']!=current_season]
144
+ file_path = os.path.join(data_directory, 'gbg.csv')
145
+ gbg.to_csv(file_path, index=False)
146
+
147
+
148
+ def add_odds_data():
149
+ """
150
+ Get odds from Australian Sports Betting's free online dataset and merge it with game-by-game data.
151
+
152
+ """
153
+
154
+ # get team abbreviations
155
+ team_descriptions = nfl.import_team_desc()
156
+ team_abbreviation_dict = dict(team_descriptions[['team_name','team_abbr']].values)
157
+
158
+ # get odds
159
+ odds = pd.read_excel('https://www.aussportsbetting.com/historical_data/nfl.xlsx')
160
+ odds['Home Team'] = odds['Home Team'].str.replace('Washington Redskins','Washington Commanders').str.replace('Washington Football Team','Washington Commanders')
161
+ odds['Away Team'] = odds['Away Team'].str.replace('Washington Redskins','Washington Commanders').str.replace('Washington Football Team','Washington Commanders')
162
+ odds['Season'] = [i.year if i.month in [8,9,10,11,12] else i.year-1 for i in odds['Date']]
163
+ odds['Home Team Abbrev'] = odds['Home Team'].map(team_abbreviation_dict).str.replace('LAR','LA')
164
+ odds['Away Team Abbrev'] = odds['Away Team'].map(team_abbreviation_dict).str.replace('LAR','LA')
165
+ odds = odds[['Date','Home Score','Away Score','Home Team Abbrev','Away Team Abbrev','Home Odds Close','Away Odds Close','Total Score Close','Home Line Close']]
166
+ odds['Key'] = odds['Date'].astype(str) + odds['Home Team Abbrev'] + odds['Away Team Abbrev']
167
+ odds = odds.drop(columns=['Date','Home Team Abbrev','Away Team Abbrev']).dropna()
168
+ odds['Home Odds'] = [round((i-1)*100) if i>= 2 else round(-100/(i-1)) for i in odds['Home Odds Close']]
169
+ odds['Away Odds'] = [round((i-1)*100) if i>= 2 else round(-100/(i-1)) for i in odds['Away Odds Close']]
170
+ odds['Home Winnings'] = [ho-1 if h>a else -1 if a>h else 0 for ho,h,a in odds[['Home Odds Close','Home Score','Away Score']].values]
171
+ odds['Away Winnings'] = [ao-1 if a>h else -1 if h>a else 0 for ao,h,a in odds[['Away Odds Close','Home Score','Away Score']].values]
172
+
173
+ # load gbg data
174
+ file_path = os.path.join(data_directory, 'gbg.csv')
175
+ gbg = pd.read_csv(file_path)
176
+ file_path = os.path.join(data_directory, 'gbg_this_year.csv')
177
+ gbg_this_year = pd.read_csv(file_path)
178
+
179
+ # merge and save
180
+ dataframes = [gbg, gbg_this_year]
181
+ for idx in range(2):
182
+ i = dataframes[idx]
183
+ i['Key'] = i['game_date'].astype(str) + i['home_team'] + i['away_team']
184
+ gbg_and_odds = i.merge(odds, left_on='Key', right_on='Key')
185
+ gbg_and_odds['Home-Team-Cover'] = [1 if (h-a)>-l else 0 if (h-a)<-l else 2 for h,a,l in gbg_and_odds[['Home Score','Away Score','Home Line Close']].values]
186
+ gbg_and_odds['Home-Team-Win'] = (gbg_and_odds['Home Score']>gbg_and_odds['Away Score']).astype(int)
187
+ gbg_and_odds['Over'] = ((gbg_and_odds['Home Score'] + gbg_and_odds['Away Score'])>gbg_and_odds['Total Score Close']).astype(int)
188
+
189
+ if idx==0:
190
+ file_path = os.path.join(data_directory, 'gbg_and_odds.csv')
191
+ else:
192
+ file_path = os.path.join(data_directory, 'gbg_and_odds_this_year.csv')
193
+
194
+ gbg_and_odds.drop_duplicates(subset='game_id').to_csv(file_path, index=False)
195
+
196
+
197
+
Source/Build/nfl_data_py/.DS_Store ADDED
Binary file (6.15 kB). View file
 
Source/Build/nfl_data_py/CHANGELOG.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+
8
+ ## [0.2.0] - 2021-08-10
9
+
10
+ ### Changed
11
+ - Removed local build files
12
+ - Removed soon to be deprecated setup.py `test` feature
13
+ - Synced tox and setup.py python versions
14
+ - Added new functions for pulling PFR, injury, snaps, NGS, and depth chart data
15
+ - Updated python requirements to >=py3.5
16
+ - Fixed bug in clean_nfl_data()
17
+ - Updated tests with new functions
18
+ - Update README to align with function updates
19
+
20
+ ## [0.2.4] - 2021-08-28
21
+
22
+ ### Changed
23
+ - Added feature to cache play-by-play files locally
24
+ - Updated load_pbp_data() to work with locally cached files
25
+ - Updates README
26
+
27
+ ## [0.2.5] - 2021-09-22
28
+
29
+ ### Changed
30
+ - Fixed bug in cache process that was effecting pbp load too
31
+
32
+ ## [0.2.6] - 2022-03-15
33
+
34
+ ### Changed
35
+ - Updated cache feature to be OS agnostic
36
+
37
+ ## [0.2.7] - 2022-06-04
38
+
39
+ ### Changed
40
+ - Redirected data pulls to new repos
41
+
42
+ ## [0.2.9] - 2022-08-18
43
+ - Fixed compatibility issue between python and pandas
44
+
45
+ ## [0.2.11] - 2022-08-20
46
+ - Actually fixed issue between python and pandas not resolved in 0.2.9
47
+ - Dropped python 3.5 support from nfl_data_py to allow for parquet file usage
48
+
49
+ ## [0.3.0] - 2022-08-20
50
+ - Added import functionality for participation, contract, and player data made previously available through nflReadR
51
+
Source/Build/nfl_data_py/CONTRIBUTING.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ How to contribute to nfl_data_py
2
+ Did you find a bug?
3
+
4
+ Ensure the bug was not already reported by searching on GitHub under Issues.
5
+
6
+ If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
7
+
8
+ Did you write a patch that fixes a bug?
9
+
10
+ Open a new GitHub pull request with the patch.
11
+
12
+ Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
13
+
14
+ Before submitting, please read the Contributing to Ruby on Rails guide to know more about coding conventions and benchmarks.
15
+
16
+ Do you intend to add a new feature or change an existing one?
17
+
18
+ Contact cooper.dff11@gmail.com or @Cooper_DFF on Twitter to discuss.
19
+
20
+ Do not open an issue on GitHub until you have collected positive feedback about the change. GitHub issues are primarily intended for bug reports and fixes.
21
+
22
+ Do you have questions about the source code?
23
+
24
+ Direct any questions to cooper.dff11@gmail.com or @Cooper_DFF on Twitter to discuss.
25
+
26
+ Do you want to contribute to the nfl_data_py documentation?
27
+
28
+ Contact cooper.dff11@gmail.com or @Cooper_DFF on Twitter to discuss.
29
+
30
+ nfl_data_py is a volunteer effort. We encourage you to pitch in and join the team!
Source/Build/nfl_data_py/LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2021 cooperdff
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
Source/Build/nfl_data_py/README.md ADDED
@@ -0,0 +1,301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #### nfl_data_py
2
+
3
+ nfl_data_py is a Python library for interacting with NFL data sourced from [nflfastR](https://github.com/nflverse/nflfastR-data/), [nfldata](https://github.com/nflverse/nfldata/), [dynastyprocess](https://raw.githubusercontent.com/dynastyprocess/), and [Draft Scout](https://draftscout.com/).
4
+
5
+ Includes import functions for play-by-play data, weekly data, seasonal data, rosters, win totals, scoring lines, officials, draft picks, draft pick values, schedules, team descriptive info, combine results and id mappings across various sites.
6
+
7
+ ### Installation
8
+
9
+ Use the package manager [pip](https://pip.pypa.io/en/stable/) to install nfl_data_py.
10
+
11
+ ```bash
12
+ pip install nfl_data_py
13
+ ```
14
+
15
+ ## Usage
16
+
17
+ ```python
18
+ import nfl_data_py as nfl
19
+ ```
20
+
21
+ **Working with play-by-play data**
22
+
23
+ ```python
24
+ nfl.import_pbp_data(years, columns, downcast=True, cache=False, alt_path=None)
25
+ ```
26
+
27
+ Returns play-by-play data for the years and columns specified
28
+
29
+ years
30
+ : required, list of years to pull data for (earliest available is 1999)
31
+
32
+ columns
33
+ : optional, list of columns to pull data for
34
+
35
+ downcast
36
+ : optional, converts float64 columns to float32, reducing memory usage by ~30%. Will slow down initial load speed ~50%
37
+
38
+ cache
39
+ : optional, determines whether to pull pbp data from github repo or local cache generated by nfl.cache_pbp()
40
+
41
+ alt_path
42
+ : optional, required if nfl.cache_pbp() is called using an alternate path to the default cache
43
+
44
+ ```python
45
+ nfl.see_pbp_cols()
46
+ ```
47
+
48
+ returns list of columns available in play-by-play dataset
49
+
50
+ **Working with weekly data**
51
+
52
+ ```python
53
+ nfl.import_weekly_data(years, columns, downcast)
54
+ ```
55
+
56
+ Returns weekly data for the years and columns specified
57
+
58
+ years
59
+ : required, list of years to pull data for (earliest available is 1999)
60
+
61
+ columns
62
+ : optional, list of columns to pull data for
63
+
64
+ downcast
65
+ : converts float64 columns to float32, reducing memory usage by ~30%. Will slow down initial load speed ~50%
66
+
67
+ ```python
68
+ nfl.see_weekly_cols()
69
+ ```
70
+
71
+ returns list of columns available in weekly dataset
72
+
73
+ **Working with seasonal data**
74
+
75
+ ```python
76
+ nfl.import_seasonal_data(years, s_type)
77
+ ```
78
+
79
+ Returns seasonal data, including various calculated market share stats specific to receivers
80
+
81
+ years (List[int])
82
+ : required, list of years to pull data for (earliest available is 1999)
83
+
84
+ s_type (str)
85
+ : optional (default 'REG') season type to include in average ('ALL','REG','POST')
86
+
87
+ calculated receiving market share stats include:
88
+
89
+ | Column | is short for |
90
+ | -------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
91
+ | tgt_sh | target share |
92
+ | ay_sh | air yards share |
93
+ | yac_sh | yards after catch share |
94
+ | wopr | [weighted opportunity rating](https://www.nbcsports.com/fantasy/football/news/article-numbers-why-receiver-air-yards-matter) |
95
+ | ry_sh | receiving yards share |
96
+ | rtd_sh | receiving TDs share |
97
+ | rfd_sh | receiving 1st Downs share |
98
+ | rtdfd_sh | receiving TDs + 1st Downs share |
99
+ | dom | [dominator rating](https://www.pff.com/news/fantasy-football-predicting-breakout-rookie-wide-receivers-using-pff-grades-and-dominator-rating) |
100
+ | w8dom | dominator rating, but weighted in favor of receiving yards over TDs |
101
+ | yptmpa | receiving yards per team pass attempt |
102
+ | ppr_sh | PPR fantasy points share |
103
+
104
+ **Additional data imports**
105
+
106
+ ```python
107
+ nfl.import_rosters(years, columns)
108
+ ```
109
+
110
+ Returns roster information for years and columns specified
111
+
112
+ years
113
+ : required, list of years to pull data for (earliest available is 1999)
114
+
115
+ columns
116
+ : optional, list of columns to pull data for
117
+
118
+ ```python
119
+ nfl.import_win_totals(years)
120
+ ```
121
+
122
+ Returns win total lines for years specified
123
+
124
+ years
125
+ : optional, list of years to pull
126
+
127
+ ```python
128
+ nfl.import_sc_lines(years)
129
+ ```
130
+
131
+ Returns scoring lines for years specified
132
+
133
+ years
134
+ : optional, list of years to pull
135
+
136
+ ```python
137
+ nfl.import_officials(years)
138
+ ```
139
+
140
+ Returns official information by game for the years specified
141
+
142
+ years
143
+ : optional, list of years to pull
144
+
145
+ ```python
146
+ nfl.import_draft_picks(years)
147
+ ```
148
+
149
+ Returns list of draft picks for the years specified
150
+
151
+ years
152
+ : optional, list of years to pull
153
+
154
+ ```python
155
+ nfl.import_draft_values()
156
+ ```
157
+
158
+ Returns relative values by generic draft pick according to various popular valuation methods
159
+
160
+ ```python
161
+ nfl.import_team_desc()
162
+ ```
163
+
164
+ Returns dataframe with color/logo/etc information for all NFL team
165
+
166
+ ```python
167
+ nfl.import_schedules(years)
168
+ ```
169
+
170
+ Returns dataframe with schedule information for years specified
171
+
172
+ years
173
+ : required, list of years to pull data for (earliest available is 1999)
174
+
175
+ ```python
176
+ nfl.import_combine_data(years, positions)
177
+ ```
178
+
179
+ Returns dataframe with combine results for years and positions specified
180
+
181
+ years
182
+ : optional, list or range of years to pull data from
183
+
184
+ positions
185
+ : optional, list of positions to be pulled (standard format - WR/QB/RB/etc.)
186
+
187
+ ```python
188
+ nfl.import_ids(columns, ids)
189
+ ```
190
+
191
+ Returns dataframe with mapped ids for all players across most major NFL and fantasy football data platforms
192
+
193
+ columns
194
+ : optional, list of columns to return
195
+
196
+ ids
197
+ : optional, list of ids to return
198
+
199
+ ```python
200
+ nfl.import_ngs_data(stat_type, years)
201
+ ```
202
+
203
+ Returns dataframe with specified NGS data
204
+
205
+ stat_type (str)
206
+ : required, type of stats to pull (passing, rushing, receiving)
207
+
208
+ years
209
+ : optional, list of years to return data for
210
+
211
+ ```python
212
+ nfl.import_depth_charts(years)
213
+ ```
214
+
215
+ Returns dataframe with depth chart data
216
+
217
+ years
218
+ : optional, list of years to return data for
219
+
220
+ ```python
221
+ nfl.import_injuries(years)
222
+ ```
223
+
224
+ Returns dataframe of injury reports
225
+
226
+ years
227
+ : optional, list of years to return data for
228
+
229
+ ```python
230
+ nfl.import_qbr(years, level, frequency)
231
+ ```
232
+
233
+ Returns dataframe with QBR history
234
+
235
+ years
236
+ : optional, years to return data for
237
+
238
+ level
239
+ : optional, competition level to return data for, nfl or college, default nfl
240
+
241
+ frequency
242
+ : optional, frequency to return data for, weekly or season, default season
243
+
244
+ ```python
245
+ nfl.import_pfr(s_type, years)
246
+ ```
247
+
248
+ Returns dataframe of data sourced from https://www.pro-football-reference.com/
249
+
250
+ s_type (str)
251
+ : required, the type of stat data to request. Must be one of pass, rec, or rush.
252
+
253
+ years (List[int])
254
+ : optional, years to return data for
255
+
256
+ ```python
257
+ nfl.import_snap_counts(years)
258
+ ```
259
+
260
+ Returns dataframe with snap count records
261
+
262
+ years
263
+ : optional, list of years to return data for
264
+
265
+ **Additional features**
266
+
267
+ ```python
268
+ nfl.cache_pbp(years, downcast=True, alt_path=None)
269
+ ```
270
+
271
+ Caches play-by-play data locally to speed up download time. If years specified have already been cached they will be overwritten, so if using in-season must cache 1x per week to catch most recent data
272
+
273
+ years
274
+ : required, list or range of years to cache
275
+
276
+ downcast
277
+ : optional, converts float64 columns to float32, reducing memory usage by ~30%. Will slow down initial load speed ~50%
278
+
279
+ alt_path
280
+ :optional, alternate path to store pbp cache - default is in program created user Local folder
281
+
282
+ ```python
283
+ nfl.clean_nfl_data(df)
284
+ ```
285
+
286
+ Runs descriptive data (team name, player name, etc.) through various cleaning processes
287
+
288
+ df
289
+ : required, dataframe to be cleaned
290
+
291
+ ## Recognition
292
+
293
+ I'd like to recognize all of [Ben Baldwin](https://twitter.com/benbbaldwin), [Sebastian Carl](https://twitter.com/mrcaseb), and [Lee Sharpe](https://twitter.com/LeeSharpeNFL) for making this data freely available and easy to access. I'd also like to thank [Tan Ho](https://twitter.com/_TanH), who has been an invaluable resource as I've worked through this project, and Josh Kazan for the resources and assistance he's provided.
294
+
295
+ ## Contributing
296
+
297
+ Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
298
+
299
+ ## License
300
+
301
+ [MIT](https://choosealicense.com/licenses/mit/)
Source/Build/nfl_data_py/code_of_conduct.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Contributor Covenant Code of Conduct
3
+
4
+ ## Our Pledge
5
+
6
+ We as members, contributors, and leaders pledge to make participation in our
7
+ community a harassment-free experience for everyone, regardless of age, body
8
+ size, visible or invisible disability, ethnicity, sex characteristics, gender
9
+ identity and expression, level of experience, education, socio-economic status,
10
+ nationality, personal appearance, race, caste, color, religion, or sexual identity
11
+ and orientation.
12
+
13
+ We pledge to act and interact in ways that contribute to an open, welcoming,
14
+ diverse, inclusive, and healthy community.
15
+
16
+ ## Our Standards
17
+
18
+ Examples of behavior that contributes to a positive environment for our
19
+ community include:
20
+
21
+ * Demonstrating empathy and kindness toward other people
22
+ * Being respectful of differing opinions, viewpoints, and experiences
23
+ * Giving and gracefully accepting constructive feedback
24
+ * Accepting responsibility and apologizing to those affected by our mistakes,
25
+ and learning from the experience
26
+ * Focusing on what is best not just for us as individuals, but for the
27
+ overall community
28
+
29
+ Examples of unacceptable behavior include:
30
+
31
+ * The use of sexualized language or imagery, and sexual attention or
32
+ advances of any kind
33
+ * Trolling, insulting or derogatory comments, and personal or political attacks
34
+ * Public or private harassment
35
+ * Publishing others' private information, such as a physical or email
36
+ address, without their explicit permission
37
+ * Other conduct which could reasonably be considered inappropriate in a
38
+ professional setting
39
+
40
+ ## Enforcement Responsibilities
41
+
42
+ Community leaders are responsible for clarifying and enforcing our standards of
43
+ acceptable behavior and will take appropriate and fair corrective action in
44
+ response to any behavior that they deem inappropriate, threatening, offensive,
45
+ or harmful.
46
+
47
+ Community leaders have the right and responsibility to remove, edit, or reject
48
+ comments, commits, code, wiki edits, issues, and other contributions that are
49
+ not aligned to this Code of Conduct, and will communicate reasons for moderation
50
+ decisions when appropriate.
51
+
52
+ ## Scope
53
+
54
+ This Code of Conduct applies within all community spaces, and also applies when
55
+ an individual is officially representing the community in public spaces.
56
+ Examples of representing our community include using an official e-mail address,
57
+ posting via an official social media account, or acting as an appointed
58
+ representative at an online or offline event.
59
+
60
+ ## Enforcement
61
+
62
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
63
+ reported to the community leaders responsible for enforcement at
64
+ [INSERT CONTACT METHOD].
65
+ All complaints will be reviewed and investigated promptly and fairly.
66
+
67
+ All community leaders are obligated to respect the privacy and security of the
68
+ reporter of any incident.
69
+
70
+ ## Enforcement Guidelines
71
+
72
+ Community leaders will follow these Community Impact Guidelines in determining
73
+ the consequences for any action they deem in violation of this Code of Conduct:
74
+
75
+ ### 1. Correction
76
+
77
+ **Community Impact**: Use of inappropriate language or other behavior deemed
78
+ unprofessional or unwelcome in the community.
79
+
80
+ **Consequence**: A private, written warning from community leaders, providing
81
+ clarity around the nature of the violation and an explanation of why the
82
+ behavior was inappropriate. A public apology may be requested.
83
+
84
+ ### 2. Warning
85
+
86
+ **Community Impact**: A violation through a single incident or series
87
+ of actions.
88
+
89
+ **Consequence**: A warning with consequences for continued behavior. No
90
+ interaction with the people involved, including unsolicited interaction with
91
+ those enforcing the Code of Conduct, for a specified period of time. This
92
+ includes avoiding interactions in community spaces as well as external channels
93
+ like social media. Violating these terms may lead to a temporary or
94
+ permanent ban.
95
+
96
+ ### 3. Temporary Ban
97
+
98
+ **Community Impact**: A serious violation of community standards, including
99
+ sustained inappropriate behavior.
100
+
101
+ **Consequence**: A temporary ban from any sort of interaction or public
102
+ communication with the community for a specified period of time. No public or
103
+ private interaction with the people involved, including unsolicited interaction
104
+ with those enforcing the Code of Conduct, is allowed during this period.
105
+ Violating these terms may lead to a permanent ban.
106
+
107
+ ### 4. Permanent Ban
108
+
109
+ **Community Impact**: Demonstrating a pattern of violation of community
110
+ standards, including sustained inappropriate behavior, harassment of an
111
+ individual, or aggression toward or disparagement of classes of individuals.
112
+
113
+ **Consequence**: A permanent ban from any sort of public interaction within
114
+ the community.
115
+
116
+ ## Attribution
117
+
118
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
119
+ version 2.0, available at
120
+ [https://www.contributor-covenant.org/version/2/0/code_of_conduct.html][v2.0].
121
+
122
+ Community Impact Guidelines were inspired by
123
+ [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
124
+
125
+ For answers to common questions about this code of conduct, see the FAQ at
126
+ [https://www.contributor-covenant.org/faq][FAQ]. Translations are available
127
+ at [https://www.contributor-covenant.org/translations][translations].
128
+
129
+ [homepage]: https://www.contributor-covenant.org
130
+ [v2.0]: https://www.contributor-covenant.org/version/2/0/code_of_conduct.html
131
+ [Mozilla CoC]: https://github.com/mozilla/diversity
132
+ [FAQ]: https://www.contributor-covenant.org/faq
133
+ [translations]: https://www.contributor-covenant.org/translations
134
+
Source/Build/nfl_data_py/data/coaching_history.csv ADDED
@@ -0,0 +1,741 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,coach,team,season
2
+ 0,Vince Tobin,ARI,1999
3
+ 1,Dan Reeves,ATL,1999
4
+ 2,Brian Billick,BAL,1999
5
+ 3,Wade Phillips,BUF,1999
6
+ 4,George Seifert,CAR,1999
7
+ 5,Dick Jauron,CHI,1999
8
+ 6,Bruce Coslet,CIN,1999
9
+ 7,Chris Palmer,CLE,1999
10
+ 8,Chan Gailey,DAL,1999
11
+ 9,Mike Shanahan,DEN,1999
12
+ 10,Bobby Ross,DET,1999
13
+ 11,Ray Rhodes,GNB,1999
14
+ 12,Jim Mora,IND,1999
15
+ 13,Tom Coughlin,JAX,1999
16
+ 14,Gunther Cunningham,KAN,1999
17
+ 15,Jimmy Johnson,MIA,1999
18
+ 16,Dennis Green,MIN,1999
19
+ 17,Mike Ditka,NOR,1999
20
+ 18,Pete Carroll,NWE,1999
21
+ 19,Jim Fassel,NYG,1999
22
+ 20,Bill Parcells,NYJ,1999
23
+ 21,Jon Gruden,OAK,1999
24
+ 22,Andy Reid,PHI,1999
25
+ 23,Bill Cowher,PIT,1999
26
+ 24,Mike Riley,SDG,1999
27
+ 25,Mike Holmgren,SEA,1999
28
+ 26,Steve Mariucci,SFO,1999
29
+ 27,Dick Vermeil,STL,1999
30
+ 28,Tony Dungy,TAM,1999
31
+ 29,Jeff Fisher,TEN,1999
32
+ 30,Norv Turner,WAS,1999
33
+ 31,Dave McGinnis,ARI,2000
34
+ 32,Vince Tobin,ARI,2000
35
+ 33,Dan Reeves,ATL,2000
36
+ 34,Brian Billick,BAL,2000
37
+ 35,Wade Phillips,BUF,2000
38
+ 36,George Seifert,CAR,2000
39
+ 37,Dick Jauron,CHI,2000
40
+ 38,Bruce Coslet,CIN,2000
41
+ 39,Dick LeBeau,CIN,2000
42
+ 40,Chris Palmer,CLE,2000
43
+ 41,Dave Campo,DAL,2000
44
+ 42,Mike Shanahan,DEN,2000
45
+ 43,Gary Moeller,DET,2000
46
+ 44,Bobby Ross,DET,2000
47
+ 45,Mike Sherman,GNB,2000
48
+ 46,Jim Mora,IND,2000
49
+ 47,Tom Coughlin,JAX,2000
50
+ 48,Gunther Cunningham,KAN,2000
51
+ 49,Dave Wannstedt,MIA,2000
52
+ 50,Dennis Green,MIN,2000
53
+ 51,Jim Haslett,NOR,2000
54
+ 52,Bill Belichick,NWE,2000
55
+ 53,Jim Fassel,NYG,2000
56
+ 54,Al Groh,NYJ,2000
57
+ 55,Jon Gruden,OAK,2000
58
+ 56,Andy Reid,PHI,2000
59
+ 57,Bill Cowher,PIT,2000
60
+ 58,Mike Riley,SDG,2000
61
+ 59,Mike Holmgren,SEA,2000
62
+ 60,Steve Mariucci,SFO,2000
63
+ 61,Mike Martz,STL,2000
64
+ 62,Tony Dungy,TAM,2000
65
+ 63,Jeff Fisher,TEN,2000
66
+ 64,Terry Robiskie,WAS,2000
67
+ 65,Norv Turner,WAS,2000
68
+ 66,Dave McGinnis,ARI,2001
69
+ 67,Dan Reeves,ATL,2001
70
+ 68,Brian Billick,BAL,2001
71
+ 69,Gregg Williams,BUF,2001
72
+ 70,George Seifert,CAR,2001
73
+ 71,Dick Jauron,CHI,2001
74
+ 72,Dick LeBeau,CIN,2001
75
+ 73,Butch Davis,CLE,2001
76
+ 74,Dave Campo,DAL,2001
77
+ 75,Mike Shanahan,DEN,2001
78
+ 76,Marty Mornhinweg,DET,2001
79
+ 77,Mike Sherman,GNB,2001
80
+ 78,Jim Mora,IND,2001
81
+ 79,Tom Coughlin,JAX,2001
82
+ 80,Dick Vermeil,KAN,2001
83
+ 81,Dave Wannstedt,MIA,2001
84
+ 82,Dennis Green,MIN,2001
85
+ 83,Mike Tice,MIN,2001
86
+ 84,Jim Haslett,NOR,2001
87
+ 85,Bill Belichick,NWE,2001
88
+ 86,Jim Fassel,NYG,2001
89
+ 87,Herm Edwards,NYJ,2001
90
+ 88,Jon Gruden,OAK,2001
91
+ 89,Andy Reid,PHI,2001
92
+ 90,Bill Cowher,PIT,2001
93
+ 91,Mike Riley,SDG,2001
94
+ 92,Mike Holmgren,SEA,2001
95
+ 93,Steve Mariucci,SFO,2001
96
+ 94,Mike Martz,STL,2001
97
+ 95,Tony Dungy,TAM,2001
98
+ 96,Jeff Fisher,TEN,2001
99
+ 97,Marty Schottenheimer,WAS,2001
100
+ 98,Dave McGinnis,ARI,2002
101
+ 99,Dan Reeves,ATL,2002
102
+ 100,Brian Billick,BAL,2002
103
+ 101,Gregg Williams,BUF,2002
104
+ 102,John Fox,CAR,2002
105
+ 103,Dick Jauron,CHI,2002
106
+ 104,Dick LeBeau,CIN,2002
107
+ 105,Butch Davis,CLE,2002
108
+ 106,Dave Campo,DAL,2002
109
+ 107,Mike Shanahan,DEN,2002
110
+ 108,Marty Mornhinweg,DET,2002
111
+ 109,Mike Sherman,GNB,2002
112
+ 110,Dom Capers,HOU,2002
113
+ 111,Tony Dungy,IND,2002
114
+ 112,Tom Coughlin,JAX,2002
115
+ 113,Dick Vermeil,KAN,2002
116
+ 114,Dave Wannstedt,MIA,2002
117
+ 115,Mike Tice,MIN,2002
118
+ 116,Jim Haslett,NOR,2002
119
+ 117,Bill Belichick,NWE,2002
120
+ 118,Jim Fassel,NYG,2002
121
+ 119,Herm Edwards,NYJ,2002
122
+ 120,Bill Callahan,OAK,2002
123
+ 121,Andy Reid,PHI,2002
124
+ 122,Bill Cowher,PIT,2002
125
+ 123,Marty Schottenheimer,SDG,2002
126
+ 124,Mike Holmgren,SEA,2002
127
+ 125,Steve Mariucci,SFO,2002
128
+ 126,Mike Martz,STL,2002
129
+ 127,Jon Gruden,TAM,2002
130
+ 128,Jeff Fisher,TEN,2002
131
+ 129,Steve Spurrier,WAS,2002
132
+ 130,Dave McGinnis,ARI,2003
133
+ 131,Wade Phillips,ATL,2003
134
+ 132,Dan Reeves,ATL,2003
135
+ 133,Brian Billick,BAL,2003
136
+ 134,Gregg Williams,BUF,2003
137
+ 135,John Fox,CAR,2003
138
+ 136,Dick Jauron,CHI,2003
139
+ 137,Marvin Lewis,CIN,2003
140
+ 138,Butch Davis,CLE,2003
141
+ 139,Bill Parcells,DAL,2003
142
+ 140,Mike Shanahan,DEN,2003
143
+ 141,Steve Mariucci,DET,2003
144
+ 142,Mike Sherman,GNB,2003
145
+ 143,Dom Capers,HOU,2003
146
+ 144,Tony Dungy,IND,2003
147
+ 145,Jack Del Rio,JAX,2003
148
+ 146,Dick Vermeil,KAN,2003
149
+ 147,Dave Wannstedt,MIA,2003
150
+ 148,Mike Tice,MIN,2003
151
+ 149,Jim Haslett,NOR,2003
152
+ 150,Bill Belichick,NWE,2003
153
+ 151,Jim Fassel,NYG,2003
154
+ 152,Herm Edwards,NYJ,2003
155
+ 153,Bill Callahan,OAK,2003
156
+ 154,Andy Reid,PHI,2003
157
+ 155,Bill Cowher,PIT,2003
158
+ 156,Marty Schottenheimer,SDG,2003
159
+ 157,Mike Holmgren,SEA,2003
160
+ 158,Dennis Erickson,SFO,2003
161
+ 159,Mike Martz,STL,2003
162
+ 160,Jon Gruden,TAM,2003
163
+ 161,Jeff Fisher,TEN,2003
164
+ 162,Steve Spurrier,WAS,2003
165
+ 163,Dennis Green,ARI,2004
166
+ 164,Jim Mora,ATL,2004
167
+ 165,Brian Billick,BAL,2004
168
+ 166,Mike Mularkey,BUF,2004
169
+ 167,John Fox,CAR,2004
170
+ 168,Lovie Smith,CHI,2004
171
+ 169,Marvin Lewis,CIN,2004
172
+ 170,Butch Davis,CLE,2004
173
+ 171,Terry Robiskie,CLE,2004
174
+ 172,Bill Parcells,DAL,2004
175
+ 173,Mike Shanahan,DEN,2004
176
+ 174,Steve Mariucci,DET,2004
177
+ 175,Mike Sherman,GNB,2004
178
+ 176,Dom Capers,HOU,2004
179
+ 177,Tony Dungy,IND,2004
180
+ 178,Jack Del Rio,JAX,2004
181
+ 179,Dick Vermeil,KAN,2004
182
+ 180,Jim Bates,MIA,2004
183
+ 181,Dave Wannstedt,MIA,2004
184
+ 182,Mike Tice,MIN,2004
185
+ 183,Jim Haslett,NOR,2004
186
+ 184,Bill Belichick,NWE,2004
187
+ 185,Tom Coughlin,NYG,2004
188
+ 186,Herm Edwards,NYJ,2004
189
+ 187,Norv Turner,OAK,2004
190
+ 188,Andy Reid,PHI,2004
191
+ 189,Bill Cowher,PIT,2004
192
+ 190,Marty Schottenheimer,SDG,2004
193
+ 191,Mike Holmgren,SEA,2004
194
+ 192,Dennis Erickson,SFO,2004
195
+ 193,Mike Martz,STL,2004
196
+ 194,Jon Gruden,TAM,2004
197
+ 195,Jeff Fisher,TEN,2004
198
+ 196,Joe Gibbs,WAS,2004
199
+ 197,Dennis Green,ARI,2005
200
+ 198,Jim Mora,ATL,2005
201
+ 199,Brian Billick,BAL,2005
202
+ 200,Mike Mularkey,BUF,2005
203
+ 201,John Fox,CAR,2005
204
+ 202,Lovie Smith,CHI,2005
205
+ 203,Marvin Lewis,CIN,2005
206
+ 204,Romeo Crennel,CLE,2005
207
+ 205,Bill Parcells,DAL,2005
208
+ 206,Mike Shanahan,DEN,2005
209
+ 207,Dick Jauron,DET,2005
210
+ 208,Steve Mariucci,DET,2005
211
+ 209,Mike Sherman,GNB,2005
212
+ 210,Dom Capers,HOU,2005
213
+ 211,Tony Dungy,IND,2005
214
+ 212,Jack Del Rio,JAX,2005
215
+ 213,Dick Vermeil,KAN,2005
216
+ 214,Nick Saban,MIA,2005
217
+ 215,Mike Tice,MIN,2005
218
+ 216,Jim Haslett,NOR,2005
219
+ 217,Bill Belichick,NWE,2005
220
+ 218,Tom Coughlin,NYG,2005
221
+ 219,Herm Edwards,NYJ,2005
222
+ 220,Norv Turner,OAK,2005
223
+ 221,Andy Reid,PHI,2005
224
+ 222,Bill Cowher,PIT,2005
225
+ 223,Marty Schottenheimer,SDG,2005
226
+ 224,Mike Holmgren,SEA,2005
227
+ 225,Mike Nolan,SFO,2005
228
+ 226,Mike Martz,STL,2005
229
+ 227,Joe Vitt,STL,2005
230
+ 228,Jon Gruden,TAM,2005
231
+ 229,Jeff Fisher,TEN,2005
232
+ 230,Joe Gibbs,WAS,2005
233
+ 231,Dennis Green,ARI,2006
234
+ 232,Jim Mora,ATL,2006
235
+ 233,Brian Billick,BAL,2006
236
+ 234,Dick Jauron,BUF,2006
237
+ 235,John Fox,CAR,2006
238
+ 236,Lovie Smith,CHI,2006
239
+ 237,Marvin Lewis,CIN,2006
240
+ 238,Romeo Crennel,CLE,2006
241
+ 239,Bill Parcells,DAL,2006
242
+ 240,Mike Shanahan,DEN,2006
243
+ 241,Rod Marinelli,DET,2006
244
+ 242,Mike McCarthy,GNB,2006
245
+ 243,Gary Kubiak,HOU,2006
246
+ 244,Tony Dungy,IND,2006
247
+ 245,Jack Del Rio,JAX,2006
248
+ 246,Herm Edwards,KAN,2006
249
+ 247,Nick Saban,MIA,2006
250
+ 248,Brad Childress,MIN,2006
251
+ 249,Sean Payton,NOR,2006
252
+ 250,Bill Belichick,NWE,2006
253
+ 251,Tom Coughlin,NYG,2006
254
+ 252,Eric Mangini,NYJ,2006
255
+ 253,Art Shell,OAK,2006
256
+ 254,Andy Reid,PHI,2006
257
+ 255,Bill Cowher,PIT,2006
258
+ 256,Marty Schottenheimer,SDG,2006
259
+ 257,Mike Holmgren,SEA,2006
260
+ 258,Mike Nolan,SFO,2006
261
+ 259,Scott Linehan,STL,2006
262
+ 260,Jon Gruden,TAM,2006
263
+ 261,Jeff Fisher,TEN,2006
264
+ 262,Joe Gibbs,WAS,2006
265
+ 263,Ken Whisenhunt,ARI,2007
266
+ 264,Bobby Petrino,ATL,2007
267
+ 265,Emmitt Thomas,ATL,2007
268
+ 266,Brian Billick,BAL,2007
269
+ 267,Dick Jauron,BUF,2007
270
+ 268,John Fox,CAR,2007
271
+ 269,Lovie Smith,CHI,2007
272
+ 270,Marvin Lewis,CIN,2007
273
+ 271,Romeo Crennel,CLE,2007
274
+ 272,Wade Phillips,DAL,2007
275
+ 273,Mike Shanahan,DEN,2007
276
+ 274,Rod Marinelli,DET,2007
277
+ 275,Mike McCarthy,GNB,2007
278
+ 276,Gary Kubiak,HOU,2007
279
+ 277,Tony Dungy,IND,2007
280
+ 278,Jack Del Rio,JAX,2007
281
+ 279,Herm Edwards,KAN,2007
282
+ 280,Cam Cameron,MIA,2007
283
+ 281,Brad Childress,MIN,2007
284
+ 282,Sean Payton,NOR,2007
285
+ 283,Bill Belichick,NWE,2007
286
+ 284,Tom Coughlin,NYG,2007
287
+ 285,Eric Mangini,NYJ,2007
288
+ 286,Lane Kiffin,OAK,2007
289
+ 287,Andy Reid,PHI,2007
290
+ 288,Mike Tomlin,PIT,2007
291
+ 289,Norv Turner,SDG,2007
292
+ 290,Mike Holmgren,SEA,2007
293
+ 291,Mike Nolan,SFO,2007
294
+ 292,Scott Linehan,STL,2007
295
+ 293,Jon Gruden,TAM,2007
296
+ 294,Jeff Fisher,TEN,2007
297
+ 295,Joe Gibbs,WAS,2007
298
+ 296,Ken Whisenhunt,ARI,2008
299
+ 297,Mike Smith,ATL,2008
300
+ 298,John Harbaugh,BAL,2008
301
+ 299,Dick Jauron,BUF,2008
302
+ 300,John Fox,CAR,2008
303
+ 301,Lovie Smith,CHI,2008
304
+ 302,Marvin Lewis,CIN,2008
305
+ 303,Romeo Crennel,CLE,2008
306
+ 304,Wade Phillips,DAL,2008
307
+ 305,Mike Shanahan,DEN,2008
308
+ 306,Rod Marinelli,DET,2008
309
+ 307,Mike McCarthy,GNB,2008
310
+ 308,Gary Kubiak,HOU,2008
311
+ 309,Tony Dungy,IND,2008
312
+ 310,Jack Del Rio,JAX,2008
313
+ 311,Herm Edwards,KAN,2008
314
+ 312,Tony Sparano,MIA,2008
315
+ 313,Brad Childress,MIN,2008
316
+ 314,Sean Payton,NOR,2008
317
+ 315,Bill Belichick,NWE,2008
318
+ 316,Tom Coughlin,NYG,2008
319
+ 317,Eric Mangini,NYJ,2008
320
+ 318,Tom Cable,OAK,2008
321
+ 319,Lane Kiffin,OAK,2008
322
+ 320,Andy Reid,PHI,2008
323
+ 321,Mike Tomlin,PIT,2008
324
+ 322,Norv Turner,SDG,2008
325
+ 323,Mike Holmgren,SEA,2008
326
+ 324,Mike Nolan,SFO,2008
327
+ 325,Mike Singletary,SFO,2008
328
+ 326,Jim Haslett,STL,2008
329
+ 327,Scott Linehan,STL,2008
330
+ 328,Jon Gruden,TAM,2008
331
+ 329,Jeff Fisher,TEN,2008
332
+ 330,Jim Zorn,WAS,2008
333
+ 331,Ken Whisenhunt,ARI,2009
334
+ 332,Mike Smith,ATL,2009
335
+ 333,John Harbaugh,BAL,2009
336
+ 334,Perry Fewell,BUF,2009
337
+ 335,Dick Jauron,BUF,2009
338
+ 336,John Fox,CAR,2009
339
+ 337,Lovie Smith,CHI,2009
340
+ 338,Marvin Lewis,CIN,2009
341
+ 339,Eric Mangini,CLE,2009
342
+ 340,Wade Phillips,DAL,2009
343
+ 341,Josh McDaniels,DEN,2009
344
+ 342,Jim Schwartz,DET,2009
345
+ 343,Mike McCarthy,GNB,2009
346
+ 344,Gary Kubiak,HOU,2009
347
+ 345,Jim Caldwell,IND,2009
348
+ 346,Jack Del Rio,JAX,2009
349
+ 347,Todd Haley,KAN,2009
350
+ 348,Tony Sparano,MIA,2009
351
+ 349,Brad Childress,MIN,2009
352
+ 350,Sean Payton,NOR,2009
353
+ 351,Bill Belichick,NWE,2009
354
+ 352,Tom Coughlin,NYG,2009
355
+ 353,Rex Ryan,NYJ,2009
356
+ 354,Tom Cable,OAK,2009
357
+ 355,Andy Reid,PHI,2009
358
+ 356,Mike Tomlin,PIT,2009
359
+ 357,Norv Turner,SDG,2009
360
+ 358,Jim Mora,SEA,2009
361
+ 359,Mike Singletary,SFO,2009
362
+ 360,Steve Spagnuolo,STL,2009
363
+ 361,Raheem Morris,TAM,2009
364
+ 362,Jeff Fisher,TEN,2009
365
+ 363,Jim Zorn,WAS,2009
366
+ 364,Ken Whisenhunt,ARI,2010
367
+ 365,Mike Smith,ATL,2010
368
+ 366,John Harbaugh,BAL,2010
369
+ 367,Chan Gailey,BUF,2010
370
+ 368,John Fox,CAR,2010
371
+ 369,Lovie Smith,CHI,2010
372
+ 370,Marvin Lewis,CIN,2010
373
+ 371,Eric Mangini,CLE,2010
374
+ 372,Jason Garrett,DAL,2010
375
+ 373,Wade Phillips,DAL,2010
376
+ 374,Josh McDaniels,DEN,2010
377
+ 375,Eric Studesville,DEN,2010
378
+ 376,Jim Schwartz,DET,2010
379
+ 377,Mike McCarthy,GNB,2010
380
+ 378,Gary Kubiak,HOU,2010
381
+ 379,Jim Caldwell,IND,2010
382
+ 380,Jack Del Rio,JAX,2010
383
+ 381,Todd Haley,KAN,2010
384
+ 382,Tony Sparano,MIA,2010
385
+ 383,Brad Childress,MIN,2010
386
+ 384,Leslie Frazier,MIN,2010
387
+ 385,Sean Payton,NOR,2010
388
+ 386,Bill Belichick,NWE,2010
389
+ 387,Tom Coughlin,NYG,2010
390
+ 388,Rex Ryan,NYJ,2010
391
+ 389,Tom Cable,OAK,2010
392
+ 390,Andy Reid,PHI,2010
393
+ 391,Mike Tomlin,PIT,2010
394
+ 392,Norv Turner,SDG,2010
395
+ 393,Pete Carroll,SEA,2010
396
+ 394,Mike Singletary,SFO,2010
397
+ 395,Jim Tomsula,SFO,2010
398
+ 396,Steve Spagnuolo,STL,2010
399
+ 397,Raheem Morris,TAM,2010
400
+ 398,Jeff Fisher,TEN,2010
401
+ 399,Mike Shanahan,WAS,2010
402
+ 400,Ken Whisenhunt,ARI,2011
403
+ 401,Mike Smith,ATL,2011
404
+ 402,John Harbaugh,BAL,2011
405
+ 403,Chan Gailey,BUF,2011
406
+ 404,Ron Rivera,CAR,2011
407
+ 405,Lovie Smith,CHI,2011
408
+ 406,Marvin Lewis,CIN,2011
409
+ 407,Pat Shurmur,CLE,2011
410
+ 408,Jason Garrett,DAL,2011
411
+ 409,John Fox,DEN,2011
412
+ 410,Jim Schwartz,DET,2011
413
+ 411,Mike McCarthy,GNB,2011
414
+ 412,Gary Kubiak,HOU,2011
415
+ 413,Jim Caldwell,IND,2011
416
+ 414,Jack Del Rio,JAX,2011
417
+ 415,Mel Tucker,JAX,2011
418
+ 416,Romeo Crennel,KAN,2011
419
+ 417,Todd Haley,KAN,2011
420
+ 418,Todd Bowles,MIA,2011
421
+ 419,Tony Sparano,MIA,2011
422
+ 420,Leslie Frazier,MIN,2011
423
+ 421,Sean Payton,NOR,2011
424
+ 422,Bill Belichick,NWE,2011
425
+ 423,Tom Coughlin,NYG,2011
426
+ 424,Rex Ryan,NYJ,2011
427
+ 425,Hue Jackson,OAK,2011
428
+ 426,Andy Reid,PHI,2011
429
+ 427,Mike Tomlin,PIT,2011
430
+ 428,Norv Turner,SDG,2011
431
+ 429,Pete Carroll,SEA,2011
432
+ 430,Jim Harbaugh,SFO,2011
433
+ 431,Steve Spagnuolo,STL,2011
434
+ 432,Raheem Morris,TAM,2011
435
+ 433,Mike Munchak,TEN,2011
436
+ 434,Mike Shanahan,WAS,2011
437
+ 435,Ken Whisenhunt,ARI,2012
438
+ 436,Mike Smith,ATL,2012
439
+ 437,John Harbaugh,BAL,2012
440
+ 438,Chan Gailey,BUF,2012
441
+ 439,Ron Rivera,CAR,2012
442
+ 440,Lovie Smith,CHI,2012
443
+ 441,Marvin Lewis,CIN,2012
444
+ 442,Pat Shurmur,CLE,2012
445
+ 443,Jason Garrett,DAL,2012
446
+ 444,John Fox,DEN,2012
447
+ 445,Jim Schwartz,DET,2012
448
+ 446,Mike McCarthy,GNB,2012
449
+ 447,Gary Kubiak,HOU,2012
450
+ 448,Chuck Pagano,IND,2012
451
+ 449,Mike Mularkey,JAX,2012
452
+ 450,Romeo Crennel,KAN,2012
453
+ 451,Joe Philbin,MIA,2012
454
+ 452,Leslie Frazier,MIN,2012
455
+ 453,Aaron Kromer,NOR,2012
456
+ 454,Joe Vitt,NOR,2012
457
+ 455,Bill Belichick,NWE,2012
458
+ 456,Tom Coughlin,NYG,2012
459
+ 457,Rex Ryan,NYJ,2012
460
+ 458,Dennis Allen,OAK,2012
461
+ 459,Andy Reid,PHI,2012
462
+ 460,Mike Tomlin,PIT,2012
463
+ 461,Norv Turner,SDG,2012
464
+ 462,Pete Carroll,SEA,2012
465
+ 463,Jim Harbaugh,SFO,2012
466
+ 464,Jeff Fisher,STL,2012
467
+ 465,Greg Schiano,TAM,2012
468
+ 466,Mike Munchak,TEN,2012
469
+ 467,Mike Shanahan,WAS,2012
470
+ 468,Bruce Arians,ARI,2013
471
+ 469,Mike Smith,ATL,2013
472
+ 470,John Harbaugh,BAL,2013
473
+ 471,Doug Marrone,BUF,2013
474
+ 472,Ron Rivera,CAR,2013
475
+ 473,Marc Trestman,CHI,2013
476
+ 474,Marvin Lewis,CIN,2013
477
+ 475,Rob Chudzinski,CLE,2013
478
+ 476,Jason Garrett,DAL,2013
479
+ 477,John Fox,DEN,2013
480
+ 478,Jim Schwartz,DET,2013
481
+ 479,Mike McCarthy,GNB,2013
482
+ 480,Gary Kubiak,HOU,2013
483
+ 481,Wade Phillips,HOU,2013
484
+ 482,Chuck Pagano,IND,2013
485
+ 483,Gus Bradley,JAX,2013
486
+ 484,Andy Reid,KAN,2013
487
+ 485,Joe Philbin,MIA,2013
488
+ 486,Leslie Frazier,MIN,2013
489
+ 487,Sean Payton,NOR,2013
490
+ 488,Bill Belichick,NWE,2013
491
+ 489,Tom Coughlin,NYG,2013
492
+ 490,Rex Ryan,NYJ,2013
493
+ 491,Dennis Allen,OAK,2013
494
+ 492,Chip Kelly,PHI,2013
495
+ 493,Mike Tomlin,PIT,2013
496
+ 494,Mike McCoy,SDG,2013
497
+ 495,Pete Carroll,SEA,2013
498
+ 496,Jim Harbaugh,SFO,2013
499
+ 497,Jeff Fisher,STL,2013
500
+ 498,Greg Schiano,TAM,2013
501
+ 499,Mike Munchak,TEN,2013
502
+ 500,Mike Shanahan,WAS,2013
503
+ 501,Bruce Arians,ARI,2014
504
+ 502,Mike Smith,ATL,2014
505
+ 503,John Harbaugh,BAL,2014
506
+ 504,Doug Marrone,BUF,2014
507
+ 505,Ron Rivera,CAR,2014
508
+ 506,Marc Trestman,CHI,2014
509
+ 507,Marvin Lewis,CIN,2014
510
+ 508,Mike Pettine,CLE,2014
511
+ 509,Jason Garrett,DAL,2014
512
+ 510,John Fox,DEN,2014
513
+ 511,Jim Caldwell,DET,2014
514
+ 512,Mike McCarthy,GNB,2014
515
+ 513,Bill O'Brien,HOU,2014
516
+ 514,Chuck Pagano,IND,2014
517
+ 515,Gus Bradley,JAX,2014
518
+ 516,Andy Reid,KAN,2014
519
+ 517,Joe Philbin,MIA,2014
520
+ 518,Mike Zimmer,MIN,2014
521
+ 519,Sean Payton,NOR,2014
522
+ 520,Bill Belichick,NWE,2014
523
+ 521,Tom Coughlin,NYG,2014
524
+ 522,Rex Ryan,NYJ,2014
525
+ 523,Dennis Allen,OAK,2014
526
+ 524,Tony Sparano,OAK,2014
527
+ 525,Chip Kelly,PHI,2014
528
+ 526,Mike Tomlin,PIT,2014
529
+ 527,Mike McCoy,SDG,2014
530
+ 528,Pete Carroll,SEA,2014
531
+ 529,Jim Harbaugh,SFO,2014
532
+ 530,Jeff Fisher,STL,2014
533
+ 531,Lovie Smith,TAM,2014
534
+ 532,Ken Whisenhunt,TEN,2014
535
+ 533,Jay Gruden,WAS,2014
536
+ 534,Bruce Arians,ARI,2015
537
+ 535,Dan Quinn,ATL,2015
538
+ 536,John Harbaugh,BAL,2015
539
+ 537,Rex Ryan,BUF,2015
540
+ 538,Ron Rivera,CAR,2015
541
+ 539,John Fox,CHI,2015
542
+ 540,Marvin Lewis,CIN,2015
543
+ 541,Mike Pettine,CLE,2015
544
+ 542,Jason Garrett,DAL,2015
545
+ 543,Gary Kubiak,DEN,2015
546
+ 544,Jim Caldwell,DET,2015
547
+ 545,Mike McCarthy,GNB,2015
548
+ 546,Bill O'Brien,HOU,2015
549
+ 547,Chuck Pagano,IND,2015
550
+ 548,Gus Bradley,JAX,2015
551
+ 549,Andy Reid,KAN,2015
552
+ 550,Dan Campbell,MIA,2015
553
+ 551,Joe Philbin,MIA,2015
554
+ 552,Mike Zimmer,MIN,2015
555
+ 553,Sean Payton,NOR,2015
556
+ 554,Bill Belichick,NWE,2015
557
+ 555,Tom Coughlin,NYG,2015
558
+ 556,Todd Bowles,NYJ,2015
559
+ 557,Jack Del Rio,OAK,2015
560
+ 558,Chip Kelly,PHI,2015
561
+ 559,Pat Shurmur,PHI,2015
562
+ 560,Mike Tomlin,PIT,2015
563
+ 561,Mike McCoy,SDG,2015
564
+ 562,Pete Carroll,SEA,2015
565
+ 563,Jim Tomsula,SFO,2015
566
+ 564,Jeff Fisher,STL,2015
567
+ 565,Lovie Smith,TAM,2015
568
+ 566,Ken Whisenhunt,TEN,2015
569
+ 567,Mike Mularkey,TEN,2015
570
+ 568,Jay Gruden,WAS,2015
571
+ 569,Bruce Arians,ARI,2016
572
+ 570,Dan Quinn,ATL,2016
573
+ 571,John Harbaugh,BAL,2016
574
+ 572,Anthony Lynn,BUF,2016
575
+ 573,Rex Ryan,BUF,2016
576
+ 574,Ron Rivera,CAR,2016
577
+ 575,John Fox,CHI,2016
578
+ 576,Marvin Lewis,CIN,2016
579
+ 577,Hue Jackson,CLE,2016
580
+ 578,Jason Garrett,DAL,2016
581
+ 579,Gary Kubiak,DEN,2016
582
+ 580,Jim Caldwell,DET,2016
583
+ 581,Mike McCarthy,GNB,2016
584
+ 582,Bill O'Brien,HOU,2016
585
+ 583,Chuck Pagano,IND,2016
586
+ 584,Doug Marrone,JAX,2016
587
+ 585,Gus Bradley,JAX,2016
588
+ 586,Andy Reid,KAN,2016
589
+ 587,John Fassel,LAR,2016
590
+ 588,Jeff Fisher,LAR,2016
591
+ 589,Adam Gase,MIA,2016
592
+ 590,Mike Zimmer,MIN,2016
593
+ 591,Sean Payton,NOR,2016
594
+ 592,Bill Belichick,NWE,2016
595
+ 593,Ben McAdoo,NYG,2016
596
+ 594,Todd Bowles,NYJ,2016
597
+ 595,Jack Del Rio,OAK,2016
598
+ 596,Doug Pederson,PHI,2016
599
+ 597,Mike Tomlin,PIT,2016
600
+ 598,Mike McCoy,SDG,2016
601
+ 599,Pete Carroll,SEA,2016
602
+ 600,Chip Kelly,SFO,2016
603
+ 601,Dirk Koetter,TAM,2016
604
+ 602,Mike Mularkey,TEN,2016
605
+ 603,Jay Gruden,WAS,2016
606
+ 604,Bruce Arians,ARI,2017
607
+ 605,Dan Quinn,ATL,2017
608
+ 606,John Harbaugh,BAL,2017
609
+ 607,Sean McDermott,BUF,2017
610
+ 608,Ron Rivera,CAR,2017
611
+ 609,John Fox,CHI,2017
612
+ 610,Marvin Lewis,CIN,2017
613
+ 611,Hue Jackson,CLE,2017
614
+ 612,Jason Garrett,DAL,2017
615
+ 613,Vance Joseph,DEN,2017
616
+ 614,Jim Caldwell,DET,2017
617
+ 615,Mike McCarthy,GNB,2017
618
+ 616,Bill O'Brien,HOU,2017
619
+ 617,Chuck Pagano,IND,2017
620
+ 618,Doug Marrone,JAX,2017
621
+ 619,Andy Reid,KAN,2017
622
+ 620,Anthony Lynn,LAC,2017
623
+ 621,Sean McVay,LAR,2017
624
+ 622,Adam Gase,MIA,2017
625
+ 623,Mike Zimmer,MIN,2017
626
+ 624,Sean Payton,NOR,2017
627
+ 625,Bill Belichick,NWE,2017
628
+ 626,Ben McAdoo,NYG,2017
629
+ 627,Steve Spagnuolo,NYG,2017
630
+ 628,Todd Bowles,NYJ,2017
631
+ 629,Jack Del Rio,OAK,2017
632
+ 630,Doug Pederson,PHI,2017
633
+ 631,Mike Tomlin,PIT,2017
634
+ 632,Pete Carroll,SEA,2017
635
+ 633,Kyle Shanahan,SFO,2017
636
+ 634,Dirk Koetter,TAM,2017
637
+ 635,Mike Mularkey,TEN,2017
638
+ 636,Jay Gruden,WAS,2017
639
+ 637,Steve Wilks,ARI,2018
640
+ 638,Dan Quinn,ATL,2018
641
+ 639,John Harbaugh,BAL,2018
642
+ 640,Sean McDermott,BUF,2018
643
+ 641,Ron Rivera,CAR,2018
644
+ 642,Matt Nagy,CHI,2018
645
+ 643,Marvin Lewis,CIN,2018
646
+ 644,Hue Jackson,CLE,2018
647
+ 645,Gregg Williams,CLE,2018
648
+ 646,Jason Garrett,DAL,2018
649
+ 647,Vance Joseph,DEN,2018
650
+ 648,Matt Patricia,DET,2018
651
+ 649,Mike McCarthy,GNB,2018
652
+ 650,Joe Philbin,GNB,2018
653
+ 651,Bill O'Brien,HOU,2018
654
+ 652,Frank Reich,IND,2018
655
+ 653,Doug Marrone,JAX,2018
656
+ 654,Andy Reid,KAN,2018
657
+ 655,Anthony Lynn,LAC,2018
658
+ 656,Sean McVay,LAR,2018
659
+ 657,Adam Gase,MIA,2018
660
+ 658,Mike Zimmer,MIN,2018
661
+ 659,Sean Payton,NOR,2018
662
+ 660,Bill Belichick,NWE,2018
663
+ 661,Pat Shurmur,NYG,2018
664
+ 662,Todd Bowles,NYJ,2018
665
+ 663,Jon Gruden,OAK,2018
666
+ 664,Doug Pederson,PHI,2018
667
+ 665,Mike Tomlin,PIT,2018
668
+ 666,Pete Carroll,SEA,2018
669
+ 667,Kyle Shanahan,SFO,2018
670
+ 668,Dirk Koetter,TAM,2018
671
+ 669,Mike Vrabel,TEN,2018
672
+ 670,Jay Gruden,WAS,2018
673
+ 671,Kliff Kingsbury,ARI,2019
674
+ 672,Dan Quinn,ATL,2019
675
+ 673,John Harbaugh,BAL,2019
676
+ 674,Sean McDermott,BUF,2019
677
+ 675,Perry Fewell,CAR,2019
678
+ 676,Ron Rivera,CAR,2019
679
+ 677,Matt Nagy,CHI,2019
680
+ 678,Zac Taylor,CIN,2019
681
+ 679,Freddie Kitchens,CLE,2019
682
+ 680,Jason Garrett,DAL,2019
683
+ 681,Vic Fangio,DEN,2019
684
+ 682,Matt Patricia,DET,2019
685
+ 683,Matt LaFleur,GNB,2019
686
+ 684,Bill O'Brien,HOU,2019
687
+ 685,Frank Reich,IND,2019
688
+ 686,Doug Marrone,JAX,2019
689
+ 687,Andy Reid,KAN,2019
690
+ 688,Anthony Lynn,LAC,2019
691
+ 689,Sean McVay,LAR,2019
692
+ 690,Brian Flores,MIA,2019
693
+ 691,Mike Zimmer,MIN,2019
694
+ 692,Sean Payton,NOR,2019
695
+ 693,Bill Belichick,NWE,2019
696
+ 694,Pat Shurmur,NYG,2019
697
+ 695,Adam Gase,NYJ,2019
698
+ 696,Jon Gruden,OAK,2019
699
+ 697,Doug Pederson,PHI,2019
700
+ 698,Mike Tomlin,PIT,2019
701
+ 699,Pete Carroll,SEA,2019
702
+ 700,Kyle Shanahan,SFO,2019
703
+ 701,Bruce Arians,TAM,2019
704
+ 702,Mike Vrabel,TEN,2019
705
+ 703,Bill Callahan,WAS,2019
706
+ 704,Jay Gruden,WAS,2019
707
+ 705,Kliff Kingsbury,ARI,2020
708
+ 706,Raheem Morris,ATL,2020
709
+ 707,Dan Quinn,ATL,2020
710
+ 708,John Harbaugh,BAL,2020
711
+ 709,Sean McDermott,BUF,2020
712
+ 710,Matt Rhule,CAR,2020
713
+ 711,Matt Nagy,CHI,2020
714
+ 712,Zac Taylor,CIN,2020
715
+ 713,Kevin Stefanski,CLE,2020
716
+ 714,Mike McCarthy,DAL,2020
717
+ 715,Vic Fangio,DEN,2020
718
+ 716,Darrell Bevell,DET,2020
719
+ 717,Matt Patricia,DET,2020
720
+ 718,Matt LaFleur,GNB,2020
721
+ 719,Bill O'Brien,HOU,2020
722
+ 720,Romeo Crennel,HOU,2020
723
+ 721,Frank Reich,IND,2020
724
+ 722,Doug Marrone,JAX,2020
725
+ 723,Andy Reid,KAN,2020
726
+ 724,Anthony Lynn,LAC,2020
727
+ 725,Sean McVay,LAR,2020
728
+ 726,Jon Gruden,LVR,2020
729
+ 727,Brian Flores,MIA,2020
730
+ 728,Mike Zimmer,MIN,2020
731
+ 729,Sean Payton,NOR,2020
732
+ 730,Bill Belichick,NWE,2020
733
+ 731,Joe Judge,NYG,2020
734
+ 732,Adam Gase,NYJ,2020
735
+ 733,Doug Pederson,PHI,2020
736
+ 734,Mike Tomlin,PIT,2020
737
+ 735,Pete Carroll,SEA,2020
738
+ 736,Kyle Shanahan,SFO,2020
739
+ 737,Bruce Arians,TAM,2020
740
+ 738,Mike Vrabel,TEN,2020
741
+ 739,Ron Rivera,WAS,2020
Source/Build/nfl_data_py/data/combine.csv ADDED
The diff for this file is too large to render. See raw diff
 
Source/Build/nfl_data_py/data/drafts.csv ADDED
The diff for this file is too large to render. See raw diff
 
Source/Build/nfl_data_py/data/qbr.csv ADDED
@@ -0,0 +1,460 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,names,yr,qbr,paa,plays,epa,pas,run,sack,pen,raw
2
+ 0,Peyton Manning,2006,86.4,85.5,624,108.8,96.0,6.8,-5.0,1.1,87.4
3
+ 1,Tom Brady,2006,68.6,30.9,610,57.9,38.8,4.3,-12.0,2.8,67.2
4
+ 2,Philip Rivers,2006,67.4,28.2,542,53.0,43.1,-0.9,-10.4,0.3,67.6
5
+ 3,Carson Palmer,2006,67.1,29.9,623,58.3,43.2,-0.3,-12.9,2.5,66.4
6
+ 4,Drew Brees,2006,66.7,36.7,631,64.2,61.0,-5.2,-7.7,0.6,69.5
7
+ 5,Steve McNair,2006,66.0,27.2,548,51.8,38.2,8.2,-6.0,-0.6,66.9
8
+ 6,Chad Pennington,2006,64.2,20.8,587,47.1,27.9,3.0,-10.9,5.2,62.3
9
+ 7,Tony Romo,2006,63.5,22.0,414,40.9,34.0,-2.9,-9.2,0.5,67.9
10
+ 8,Donovan McNabb,2006,62.1,17.2,380,34.9,17.1,9.1,-9.2,-0.4,65.5
11
+ 9,Matt Leinart,2006,60.5,8.7,447,27.0,17.0,-0.3,-7.9,2.4,56.8
12
+ 10,Marc Bulger,2006,59.4,14.8,717,49.3,22.7,0.8,-22.7,3.0,57.3
13
+ 11,Ben Roethlisberger,2006,58.0,8.8,565,35.4,14.9,0.3,-18.5,1.7,55.5
14
+ 12,Mike Vick,2006,58.0,20.7,575,48.2,-6.5,32.3,-20.1,2.3,62.5
15
+ 13,Matt Hasselbeck,2006,56.9,5.3,454,28.4,8.1,5.4,-13.8,1.1,54.1
16
+ 14,Vince Young,2006,56.1,13.4,485,34.8,-3.2,27.2,-7.9,2.9,59.6
17
+ 15,Joey Harrington,2006,51.0,-4.6,443,19.5,12.1,-1.8,-7.3,1.9,46.4
18
+ 16,J.P. Losman,2006,49.5,-5.0,551,24.0,-1.4,0.2,-22.9,2.3,46.8
19
+ 17,Jake Plummer,2006,49.2,-3.2,375,17.6,7.8,0.7,-8.0,1.1,47.0
20
+ 18,Rex Grossman,2006,48.9,-3.2,568,25.4,6.7,1.8,-10.6,6.2,48.0
21
+ 19,Eli Manning,2006,48.6,4.0,606,33.6,22.8,-1.9,-10.6,2.1,52.3
22
+ 20,David Carr,2006,45.8,-5.6,556,23.1,2.7,3.7,-16.2,0.5,46.4
23
+ 21,Brett Favre,2006,45.5,-12.2,687,23.4,19.1,-4.0,-7.4,1.0,43.8
24
+ 22,Jon Kitna,2006,45.3,-17.7,744,23.1,-2.5,-0.6,-25.6,0.6,41.7
25
+ 23,Alex Smith,2006,44.4,-13.5,551,14.9,4.0,0.0,-12.2,-1.2,41.4
26
+ 24,Jake Delhomme,2006,43.0,-4.5,484,22.3,10.8,0.7,-9.7,1.1,46.7
27
+ 25,Charlie Frye,2006,42.1,-13.8,509,13.9,-12.1,4.7,-19.7,1.7,40.5
28
+ 26,Brad Johnson,2006,39.7,-17.2,530,12.8,-2.9,1.4,-13.0,1.3,38.7
29
+ 27,Bruce Gradkowski,2006,32.0,-17.8,414,5.7,-1.9,-2.0,-9.3,0.4,35.2
30
+ 28,Andrew Walter,2006,23.0,-32.8,372,-8.9,-21.9,-4.0,-18.4,-1.4,22.3
31
+ 0,Tom Brady,2007,87.0,96.2,667,109.2,91.7,7.8,-8.1,1.6,88.5
32
+ 1,David Garrard,2007,80.9,46.9,411,65.5,45.4,10.6,-8.6,0.9,83.4
33
+ 2,Peyton Manning,2007,76.9,48.4,580,74.0,64.2,-0.7,-7.6,2.9,76.5
34
+ 3,Tony Romo,2007,76.9,56.1,611,87.7,70.9,5.6,-11.3,-0.1,78.6
35
+ 4,Brett Favre,2007,70.8,37.2,600,66.1,58.9,-3.0,-6.6,3.5,70.6
36
+ 5,Ben Roethlisberger,2007,70.5,38.7,496,61.4,30.9,9.1,-21.2,0.2,75.1
37
+ 6,Kurt Warner,2007,67.9,41.3,512,64.8,57.3,-2.5,-8.4,1.6,75.8
38
+ 7,Drew Brees,2007,64.6,39.7,718,66.0,56.7,0.7,-6.4,2.1,68.6
39
+ 8,Jay Cutler,2007,64.3,22.1,551,47.0,34.2,-0.2,-11.1,1.8,63.8
40
+ 9,Derek Anderson,2007,62.6,29.7,596,58.3,49.8,3.1,-6.0,-0.7,66.9
41
+ 10,Matt Schaub,2007,62.6,16.7,328,32.5,25.3,-0.2,-6.8,0.6,67.2
42
+ 11,Carson Palmer,2007,62.5,26.4,647,56.9,47.6,-1.6,-9.2,1.7,64.0
43
+ 12,Jason Campbell,2007,59.8,17.9,494,44.2,30.8,4.3,-9.4,-0.3,62.6
44
+ 13,Jeff Garcia,2007,59.4,14.7,388,32.6,23.8,0.7,-8.4,-0.2,63.1
45
+ 14,Philip Rivers,2007,54.5,4.3,540,31.0,24.1,-4.0,-9.6,1.3,52.8
46
+ 15,Matt Hasselbeck,2007,54.4,18.9,653,51.7,40.3,-3.5,-14.1,0.8,60.1
47
+ 16,Donovan McNabb,2007,54.0,10.5,580,41.6,16.6,5.1,-18.3,1.7,56.3
48
+ 17,Eli Manning,2007,52.0,8.1,620,40.9,21.5,3.9,-11.5,4.0,54.6
49
+ 18,Tarvaris Jackson,2007,50.6,2.2,375,20.6,8.0,5.7,-7.2,-0.2,52.0
50
+ 19,Jon Kitna,2007,49.0,-3.4,683,29.2,11.3,-3.5,-17.8,3.6,48.3
51
+ 20,Kyle Boller,2007,47.4,3.5,331,19.1,5.4,2.8,-10.8,0.2,53.8
52
+ 21,Vince Young,2007,46.9,1.2,503,29.1,12.5,3.9,-11.2,1.6,50.8
53
+ 22,Cleo Lemon,2007,45.5,2.4,376,18.3,5.0,4.8,-8.0,0.5,52.3
54
+ 23,Chad Pennington,2007,45.4,-0.8,322,17.4,8.4,-3.5,-10.4,2.1,49.1
55
+ 24,Joey Harrington,2007,43.3,-3.4,414,18.7,7.4,-2.8,-13.0,1.1,47.1
56
+ 25,Marc Bulger,2007,42.4,-5.3,457,19.3,3.9,-0.4,-14.4,1.4,45.9
57
+ 26,Damon Huard,2007,38.5,-12.3,405,11.5,-0.5,-3.0,-14.3,0.7,39.4
58
+ 0,Peyton Manning,2008,76.5,56.5,623,86.4,81.4,-2.5,-6.2,1.3,78.3
59
+ 1,Jeff Garcia,2008,69.3,28.3,439,52.2,33.4,10.5,-8.5,-0.2,71.3
60
+ 2,Matt Ryan,2008,68.8,28.9,526,56.6,49.9,-3.6,-5.6,4.8,68.5
61
+ 3,Kurt Warner,2008,68.5,39.8,670,67.1,59.6,-2.8,-10.4,-0.1,69.8
62
+ 4,Matt Schaub,2008,67.3,19.6,453,44.0,28.9,5.2,-7.9,1.9,64.8
63
+ 5,Eli Manning,2008,66.9,21.8,568,53.2,36.7,0.9,-11.5,4.0,63.2
64
+ 6,Chad Pennington,2008,65.7,32.3,549,63.8,50.3,3.0,-9.7,0.9,69.7
65
+ 7,Drew Brees,2008,65.7,32.6,701,68.8,64.4,-2.5,-6.5,0.5,65.9
66
+ 8,Matt Cassel,2008,63.4,28.6,637,59.0,27.9,12.2,-18.0,0.9,65.3
67
+ 9,Philip Rivers,2008,63.2,22.5,569,54.2,35.0,5.5,-11.3,2.4,63.6
68
+ 10,Aaron Rodgers,2008,62.9,27.4,654,63.1,39.6,10.1,-14.6,-1.2,64.4
69
+ 11,Shaun Hill,2008,62.1,11.7,354,30.1,15.3,4.4,-8.5,1.8,61.5
70
+ 12,Jay Cutler,2008,61.9,31.9,696,68.6,65.4,-1.9,-3.6,1.5,65.7
71
+ 13,Tony Romo,2008,60.8,9.3,522,36.8,36.2,-5.9,-7.9,-1.4,56.3
72
+ 14,David Garrard,2008,58.7,16.6,681,53.8,19.5,16.1,-16.9,1.4,58.5
73
+ 15,Jason Campbell,2008,58.5,10.2,614,45.8,13.6,14.4,-16.6,1.2,55.8
74
+ 16,Kerry Collins,2008,57.4,11.2,461,38.3,31.2,2.0,-3.3,1.9,58.5
75
+ 17,Jake Delhomme,2008,55.5,8.7,490,35.6,27.2,-0.2,-8.3,0.2,56.2
76
+ 18,Donovan McNabb,2008,54.9,5.4,654,44.6,36.0,-3.0,-11.2,0.5,52.9
77
+ 19,Ryan Fitzpatrick,2008,52.5,0.6,489,28.3,4.4,6.8,-14.4,2.8,50.4
78
+ 20,Tyler Thigpen,2008,50.7,4.0,527,32.4,13.8,8.3,-10.3,0.0,52.7
79
+ 21,Kyle Orton,2008,48.2,-2.3,544,30.5,17.4,-1.2,-13.2,1.1,48.5
80
+ 22,Joe Flacco,2008,47.1,-11.5,555,22.3,5.0,-1.6,-15.9,3.0,42.7
81
+ 23,Ben Roethlisberger,2008,47.1,-7.1,578,30.2,9.5,-2.6,-21.9,1.3,45.7
82
+ 24,Derek Anderson,2008,44.4,-9.8,346,12.3,13.2,-6.4,-5.4,0.0,40.1
83
+ 25,Brett Favre,2008,43.4,-6.9,618,29.4,21.6,-6.4,-12.7,1.5,46.0
84
+ 26,Trent Edwards,2008,43.1,-2.1,458,25.9,7.8,5.6,-10.5,2.0,48.4
85
+ 27,Gus Frerotte,2008,36.1,-13.7,367,10.1,-5.9,0.6,-12.5,3.0,37.1
86
+ 28,Marc Bulger,2008,36.1,-20.2,535,11.9,-4.0,0.2,-14.6,1.2,37.0
87
+ 29,JaMarcus Russell,2008,29.2,-23.4,453,5.4,-10.9,2.8,-12.1,1.3,32.5
88
+ 0,Drew Brees,2009,82.0,66.3,582,103.5,88.4,4.7,-7.6,2.8,83.4
89
+ 1,Peyton Manning,2009,80.7,65.3,629,107.3,100.4,-1.4,-4.9,3.3,81.3
90
+ 2,Philip Rivers,2009,77.2,49.1,578,89.2,72.8,1.1,-10.7,4.6,76.9
91
+ 3,Brett Favre,2009,74.4,49.1,614,89.2,72.7,-0.2,-15.8,0.9,75.6
92
+ 4,Tom Brady,2009,74.1,45.8,645,88.8,77.9,1.2,-7.7,2.1,73.2
93
+ 5,Matt Schaub,2009,72.9,48.5,663,94.8,86.6,-1.5,-9.3,0.4,73.8
94
+ 6,Eli Manning,2009,71.7,34.8,587,67.1,55.5,-0.8,-10.6,1.8,69.8
95
+ 7,Vince Young,2009,69.6,18.9,323,43.4,30.5,9.6,-3.4,-0.2,69.5
96
+ 8,Aaron Rodgers,2009,69.1,42.6,685,87.6,44.1,18.9,-21.8,2.8,70.7
97
+ 9,Ben Roethlisberger,2009,69.0,34.7,613,84.1,52.6,4.3,-25.0,2.2,69.0
98
+ 10,Matt Ryan,2009,67.7,22.7,523,60.2,49.2,0.3,-7.5,3.2,64.9
99
+ 11,Kurt Warner,2009,66.2,31.0,579,66.0,57.8,-2.7,-8.8,2.1,68.1
100
+ 12,Tony Romo,2009,65.5,27.3,647,73.1,57.4,1.4,-13.8,0.5,64.5
101
+ 13,Carson Palmer,2009,58.6,15.7,575,61.9,43.2,4.4,-14.4,-0.1,59.5
102
+ 14,Joe Flacco,2009,58.5,16.8,599,62.2,45.7,-1.6,-13.6,4.5,59.8
103
+ 15,Donovan McNabb,2009,58.2,10.8,538,50.2,26.3,6.3,-15.1,2.5,57.0
104
+ 16,Kyle Orton,2009,56.9,13.8,628,60.2,46.5,0.5,-10.2,3.0,57.7
105
+ 17,Jason Campbell,2009,55.2,8.3,622,54.5,23.5,10.0,-19.1,1.8,54.7
106
+ 18,David Garrard,2009,54.4,10.1,649,56.2,31.6,8.5,-14.6,1.5,55.5
107
+ 19,Chad Henne,2009,53.1,4.1,516,42.9,32.2,-0.4,-10.7,0.5,52.8
108
+ 20,Jay Cutler,2009,49.9,0.5,661,50.8,31.0,6.6,-12.6,0.6,50.3
109
+ 21,Alex Smith,2009,41.8,-7.1,445,28.9,17.5,0.5,-9.7,1.2,44.4
110
+ 22,Jake Delhomme,2009,37.3,-14.2,374,16.3,3.7,2.0,-11.2,-0.6,36.9
111
+ 23,Matthew Stafford,2009,37.1,-16.6,441,18.9,2.4,3.6,-11.3,1.7,37.0
112
+ 24,Josh Freeman,2009,37.0,-13.2,356,15.4,4.1,5.6,-6.6,-0.9,37.2
113
+ 25,Matt Hasselbeck,2009,34.0,-25.0,573,20.3,4.2,1.0,-13.6,1.5,35.0
114
+ 26,Mark Sanchez,2009,32.8,-20.0,452,18.5,0.5,5.7,-11.8,0.6,34.8
115
+ 27,Matt Cassel,2009,29.7,-39.4,626,14.4,6.7,-11.6,-16.1,3.2,29.1
116
+ 0,Tom Brady,2010,79.1,52.0,574,79.1,66.7,0.8,-8.9,2.8,78.3
117
+ 1,Peyton Manning,2010,71.6,60.3,749,108.8,96.3,1.3,-6.3,4.9,75.7
118
+ 2,Matt Ryan,2010,71.2,39.6,668,83.8,64.1,2.2,-11.2,6.4,69.8
119
+ 3,Drew Brees,2010,70.8,45.0,726,91.9,80.3,-1.2,-12.0,0.8,70.6
120
+ 4,Mike Vick,2010,70.4,32.8,523,63.1,26.6,20.1,-14.8,1.7,70.8
121
+ 5,Aaron Rodgers,2010,69.6,34.5,604,76.1,49.9,10.3,-14.7,1.2,69.2
122
+ 6,Josh Freeman,2010,69.5,36.5,601,76.7,46.0,16.5,-13.4,0.8,70.3
123
+ 7,Ben Roethlisberger,2010,67.4,24.8,459,52.1,30.9,5.6,-13.9,1.7,68.2
124
+ 8,Philip Rivers,2010,66.9,34.5,642,73.2,61.0,-3.3,-15.6,-0.1,68.1
125
+ 9,David Garrard,2010,63.1,24.2,482,56.4,28.6,12.0,-14.7,1.1,67.0
126
+ 10,Matt Schaub,2010,61.0,24.3,653,62.4,45.5,-0.8,-14.4,3.3,62.9
127
+ 11,Joe Flacco,2010,59.1,17.9,617,63.1,36.7,0.8,-20.1,5.5,60.1
128
+ 12,Eli Manning,2010,57.7,19.5,613,54.7,44.0,1.9,-6.3,2.4,61.1
129
+ 13,Matt Cassel,2010,55.8,15.5,534,48.2,35.9,-0.2,-11.1,1.4,60.1
130
+ 14,Kerry Collins,2010,55.4,8.7,325,26.5,20.7,-2.1,-4.5,3.3,59.4
131
+ 15,Carson Palmer,2010,55.1,8.8,681,54.4,45.3,-3.2,-10.1,2.1,54.6
132
+ 16,Kyle Orton,2010,53.8,5.4,586,40.7,22.0,3.0,-13.9,1.7,53.3
133
+ 17,Shaun Hill,2010,53.2,2.0,484,35.8,25.9,2.4,-7.5,0.0,51.4
134
+ 18,Jon Kitna,2010,52.9,6.2,387,29.3,21.5,1.6,-6.3,-0.1,55.7
135
+ 19,Matt Hasselbeck,2010,52.3,0.5,515,33.9,18.7,3.4,-12.4,-0.6,50.3
136
+ 20,Ryan Fitzpatrick,2010,52.3,1.0,535,37.5,26.6,0.4,-10.7,-0.2,50.7
137
+ 21,Jay Cutler,2010,51.4,1.7,560,42.8,5.3,11.4,-25.5,0.7,51.1
138
+ 22,Mark Sanchez,2010,51.3,2.7,584,46.3,25.1,7.5,-12.2,1.5,51.6
139
+ 23,Jason Campbell,2010,48.8,-1.0,441,28.8,7.3,7.4,-14.2,-0.1,49.2
140
+ 24,Donovan McNabb,2010,47.8,-2.9,567,37.2,16.0,5.2,-16.5,-0.5,48.2
141
+ 25,Sam Bradford,2010,46.9,-5.9,697,43.8,28.7,-1.1,-13.2,3.0,47.0
142
+ 26,Chad Henne,2010,45.7,-5.0,574,38.7,27.1,-3.6,-13.6,1.6,46.9
143
+ 27,Alex Smith,2010,43.8,-6.5,411,21.5,11.3,-0.5,-8.2,2.5,44.4
144
+ 28,Brett Favre,2010,38.4,-18.5,429,14.1,6.4,-4.7,-10.4,2.1,35.2
145
+ 29,Derek Anderson,2010,32.7,-21.4,376,6.9,-3.0,-0.2,-9.0,1.1,30.9
146
+ 30,Jimmy Clausen,2010,13.8,-50.4,378,-14.9,-20.4,-8.0,-13.2,0.3,13.2
147
+ 0,Aaron Rodgers,2011,83.8,78.0,651,109.7,78.3,13.2,-13.9,4.4,84.5
148
+ 1,Drew Brees,2011,82.3,82.7,738,120.2,109.3,1.3,-8.7,0.9,83.0
149
+ 2,Matt Schaub,2011,73.8,23.0,330,43.0,34.1,1.9,-5.8,1.2,72.9
150
+ 3,Tom Brady,2011,73.8,56.9,726,102.5,83.3,5.1,-13.2,0.9,75.2
151
+ 4,Matt Ryan,2011,69.3,37.4,656,76.0,55.5,4.0,-13.0,3.5,69.1
152
+ 5,Tony Romo,2011,69.0,35.5,611,71.5,57.0,-0.8,-15.0,0.3,69.5
153
+ 6,Ben Roethlisberger,2011,68.3,26.6,607,63.2,43.3,1.6,-15.1,3.1,65.0
154
+ 7,Mike Vick,2011,67.8,30.4,543,63.9,39.8,16.2,-8.4,-0.4,68.8
155
+ 8,Philip Rivers,2011,64.9,27.6,673,70.9,54.5,0.9,-11.6,3.8,64.1
156
+ 9,Eli Manning,2011,64.2,27.9,685,73.0,61.8,-5.4,-11.4,5.2,64.0
157
+ 10,Joe Flacco,2011,63.7,23.4,647,62.4,40.9,5.8,-11.3,4.3,62.5
158
+ 11,Jay Cutler,2011,60.5,15.1,384,36.6,28.1,0.2,-7.7,0.6,63.6
159
+ 12,Matthew Stafford,2011,60.5,25.9,772,72.8,54.7,0.5,-15.4,2.2,61.6
160
+ 13,Cam Newton,2011,56.6,16.2,705,62.7,22.4,24.8,-16.2,-0.7,58.1
161
+ 14,Matt Moore,2011,55.7,8.8,430,37.6,21.8,-0.3,-12.9,3.3,57.2
162
+ 15,Alex Smith,2011,54.5,4.9,580,46.5,16.1,9.7,-20.2,0.5,53.0
163
+ 16,Carson Palmer,2011,53.5,6.3,390,29.2,21.8,-0.5,-7.2,0.8,55.7
164
+ 17,Matt Hasselbeck,2011,51.4,2.3,578,40.6,27.4,2.0,-8.3,2.8,51.4
165
+ 18,Ryan Fitzpatrick,2011,50.1,0.9,672,43.6,27.0,1.5,-9.3,5.7,50.5
166
+ 19,Andy Dalton,2011,49.5,-5.5,627,40.6,31.0,-3.5,-8.7,4.4,46.9
167
+ 20,Matt Cassel,2011,48.4,4.5,334,24.9,11.3,4.7,-9.0,-0.1,54.7
168
+ 21,Josh Freeman,2011,46.1,-6.3,675,35.9,14.6,9.8,-10.4,1.1,46.7
169
+ 22,Tarvaris Jackson,2011,46.1,-8.6,568,31.5,15.3,-0.7,-16.6,0.3,44.7
170
+ 23,Colt McCoy,2011,45.9,-9.3,587,30.4,14.2,1.7,-12.2,2.4,44.4
171
+ 24,Mark Sanchez,2011,42.1,-11.2,676,36.4,17.1,-1.0,-15.0,5.3,44.1
172
+ 25,Rex Grossman,2011,41.5,-10.9,522,27.7,16.4,-1.2,-13.1,-0.6,42.7
173
+ 26,Tim Tebow,2011,38.6,-13.3,444,17.5,0.3,7.6,-10.6,-1.0,39.6
174
+ 27,John Skelton,2011,37.3,-15.0,339,11.0,-2.2,1.9,-10.2,1.1,34.9
175
+ 28,Kevin Kolb,2011,33.3,-15.2,324,9.0,-6.1,0.3,-12.9,1.9,34.0
176
+ 29,Christian Ponder,2011,32.4,-17.9,366,8.8,-11.5,8.5,-12.0,-0.2,33.4
177
+ 30,Sam Bradford,2011,31.4,-25.3,436,7.3,-2.9,-2.1,-12.6,-0.4,30.5
178
+ 31,Blaine Gabbert,2011,22.2,-46.0,516,-4.4,-23.6,-2.9,-18.7,3.4,22.1
179
+ 0,Peyton Manning,2012,78.9,64.0,664,97.6,81.1,1.4,-8.7,6.4,79.6
180
+ 1,Tom Brady,2012,77.2,59.0,720,99.0,78.6,2.8,-11.5,6.0,76.1
181
+ 2,Russell Wilson,2012,74.8,39.2,566,77.6,43.6,18.1,-13.9,1.9,72.7
182
+ 3,Ben Roethlisberger,2012,71.9,33.4,520,70.4,52.4,3.0,-13.3,1.7,71.3
183
+ 4,Aaron Rodgers,2012,71.3,45.0,702,90.7,49.6,13.6,-21.0,6.6,71.2
184
+ 5,Matt Ryan,2012,69.5,45.6,699,90.9,69.0,7.0,-12.4,2.6,71.6
185
+ 6,Robert Griffin III,2012,68.0,32.8,568,68.6,39.2,16.4,-12.6,0.4,69.4
186
+ 7,Drew Brees,2012,66.8,41.3,742,84.5,73.9,-0.9,-11.6,-0.1,68.7
187
+ 8,Eli Manning,2012,65.2,30.3,607,66.0,55.7,-0.6,-7.0,4.0,67.0
188
+ 9,Tony Romo,2012,64.6,33.9,755,85.8,66.6,1.5,-17.1,0.6,65.4
189
+ 10,Andrew Luck,2012,64.3,34.4,756,84.6,42.2,18.3,-15.8,8.3,65.6
190
+ 11,Matt Schaub,2012,59.4,20.0,615,60.0,44.3,-0.6,-13.8,2.5,61.3
191
+ 12,Matthew Stafford,2012,57.7,14.3,824,70.6,51.2,2.8,-12.6,4.0,56.1
192
+ 13,Cam Newton,2012,55.7,16.0,677,62.3,20.3,28.4,-14.0,-0.4,58.3
193
+ 14,Sam Bradford,2012,52.9,2.9,660,48.9,30.2,5.2,-14.4,-0.9,51.6
194
+ 15,Christian Ponder,2012,52.6,3.6,597,42.5,17.5,9.9,-11.2,3.9,52.1
195
+ 16,Joe Flacco,2012,51.4,2.1,641,47.4,33.3,-3.3,-14.2,3.2,51.1
196
+ 17,Ryan Tannehill,2012,49.7,-2.7,600,40.0,16.5,3.3,-14.0,6.2,48.4
197
+ 18,Mike Vick,2012,49.4,1.8,459,33.1,14.3,4.4,-11.1,3.2,51.4
198
+ 19,Nick Foles,2012,48.2,1.1,323,23.8,10.4,3.0,-9.1,1.3,51.2
199
+ 20,Andy Dalton,2012,47.3,-4.2,645,43.6,13.1,9.8,-19.6,1.1,47.7
200
+ 21,Josh Freeman,2012,46.8,-1.2,660,44.3,30.5,2.3,-10.6,0.9,49.4
201
+ 22,Jay Cutler,2012,45.3,-3.0,539,34.2,6.2,13.9,-12.3,1.8,48.1
202
+ 23,Ryan Fitzpatrick,2012,45.2,-10.8,614,32.7,19.1,2.3,-10.2,1.1,43.8
203
+ 24,Carson Palmer,2012,44.3,-6.1,646,37.2,20.9,1.2,-10.7,4.3,46.6
204
+ 25,Philip Rivers,2012,43.5,-13.8,649,33.8,10.7,-0.5,-19.0,4.6,42.6
205
+ 26,Jake Locker,2012,40.0,-9.2,406,19.3,-0.3,8.6,-8.7,2.2,42.0
206
+ 27,Blaine Gabbert,2012,36.3,-14.2,352,11.9,1.8,-0.1,-8.3,1.9,36.1
207
+ 28,Brandon Weeden,2012,33.7,-28.6,604,19.1,5.7,1.0,-12.5,-0.1,33.9
208
+ 29,Chad Henne,2012,29.0,-25.5,376,4.3,-4.5,-3.7,-11.2,1.2,27.7
209
+ 30,Mark Sanchez,2012,28.2,-38.5,549,5.4,-6.8,-7.9,-15.9,4.0,27.1
210
+ 31,Matt Cassel,2012,25.5,-24.5,337,2.4,-5.4,-0.6,-6.9,1.5,26.3
211
+ 0,Peyton Manning,2013,79.0,75.3,739,117.7,110.2,-4.0,-7.4,4.1,80.9
212
+ 1,Philip Rivers,2013,75.1,51.5,653,98.0,81.7,0.8,-11.3,4.2,75.3
213
+ 2,Jay Cutler,2013,70.1,25.3,401,49.6,35.0,7.6,-7.3,-0.3,70.9
214
+ 3,Nick Foles,2013,69.5,27.1,418,52.6,32.4,5.9,-11.9,2.4,71.5
215
+ 4,Drew Brees,2013,69.1,43.4,760,90.8,71.0,2.8,-17.3,-0.3,69.2
216
+ 5,Matt Ryan,2013,67.5,32.9,753,83.1,58.0,3.0,-19.4,2.7,65.0
217
+ 6,Colin Kaepernick,2013,67.3,26.5,578,66.3,25.5,21.6,-16.5,2.6,65.7
218
+ 7,Russell Wilson,2013,67.2,28.6,579,68.5,32.5,16.0,-18.9,1.0,66.8
219
+ 8,Cam Newton,2013,64.3,26.5,637,72.7,18.9,29.1,-22.3,2.5,64.3
220
+ 9,Andrew Luck,2013,63.8,28.2,708,71.4,26.0,21.8,-13.9,9.7,63.7
221
+ 10,Tom Brady,2013,63.1,25.5,729,80.5,52.3,1.4,-20.1,6.8,62.1
222
+ 11,Tony Romo,2013,61.9,21.5,622,68.6,48.7,1.7,-16.1,2.1,62.0
223
+ 12,Aaron Rodgers,2013,61.6,10.8,357,36.2,17.5,7.2,-9.4,2.1,60.6
224
+ 13,Ryan Fitzpatrick,2013,58.7,8.7,423,39.7,19.6,10.7,-9.5,-0.1,57.2
225
+ 14,Ben Roethlisberger,2013,58.0,15.5,669,61.4,39.6,1.8,-18.3,1.7,58.1
226
+ 15,Mike Glennon,2013,55.2,4.6,515,38.6,20.8,-2.8,-16.4,4.1,53.1
227
+ 16,Andy Dalton,2013,54.8,10.1,698,60.5,39.0,5.8,-12.7,2.9,55.1
228
+ 17,Carson Palmer,2013,54.0,4.8,669,53.6,35.3,-1.6,-15.9,4.0,52.6
229
+ 18,Matthew Stafford,2013,53.5,12.6,718,69.1,59.3,-2.4,-9.8,2.3,56.2
230
+ 19,Robert Griffin III,2013,50.4,3.1,606,43.6,26.5,3.2,-14.3,-0.4,51.8
231
+ 20,Ryan Tannehill,2013,48.4,-1.3,700,53.6,21.3,5.6,-24.7,2.0,49.3
232
+ 21,Joe Flacco,2013,48.0,-4.6,754,52.6,9.1,12.3,-21.9,9.3,47.8
233
+ 22,Alex Smith,2013,45.0,-5.4,654,44.6,17.1,8.5,-17.1,1.9,47.1
234
+ 23,Jason Campbell,2013,43.3,-9.2,372,19.0,6.2,5.0,-7.4,0.4,41.4
235
+ 24,Geno Smith,2013,41.0,-13.2,580,31.2,-6.9,16.1,-19.6,2.4,42.0
236
+ 25,Terrelle Pryor Sr.,2013,40.5,-11.9,412,17.0,-5.8,13.7,-11.1,-1.9,39.9
237
+ 26,Eli Manning,2013,38.6,-19.4,635,29.0,11.5,-2.1,-16.4,3.2,39.3
238
+ 27,Matt Schaub,2013,38.3,-15.8,409,16.5,8.8,-1.0,-7.8,0.9,36.7
239
+ 28,EJ Manuel,2013,38.2,-12.1,401,19.2,0.5,2.6,-11.8,4.3,39.5
240
+ 29,Chad Henne,2013,34.9,-26.3,602,18.6,0.5,0.1,-15.3,2.7,35.0
241
+ 30,Brandon Weeden,2013,34.4,-15.1,329,10.4,-0.9,0.6,-10.5,0.3,34.3
242
+ 0,Tony Romo,2014,79.2,49.2,508,80.4,61.8,3.0,-12.9,2.7,79.7
243
+ 1,Aaron Rodgers,2014,77.8,57.2,631,99.1,65.3,15.1,-13.4,5.3,78.3
244
+ 2,Tom Brady,2014,77.2,55.7,677,100.2,83.6,3.8,-8.9,3.9,76.2
245
+ 3,Drew Brees,2014,73.2,56.8,739,106.5,86.2,4.9,-11.8,3.5,74.8
246
+ 4,Peyton Manning,2014,72.6,45.0,674,90.4,80.3,-3.8,-8.3,5.6,72.0
247
+ 5,Russell Wilson,2014,69.7,41.5,638,91.1,35.4,37.4,-17.7,0.6,71.5
248
+ 6,Ben Roethlisberger,2014,69.4,38.4,691,86.1,70.2,-0.9,-13.1,3.7,68.7
249
+ 7,Joe Flacco,2014,68.6,34.4,639,81.1,58.9,4.1,-10.6,7.4,68.2
250
+ 8,Matt Ryan,2014,66.8,39.1,716,86.4,68.0,3.9,-13.8,0.8,68.4
251
+ 9,Philip Rivers,2014,65.1,26.9,681,79.8,59.9,0.5,-14.9,4.5,63.6
252
+ 10,Andrew Luck,2014,64.0,27.1,745,78.5,57.1,6.6,-11.0,3.7,62.6
253
+ 11,Nick Foles,2014,63.6,14.5,352,42.3,33.4,1.8,-3.9,3.2,64.1
254
+ 12,Ryan Fitzpatrick,2014,61.8,12.8,402,42.4,26.9,6.4,-7.6,1.5,61.1
255
+ 13,Eli Manning,2014,61.0,24.8,689,75.5,60.4,1.4,-10.8,2.8,62.5
256
+ 14,Ryan Tannehill,2014,60.5,19.4,730,73.8,44.2,7.0,-18.4,4.3,59.3
257
+ 15,Colin Kaepernick,2014,58.1,20.8,668,74.2,30.3,20.4,-21.2,2.4,60.9
258
+ 16,Cam Newton,2014,56.2,12.7,609,56.6,17.9,23.4,-13.5,1.7,57.3
259
+ 17,Mark Sanchez,2014,55.3,8.0,374,34.0,23.2,0.8,-9.1,0.9,57.5
260
+ 18,Alex Smith,2014,52.0,2.8,590,51.4,25.6,6.6,-18.5,0.8,51.7
261
+ 19,Teddy Bridgewater,2014,51.6,6.4,509,50.3,23.2,8.3,-16.8,2.0,54.4
262
+ 20,Jay Cutler,2014,50.9,3.5,678,54.3,32.6,9.2,-13.0,-0.6,51.8
263
+ 21,Andy Dalton,2014,49.0,-2.5,590,45.8,30.0,5.5,-7.8,2.6,48.5
264
+ 22,Geno Smith,2014,45.8,-5.5,477,36.0,22.5,-0.3,-12.6,1.2,45.9
265
+ 23,Austin Davis,2014,44.8,-5.6,341,20.8,8.3,-1.0,-12.2,1.3,44.2
266
+ 24,Matthew Stafford,2014,44.7,-5.4,711,53.5,33.3,-1.9,-17.9,4.2,47.3
267
+ 25,Kyle Orton,2014,44.5,-9.0,519,34.7,21.5,-0.5,-13.1,0.7,43.9
268
+ 26,Derek Carr,2014,42.1,-19.4,680,34.1,28.7,-2.4,-7.6,0.2,40.1
269
+ 27,Brian Hoyer,2014,38.7,-17.4,521,28.4,19.2,-3.8,-11.9,1.1,38.4
270
+ 28,Josh McCown,2014,34.6,-14.0,404,20.9,0.2,5.8,-15.0,-0.2,38.0
271
+ 29,Blake Bortles,2014,28.0,-43.7,614,11.4,-24.9,14.3,-20.3,1.8,26.7
272
+ 0,Carson Palmer,2015,76.4,52.7,613,95.9,77.0,0.7,-12.6,5.7,77.1
273
+ 1,Ben Roethlisberger,2015,72.8,34.9,550,77.5,60.5,1.3,-8.8,6.9,71.1
274
+ 2,Andy Dalton,2015,72.5,29.3,489,66.5,52.1,2.9,-8.7,2.7,70.0
275
+ 3,Russell Wilson,2015,68.6,33.4,656,78.6,51.0,10.8,-17.6,-0.9,67.3
276
+ 4,Tom Brady,2015,68.4,38.6,726,89.8,64.2,5.5,-14.8,5.3,68.0
277
+ 5,Kirk Cousins,2015,67.8,41.1,625,82.2,63.6,4.7,-10.9,3.0,71.7
278
+ 6,Drew Brees,2015,66.8,43.8,715,93.6,77.9,1.7,-12.9,1.2,70.4
279
+ 7,Tyrod Taylor,2015,66.3,24.1,539,62.1,30.8,18.3,-13.8,-0.7,65.3
280
+ 8,Matt Ryan,2015,64.1,41.3,704,96.4,79.5,1.2,-12.9,2.7,69.6
281
+ 9,Ryan Fitzpatrick,2015,62.0,26.4,675,78.5,57.5,12.2,-6.6,2.2,63.5
282
+ 10,Cam Newton,2015,61.4,34.6,692,86.4,47.3,22.0,-15.5,1.6,67.0
283
+ 11,Alex Smith,2015,61.1,15.2,631,61.2,21.1,21.9,-16.3,1.9,58.4
284
+ 12,Jay Cutler,2015,61.0,16.6,585,66.4,42.2,7.4,-13.1,3.7,59.9
285
+ 13,Aaron Rodgers,2015,60.0,21.7,736,78.1,30.9,17.6,-18.4,11.2,60.3
286
+ 14,Matthew Stafford,2015,58.3,17.1,705,69.7,42.8,7.6,-15.4,4.0,58.5
287
+ 15,Eli Manning,2015,57.9,21.4,707,77.8,61.9,-0.7,-11.2,5.4,60.5
288
+ 16,Teddy Bridgewater,2015,57.7,12.3,576,58.5,24.0,10.3,-18.1,6.0,57.5
289
+ 17,Philip Rivers,2015,57.3,12.8,787,74.8,51.5,-1.0,-18.1,6.2,55.7
290
+ 18,Jameis Winston,2015,57.2,21.2,662,65.5,38.4,13.1,-10.9,3.1,61.1
291
+ 19,Brock Osweiler,2015,54.9,2.8,331,29.6,16.5,2.5,-9.9,0.7,53.0
292
+ 20,Josh McCown,2015,52.9,0.3,374,32.7,18.9,0.9,-11.0,1.9,50.3
293
+ 21,Brian Hoyer,2015,52.8,7.5,432,35.7,23.7,2.9,-8.3,0.8,56.1
294
+ 22,Andrew Luck,2015,52.4,-0.6,358,25.3,13.0,7.2,-5.4,-0.4,49.4
295
+ 23,Blake Bortles,2015,51.4,3.8,734,62.0,25.8,10.7,-22.0,3.6,51.8
296
+ 24,Joe Flacco,2015,50.8,-0.4,459,40.3,30.4,1.1,-8.2,0.6,49.7
297
+ 25,Marcus Mariota,2015,48.4,4.4,477,40.4,12.0,9.6,-15.1,3.7,53.3
298
+ 26,Ryan Tannehill,2015,45.6,-7.4,710,45.5,27.3,1.0,-16.2,0.9,46.3
299
+ 27,Peyton Manning,2015,44.2,-6.5,377,27.0,17.5,0.0,-7.4,2.1,43.9
300
+ 28,Colin Kaepernick,2015,43.7,-6.4,337,18.5,0.4,8.2,-8.3,1.6,43.4
301
+ 29,Derek Carr,2015,43.1,-17.4,690,41.6,28.1,-0.6,-13.7,0.5,41.2
302
+ 30,Sam Bradford,2015,39.2,-14.1,625,38.2,27.5,-3.0,-10.0,3.7,42.1
303
+ 31,Blaine Gabbert,2015,37.6,-12.4,353,17.0,-3.4,8.9,-10.8,0.7,37.8
304
+ 32,Nick Foles,2015,28.9,-26.1,393,8.7,3.0,-2.2,-6.4,1.5,28.1
305
+ 0,Matt Ryan,2016,79.6,61.8,647,110.9,83.1,7.6,-15.5,4.6,79.4
306
+ 1,Tom Brady,2016,79.4,47.8,508,83.3,71.5,3.8,-5.3,2.7,79.1
307
+ 2,Dak Prescott,2016,77.6,53.1,572,102.5,71.1,18.8,-10.5,2.1,78.8
308
+ 3,Aaron Rodgers,2016,72.4,54.9,750,115.0,75.9,18.3,-14.5,6.2,73.8
309
+ 4,Drew Brees,2016,66.8,33.6,760,96.5,84.4,1.6,-10.1,0.4,65.1
310
+ 5,Kirk Cousins,2016,66.5,33.4,706,97.8,78.8,3.8,-12.1,3.1,66.1
311
+ 6,Andrew Luck,2016,65.9,32.7,702,91.4,56.6,10.9,-18.5,5.3,65.9
312
+ 7,Matthew Stafford,2016,65.2,34.6,715,98.4,61.5,16.0,-14.7,6.3,66.5
313
+ 8,Tyrod Taylor,2016,62.4,20.0,608,71.5,31.5,20.9,-15.7,3.4,61.4
314
+ 9,Alex Smith,2016,60.8,13.7,600,62.7,44.7,6.6,-9.1,2.3,58.0
315
+ 10,Ben Roethlisberger,2016,60.5,19.5,576,64.7,53.7,1.9,-6.8,2.3,61.8
316
+ 11,Jameis Winston,2016,59.5,19.6,703,80.6,61.4,5.8,-13.8,-0.5,59.7
317
+ 12,Marcus Mariota,2016,59.1,15.5,574,64.7,42.9,7.3,-9.5,5.0,59.4
318
+ 13,Philip Rivers,2016,58.7,14.6,682,74.9,55.3,1.2,-13.5,4.9,57.5
319
+ 14,Russell Wilson,2016,57.1,13.5,699,75.7,47.4,5.8,-18.1,4.3,56.8
320
+ 15,Derek Carr,2016,56.1,8.8,672,72.3,58.9,-0.6,-6.1,7.9,54.6
321
+ 16,Sam Bradford,2016,53.1,13.4,644,64.6,45.8,3.1,-14.6,1.1,57.3
322
+ 17,Carson Palmer,2016,52.9,8.8,700,68.3,46.0,0.8,-15.9,5.6,54.5
323
+ 18,Joe Flacco,2016,52.5,5.7,753,74.7,53.1,4.8,-16.4,0.4,52.7
324
+ 19,Andy Dalton,2016,52.3,1.6,686,61.8,37.9,5.2,-15.2,3.6,50.8
325
+ 20,Trevor Siemian,2016,49.7,-2.7,586,50.5,31.0,0.9,-15.1,3.5,48.4
326
+ 21,Brock Osweiler,2016,49.3,-0.8,583,49.0,23.9,9.6,-11.4,4.2,49.5
327
+ 22,Colin Kaepernick,2016,49.2,-0.7,454,37.1,-0.3,22.8,-14.7,-0.1,49.5
328
+ 23,Ryan Tannehill,2016,48.6,-0.8,476,40.1,25.4,3.7,-10.3,0.7,49.4
329
+ 24,Cam Newton,2016,47.1,-3.8,669,53.4,24.4,6.2,-17.4,5.4,48.0
330
+ 25,Carson Wentz,2016,46.7,-1.3,734,65.0,47.9,2.8,-12.1,2.2,49.4
331
+ 26,Eli Manning,2016,45.7,-1.3,660,62.0,49.7,0.4,-10.8,1.2,49.3
332
+ 27,Blake Bortles,2016,43.0,-15.9,773,52.0,18.7,13.4,-13.9,6.0,42.8
333
+ 28,Ryan Fitzpatrick,2016,39.2,-16.8,481,27.5,14.4,3.2,-7.0,2.9,37.9
334
+ 29,Case Keenum,2016,37.5,-14.5,388,22.6,10.2,0.1,-11.0,1.2,37.1
335
+ 0,Carson Wentz,2017,78.5,48.9,567,85.9,59.1,10.0,-11.4,5.4,77.2
336
+ 1,Case Keenum,2017,72.8,43.3,577,85.3,56.1,10.5,-10.7,8.0,74.3
337
+ 2,Tom Brady,2017,70.6,49.0,689,96.5,74.1,-3.1,-15.2,10.3,73.2
338
+ 3,Dak Prescott,2017,69.9,36.3,622,79.4,37.4,24.4,-11.7,5.9,69.5
339
+ 4,Matt Ryan,2017,67.1,33.1,612,81.3,60.2,6.6,-10.7,3.8,68.3
340
+ 5,Ben Roethlisberger,2017,66.6,30.6,639,82.5,61.6,2.6,-9.9,8.4,66.3
341
+ 6,Matthew Stafford,2017,65.2,30.3,678,81.2,50.7,6.4,-20.0,4.0,65.3
342
+ 7,Alex Smith,2017,65.1,32.1,642,84.3,52.6,13.9,-15.3,2.5,67.0
343
+ 8,Drew Brees,2017,62.5,25.3,596,67.6,56.5,1.0,-9.5,0.6,64.6
344
+ 9,Russell Wilson,2017,61.9,24.4,724,82.5,37.7,23.6,-18.8,2.3,61.7
345
+ 10,Philip Rivers,2017,61.1,26.8,654,77.5,67.7,-1.2,-6.4,4.6,64.1
346
+ 11,Blake Bortles,2017,59.2,16.7,635,62.3,34.0,13.5,-10.5,4.3,59.2
347
+ 12,Marcus Mariota,2017,58.6,14.4,574,62.7,25.9,19.4,-11.4,6.0,58.8
348
+ 13,Tyrod Taylor,2017,56.4,16.1,561,57.2,16.0,20.4,-18.7,2.1,60.0
349
+ 14,Kirk Cousins,2017,56.0,7.8,655,59.4,32.3,5.7,-18.8,2.6,54.2
350
+ 15,Jared Goff,2017,55.7,3.4,571,48.1,34.0,-0.5,-9.3,5.3,52.1
351
+ 16,Josh McCown,2017,55.6,13.9,487,52.4,22.9,12.3,-15.7,1.5,60.0
352
+ 17,Jameis Winston,2017,52.0,6.2,542,49.9,34.0,0.7,-12.7,2.6,54.0
353
+ 18,Cam Newton,2017,51.5,6.6,698,63.5,23.4,20.2,-15.7,4.3,53.3
354
+ 19,Derek Carr,2017,50.5,1.6,597,45.1,35.5,-2.3,-7.4,4.6,51.0
355
+ 20,Carson Palmer,2017,50.0,2.3,321,26.0,14.5,0.2,-8.6,2.7,52.5
356
+ 21,Eli Manning,2017,47.5,-8.6,662,44.4,23.9,2.4,-15.1,3.1,45.4
357
+ 22,Joe Flacco,2017,46.7,-0.4,624,48.2,33.4,-0.2,-12.0,3.0,49.8
358
+ 23,Brett Hundley,2017,44.8,-6.6,398,24.9,-2.0,13.6,-12.6,0.8,44.2
359
+ 24,Andy Dalton,2017,44.8,-7.2,592,41.0,16.3,2.2,-17.6,4.9,45.7
360
+ 25,Jay Cutler,2017,43.5,-6.0,486,30.7,19.0,1.2,-7.9,2.7,45.6
361
+ 26,Jacoby Brissett,2017,43.3,-14.9,613,35.9,8.0,6.1,-17.9,3.8,41.5
362
+ 27,DeShone Kizer,2017,32.6,-37.8,623,15.4,-16.6,14.2,-15.0,2.7,29.7
363
+ 28,Mitchell Trubisky,2017,32.4,-23.9,438,13.1,-2.2,1.4,-12.6,1.2,31.6
364
+ 29,Trevor Siemian,2017,30.9,-21.7,436,13.7,-3.6,3.8,-11.3,2.3,33.1
365
+ 0,Patrick Mahomes,2018,80.3,72.2,722,126.0,101.0,11.7,-10.2,3.2,80.4
366
+ 1,Drew Brees,2018,79.2,56.1,562,100.5,80.2,5.4,-8.7,6.2,80.4
367
+ 2,Mitchell Trubisky,2018,71.0,35.3,565,80.3,43.1,22.1,-11.3,3.8,70.8
368
+ 3,Ben Roethlisberger,2018,69.6,48.2,762,113.5,89.3,8.7,-10.4,5.1,71.0
369
+ 4,Andrew Luck,2018,69.6,42.9,741,103.0,84.4,5.0,-9.3,4.3,69.4
370
+ 5,Tom Brady,2018,68.4,31.4,643,82.6,63.6,4.4,-9.9,4.7,66.6
371
+ 6,Philip Rivers,2018,67.8,33.9,595,79.1,65.8,-0.9,-12.8,1.3,69.1
372
+ 7,Jameis Winston,2018,66.2,28.6,485,65.6,37.8,10.8,-11.6,5.4,69.7
373
+ 8,Matt Ryan,2018,65.7,39.7,722,92.9,60.2,7.4,-20.4,4.9,68.5
374
+ 9,Jared Goff,2018,63.6,25.2,665,79.9,60.8,0.6,-14.0,4.4,63.1
375
+ 10,Russell Wilson,2018,63.3,21.1,571,69.0,32.0,11.0,-23.5,2.6,62.8
376
+ 11,Carson Wentz,2018,62.0,17.8,488,58.5,39.8,1.8,-13.8,3.1,62.6
377
+ 12,Deshaun Watson,2018,61.8,21.5,702,79.5,31.8,17.0,-26.8,3.8,60.7
378
+ 13,Kirk Cousins,2018,59.5,16.8,718,71.8,57.3,-5.1,-17.5,2.2,58.2
379
+ 14,Andy Dalton,2018,59.4,15.4,433,50.6,35.4,2.0,-9.8,3.4,62.3
380
+ 15,Aaron Rodgers,2018,58.0,9.1,737,70.0,25.1,17.8,-23.9,3.2,54.4
381
+ 16,Dak Prescott,2018,55.2,12.2,693,71.7,35.1,12.2,-22.3,2.1,56.2
382
+ 17,Joe Flacco,2018,54.8,7.9,441,43.4,30.1,2.9,-5.8,4.6,56.3
383
+ 18,Cam Newton,2018,53.2,8.9,629,62.6,41.7,8.4,-12.5,0.0,55.0
384
+ 19,Marcus Mariota,2018,53.2,0.8,471,42.2,14.6,6.7,-16.1,4.8,50.6
385
+ 20,Nick Mullens,2018,51.7,3.6,334,29.0,23.6,-2.8,-6.4,1.8,53.8
386
+ 21,Matthew Stafford,2018,51.3,-2.8,647,49.2,25.8,4.2,-15.0,4.2,48.4
387
+ 22,Baker Mayfield,2018,51.2,5.3,580,51.5,34.8,0.9,-12.2,3.6,53.2
388
+ 23,Josh Allen,2018,49.8,-0.3,461,35.6,-1.8,24.1,-9.7,3.5,49.8
389
+ 24,Eli Manning,2018,49.1,-2.5,684,54.8,30.2,2.0,-20.2,2.4,48.7
390
+ 25,Alex Smith,2018,46.9,1.6,422,35.0,17.8,5.5,-8.8,2.9,51.4
391
+ 26,Derek Carr,2018,46.5,-5.9,669,50.8,27.3,2.5,-20.9,0.2,46.9
392
+ 27,Sam Darnold,2018,45.9,-6.6,510,36.6,23.5,3.3,-10.9,-1.1,45.5
393
+ 28,Case Keenum,2018,44.5,-8.8,685,50.6,26.9,4.2,-16.0,3.5,45.5
394
+ 29,Blake Bortles,2018,43.4,-12.2,515,30.5,9.3,11.6,-11.2,-1.6,41.7
395
+ 30,Lamar Jackson,2018,42.6,-3.6,338,27.7,6.6,13.8,-6.8,0.4,46.3
396
+ 31,Ryan Tannehill,2018,33.2,-20.6,363,13.4,-6.3,3.6,-15.3,0.8,31.0
397
+ 32,Josh Rosen,2018,24.1,-38.7,491,7.9,-13.6,3.3,-17.0,1.2,24.7
398
+ 0,Lamar Jackson,2019,83.0,66.7,613,103.7,55.0,39.1,-7.4,2.2,82.3
399
+ 1,Patrick Mahomes,2019,77.7,55.8,585,97.3,71.6,14.3,-6.5,5.0,79.4
400
+ 2,Drew Brees,2019,73.3,33.7,419,62.6,53.1,1.6,-6.0,1.9,75.7
401
+ 3,Dak Prescott,2019,71.9,48.1,690,93.1,70.7,10.0,-9.7,2.6,72.8
402
+ 4,Russell Wilson,2019,71.5,43.0,674,90.9,58.3,10.6,-20.6,1.5,71.2
403
+ 5,Matthew Stafford,2019,71.3,27.0,353,56.1,44.5,1.6,-8.0,1.9,74.7
404
+ 6,Deshaun Watson,2019,70.5,42.3,662,91.6,52.0,19.8,-18.5,1.4,71.2
405
+ 7,Ryan Fitzpatrick,2019,68.3,30.2,620,70.7,47.6,6.3,-13.1,3.7,66.6
406
+ 8,Ryan Tannehill,2019,64.2,19.0,374,45.8,18.1,11.7,-13.7,2.3,67.2
407
+ 9,Derek Carr,2019,64.1,27.3,598,70.3,54.2,2.7,-12.3,1.1,65.6
408
+ 10,Carson Wentz,2019,62.8,32.2,745,90.5,61.5,7.7,-15.5,5.8,64.8
409
+ 11,Jimmy Garoppolo,2019,60.8,20.8,593,69.3,48.5,-0.2,-15.9,5.0,62.1
410
+ 12,Kirk Cousins,2019,60.4,18.1,537,59.0,44.6,-1.6,-10.9,5.1,61.7
411
+ 13,Matt Ryan,2019,59.6,22.3,748,75.1,45.4,5.4,-18.6,5.7,60.4
412
+ 14,Kyler Murray,2019,57.7,16.2,709,71.6,37.3,13.4,-17.8,3.0,58.0
413
+ 15,Jameis Winston,2019,55.7,20.1,772,78.4,48.7,9.0,-18.3,2.6,59.1
414
+ 16,Tom Brady,2019,55.7,8.9,691,61.0,40.0,4.5,-11.0,5.4,54.5
415
+ 17,Daniel Jones,2019,55.7,11.5,577,55.1,22.2,11.6,-17.4,4.0,57.0
416
+ 18,Baker Mayfield,2019,54.4,2.3,664,54.4,22.4,9.5,-17.6,5.0,51.2
417
+ 19,Aaron Rodgers,2019,52.5,10.9,691,66.4,39.7,9.3,-16.4,1.1,55.6
418
+ 20,Jacoby Brissett,2019,52.1,6.6,564,52.2,27.9,6.7,-11.2,6.4,54.1
419
+ 21,Jared Goff,2019,50.6,0.5,734,57.5,54.4,-7.3,-8.8,1.6,50.2
420
+ 22,Philip Rivers,2019,50.5,1.5,691,57.1,39.7,-3.4,-16.7,4.1,50.8
421
+ 23,Josh Allen,2019,49.4,-3.8,639,51.4,21.1,10.4,-17.4,2.6,47.9
422
+ 24,Sam Darnold,2019,45.6,-9.7,525,31.6,17.4,-3.0,-13.7,3.6,43.5
423
+ 25,Gardner Minshew II,2019,44.6,-4.7,600,41.8,21.5,5.4,-13.5,1.4,47.2
424
+ 26,Andy Dalton,2019,42.1,-20.1,632,30.3,12.8,1.6,-12.9,3.0,38.9
425
+ 27,Mitchell Trubisky,2019,41.5,-13.5,644,39.8,17.7,1.7,-16.5,3.9,42.6
426
+ 28,Kyle Allen,2019,38.3,-17.4,588,28.0,5.3,0.7,-19.9,2.1,39.7
427
+ 29,Mason Rudolph,2019,36.2,-12.9,336,16.9,7.2,-1.3,-7.8,3.2,36.8
428
+ 0,Aaron Rodgers,2020,84.4,77.7,608,113.1,98.4,9.3,-7.0,5.4,85.9
429
+ 1,Patrick Mahomes,2020,82.9,86.3,710,138.1,116.1,19.1,-9.4,2.9,84.8
430
+ 2,Josh Allen,2020,81.7,79.1,729,128.6,112.1,13.0,-11.0,3.5,82.3
431
+ 3,Ryan Tannehill,2020,78.3,56.9,594,95.3,68.2,22.1,-11.2,5.0,79.5
432
+ 4,Ryan Fitzpatrick,2020,76.9,29.6,324,49.9,41.6,5.6,-5.1,2.7,78.4
433
+ 5,Drew Brees,2020,74.6,36.4,428,66.2,62.5,1.0,-6.2,2.8,76.9
434
+ 6,Lamar Jackson,2020,73.7,44.7,585,82.9,50.9,30.8,-8.9,1.2,74.7
435
+ 7,Russell Wilson,2020,73.5,48.3,716,102.9,88.6,9.1,-20.7,5.1,72.2
436
+ 8,Tom Brady,2020,72.5,49.2,681,94.7,90.4,-3.1,-8.6,7.3,73.5
437
+ 9,Baker Mayfield,2020,72.2,39.2,597,83.7,76.9,3.4,-10.6,3.4,71.7
438
+ 10,Derek Carr,2020,71.0,42.1,609,91.1,76.1,7.4,-10.7,7.6,72.7
439
+ 11,Deshaun Watson,2020,70.5,47.5,715,99.6,85.9,12.0,-19.5,1.7,71.9
440
+ 12,Justin Herbert,2020,69.5,51.6,699,102.3,94.9,3.7,-13.3,3.7,74.0
441
+ 13,Kyler Murray,2020,68.9,41.3,763,99.9,64.5,32.3,-11.8,3.1,68.3
442
+ 14,Matthew Stafford,2020,68.4,34.4,626,77.3,64.7,9.0,-14.1,3.7,68.5
443
+ 15,Matt Ryan,2020,67.0,39.5,731,90.1,80.6,4.7,-17.4,4.9,68.2
444
+ 16,Teddy Bridgewater,2020,64.2,25.3,607,71.7,54.8,12.3,-12.6,4.6,64.3
445
+ 17,Kirk Cousins,2020,63.2,29.4,629,76.9,67.6,6.4,-18.2,2.9,66.0
446
+ 18,Philip Rivers,2020,62.5,26.8,600,73.4,68.1,-0.1,-8.2,5.5,65.3
447
+ 19,Daniel Jones,2020,61.5,11.7,586,57.6,42.7,10.0,-16.9,4.8,57.0
448
+ 20,Mitchell Trubisky,2020,61.3,15.8,376,41.0,32.3,7.2,-7.5,1.5,64.5
449
+ 21,Ben Roethlisberger,2020,60.1,21.1,677,76.0,71.6,-5.1,-6.4,9.4,60.9
450
+ 22,Jared Goff,2020,58.5,12.6,650,64.0,56.8,2.8,-11.0,4.4,56.8
451
+ 23,Joe Burrow,2020,56.2,6.5,510,47.8,46.9,-0.5,-13.3,1.5,54.5
452
+ 24,Andy Dalton,2020,53.8,0.0,409,30.9,26.2,2.5,-12.1,2.2,50.0
453
+ 25,Tua Tagovailoa,2020,52.5,5.7,362,32.4,24.6,6.6,-8.9,1.3,55.6
454
+ 26,Gardner Minshew II,2020,51.7,6.7,403,31.9,24.9,5.1,-12.3,1.9,55.9
455
+ 27,Carson Wentz,2020,49.6,-8.9,581,39.4,21.5,10.8,-21.8,7.1,44.6
456
+ 28,Drew Lock,2020,48.8,6.3,523,44.8,35.9,5.5,-7.8,3.4,54.3
457
+ 29,Cam Newton,2020,47.0,-2.3,538,42.9,28.2,14.1,-13.7,0.7,48.5
458
+ 30,Nick Mullens,2020,43.6,-12.7,379,17.2,16.1,-0.2,-8.6,1.4,38.3
459
+ 31,Nick Foles,2020,43.3,-6.7,359,22.3,21.2,-1.7,-8.7,2.7,43.4
460
+ 32,Sam Darnold,2020,40.1,-12.7,455,24.3,8.8,12.8,-15.5,2.7,40.3
Source/Build/nfl_data_py/data/schedules/1999.csv ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,1999_01_MIN_ATL,1999,REG,1,1999-09-12,Sunday,,MIN,ATL,17,14,-3,Georgia Dome,Home,dome,astroturf,1999091210
3
+ 1,1999_01_KC_CHI,1999,REG,1,1999-09-12,Sunday,,KC,CHI,17,20,3,Soldier Field,Home,outdoors,grass,1999091206
4
+ 2,1999_01_PIT_CLE,1999,REG,1,1999-09-12,Sunday,,PIT,CLE,43,0,-43,Cleveland Browns Stadium,Home,outdoors,grass,1999091213
5
+ 3,1999_01_OAK_GB,1999,REG,1,1999-09-12,Sunday,,OAK,GB,24,28,4,Lambeau Field,Home,outdoors,grass,1999091208
6
+ 4,1999_01_BUF_IND,1999,REG,1,1999-09-12,Sunday,,BUF,IND,14,31,17,RCA Dome,Home,dome,astroturf,1999091202
7
+ 5,1999_01_SF_JAX,1999,REG,1,1999-09-12,Sunday,,SF,JAX,3,41,38,Alltel Stadium,Home,outdoors,grass,1999091212
8
+ 6,1999_01_CAR_NO,1999,REG,1,1999-09-12,Sunday,,CAR,NO,10,19,9,Louisiana Superdome,Home,dome,astroturf,1999091203
9
+ 7,1999_01_NE_NYJ,1999,REG,1,1999-09-12,Sunday,,NE,NYJ,30,28,-2,Giants Stadium,Home,outdoors,astroturf,1999091207
10
+ 8,1999_01_ARI_PHI,1999,REG,1,1999-09-12,Sunday,,ARI,PHI,25,24,-1,Veterans Stadium,Home,outdoors,astroturf,1999091200
11
+ 9,1999_01_DET_SEA,1999,REG,1,1999-09-12,Sunday,,DET,SEA,28,20,-8,Seattle Kingdome,Home,dome,astroturf,1999091209
12
+ 10,1999_01_BAL_STL,1999,REG,1,1999-09-12,Sunday,,BAL,STL,10,27,17,TWA Dome,Home,dome,astroturf,1999091201
13
+ 11,1999_01_NYG_TB,1999,REG,1,1999-09-12,Sunday,,NYG,TB,17,13,-4,Raymond James Stadium,Home,outdoors,grass,1999091211
14
+ 12,1999_01_CIN_TEN,1999,REG,1,1999-09-12,Sunday,,CIN,TEN,35,36,1,Adelphia Coliseum,Home,outdoors,grass,1999091204
15
+ 13,1999_01_DAL_WAS,1999,REG,1,1999-09-12,Sunday,,DAL,WAS,41,35,-6,Jack Kent Cooke Stadium,Home,outdoors,grass,1999091205
16
+ 14,1999_01_MIA_DEN,1999,REG,1,1999-09-13,Monday,,MIA,DEN,38,21,-17,Mile High Stadium,Home,outdoors,grass,1999091300
17
+ 15,1999_02_PIT_BAL,1999,REG,2,1999-09-19,Sunday,,PIT,BAL,23,20,-3,PSINet Stadium,Home,outdoors,grass,1999091905
18
+ 16,1999_02_NYJ_BUF,1999,REG,2,1999-09-19,Sunday,,NYJ,BUF,3,17,14,Ralph Wilson Stadium,Home,outdoors,astroturf,1999091913
19
+ 17,1999_02_JAX_CAR,1999,REG,2,1999-09-19,Sunday,,JAX,CAR,22,20,-2,Ericsson Stadium,Home,outdoors,grass,1999091903
20
+ 18,1999_02_SEA_CHI,1999,REG,2,1999-09-19,Sunday,,SEA,CHI,14,13,-1,Soldier Field,Home,outdoors,grass,1999091907
21
+ 19,1999_02_SD_CIN,1999,REG,2,1999-09-19,Sunday,,SD,CIN,34,7,-27,Cinergy Field,Home,outdoors,astroturf,1999091906
22
+ 20,1999_02_GB_DET,1999,REG,2,1999-09-19,Sunday,,GB,DET,15,23,8,Pontiac Silverdome,Home,dome,astroturf,1999091901
23
+ 21,1999_02_DEN_KC,1999,REG,2,1999-09-19,Sunday,,DEN,KC,10,26,16,Arrowhead Stadium,Home,outdoors,grass,1999091912
24
+ 22,1999_02_ARI_MIA,1999,REG,2,1999-09-19,Sunday,,ARI,MIA,16,19,3,Pro Player Stadium,Home,outdoors,grass,1999091900
25
+ 23,1999_02_OAK_MIN,1999,REG,2,1999-09-19,Sunday,,OAK,MIN,22,17,-5,Hubert H. Humphrey Metrodome,Home,dome,astroturf,1999091904
26
+ 24,1999_02_IND_NE,1999,REG,2,1999-09-19,Sunday,,IND,NE,28,31,3,Foxboro Stadium,Home,outdoors,grass,1999091902
27
+ 25,1999_02_WAS_NYG,1999,REG,2,1999-09-19,Sunday,,WAS,NYG,50,21,-29,Giants Stadium,Home,outdoors,astroturf,1999091909
28
+ 26,1999_02_TB_PHI,1999,REG,2,1999-09-19,Sunday,,TB,PHI,19,5,-14,Veterans Stadium,Home,outdoors,astroturf,1999091908
29
+ 27,1999_02_NO_SF,1999,REG,2,1999-09-19,Sunday,,NO,SF,21,28,7,3Com Park,Home,outdoors,grass,1999091910
30
+ 28,1999_02_CLE_TEN,1999,REG,2,1999-09-19,Sunday,,CLE,TEN,9,26,17,Adelphia Coliseum,Home,outdoors,grass,1999091911
31
+ 29,1999_02_ATL_DAL,1999,REG,2,1999-09-20,Monday,,ATL,DAL,7,24,17,Texas Stadium,Home,outdoors,astroturf,1999092000
32
+ 30,1999_03_CLE_BAL,1999,REG,3,1999-09-26,Sunday,,CLE,BAL,10,17,7,PSINet Stadium,Home,outdoors,grass,1999092603
33
+ 31,1999_03_PHI_BUF,1999,REG,3,1999-09-26,Sunday,,PHI,BUF,0,26,26,Ralph Wilson Stadium,Home,outdoors,astroturf,1999092606
34
+ 32,1999_03_CIN_CAR,1999,REG,3,1999-09-26,Sunday,,CIN,CAR,3,27,24,Ericsson Stadium,Home,outdoors,grass,1999092602
35
+ 33,1999_03_MIN_GB,1999,REG,3,1999-09-26,Sunday,,MIN,GB,20,23,3,Lambeau Field,Home,outdoors,grass,1999092611
36
+ 34,1999_03_TEN_JAX,1999,REG,3,1999-09-26,Sunday,,TEN,JAX,20,19,-1,Alltel Stadium,Home,outdoors,grass,1999092608
37
+ 35,1999_03_DET_KC,1999,REG,3,1999-09-26,Sunday,,DET,KC,21,31,10,Arrowhead Stadium,Home,outdoors,grass,1999092605
38
+ 36,1999_03_NYG_NE,1999,REG,3,1999-09-26,Sunday,,NYG,NE,14,16,2,Foxboro Stadium,Home,outdoors,grass,1999092612
39
+ 37,1999_03_WAS_NYJ,1999,REG,3,1999-09-26,Sunday,,WAS,NYJ,27,20,-7,Giants Stadium,Home,outdoors,astroturf,1999092601
40
+ 38,1999_03_CHI_OAK,1999,REG,3,1999-09-26,Sunday,,CHI,OAK,17,24,7,Network Associates Coliseum,Home,outdoors,grass,1999092610
41
+ 39,1999_03_SEA_PIT,1999,REG,3,1999-09-26,Sunday,,SEA,PIT,29,10,-19,Three Rivers Stadium,Home,outdoors,astroturf,1999092607
42
+ 40,1999_03_IND_SD,1999,REG,3,1999-09-26,Sunday,,IND,SD,27,19,-8,Qualcomm Stadium,Home,outdoors,grass,1999092609
43
+ 41,1999_03_ATL_STL,1999,REG,3,1999-09-26,Sunday,,ATL,STL,7,35,28,TWA Dome,Home,dome,astroturf,1999092600
44
+ 42,1999_03_DEN_TB,1999,REG,3,1999-09-26,Sunday,,DEN,TB,10,13,3,Raymond James Stadium,Home,outdoors,grass,1999092604
45
+ 43,1999_03_SF_ARI,1999,REG,3,1999-09-27,Monday,,SF,ARI,24,10,-14,Sun Devil Stadium,Home,outdoors,grass,1999092700
46
+ 44,1999_04_BAL_ATL,1999,REG,4,1999-10-03,Sunday,,BAL,ATL,19,13,-6,Georgia Dome,Home,dome,astroturf,1999100301
47
+ 45,1999_04_NO_CHI,1999,REG,4,1999-10-03,Sunday,,NO,CHI,10,14,4,Soldier Field,Home,outdoors,grass,1999100304
48
+ 46,1999_04_STL_CIN,1999,REG,4,1999-10-03,Sunday,,STL,CIN,38,10,-28,Cinergy Field,Home,outdoors,astroturf,1999100306
49
+ 47,1999_04_NE_CLE,1999,REG,4,1999-10-03,Sunday,,NE,CLE,19,7,-12,Cleveland Browns Stadium,Home,outdoors,grass,1999100303
50
+ 48,1999_04_ARI_DAL,1999,REG,4,1999-10-03,Sunday,,ARI,DAL,7,35,28,Texas Stadium,Home,outdoors,astroturf,1999100300
51
+ 49,1999_04_NYJ_DEN,1999,REG,4,1999-10-03,Sunday,,NYJ,DEN,21,13,-8,Mile High Stadium,Home,outdoors,grass,1999100310
52
+ 50,1999_04_TB_MIN,1999,REG,4,1999-10-03,Sunday,,TB,MIN,14,21,7,Hubert H. Humphrey Metrodome,Home,dome,astroturf,1999100307
53
+ 51,1999_04_PHI_NYG,1999,REG,4,1999-10-03,Sunday,,PHI,NYG,15,16,1,Giants Stadium,Home,outdoors,astroturf,1999100305
54
+ 52,1999_04_JAX_PIT,1999,REG,4,1999-10-03,Sunday,,JAX,PIT,17,3,-14,Three Rivers Stadium,Home,outdoors,astroturf,1999100302
55
+ 53,1999_04_KC_SD,1999,REG,4,1999-10-03,Sunday,,KC,SD,14,21,7,Qualcomm Stadium,Home,outdoors,grass,1999100309
56
+ 54,1999_04_OAK_SEA,1999,REG,4,1999-10-03,Sunday,,OAK,SEA,21,22,1,Seattle Kingdome,Home,dome,astroturf,1999100312
57
+ 55,1999_04_TEN_SF,1999,REG,4,1999-10-03,Sunday,,TEN,SF,22,24,2,3Com Park,Home,outdoors,grass,1999100311
58
+ 56,1999_04_CAR_WAS,1999,REG,4,1999-10-03,Sunday,,CAR,WAS,36,38,2,Jack Kent Cooke Stadium,Home,outdoors,grass,1999100308
59
+ 57,1999_04_BUF_MIA,1999,REG,4,1999-10-04,Monday,,BUF,MIA,23,18,-5,Pro Player Stadium,Home,outdoors,grass,1999100400
60
+ 58,1999_05_NYG_ARI,1999,REG,5,1999-10-10,Sunday,,NYG,ARI,3,14,11,Sun Devil Stadium,Home,outdoors,grass,1999101008
61
+ 59,1999_05_PIT_BUF,1999,REG,5,1999-10-10,Sunday,,PIT,BUF,21,24,3,Ralph Wilson Stadium,Home,outdoors,astroturf,1999101005
62
+ 60,1999_05_CIN_CLE,1999,REG,5,1999-10-10,Sunday,,CIN,CLE,18,17,-1,Cleveland Browns Stadium,Home,outdoors,grass,1999101002
63
+ 61,1999_05_SD_DET,1999,REG,5,1999-10-10,Sunday,,SD,DET,20,10,-10,Pontiac Silverdome,Home,dome,astroturf,1999101006
64
+ 62,1999_05_TB_GB,1999,REG,5,1999-10-10,Sunday,,TB,GB,23,26,3,Lambeau Field,Home,outdoors,grass,1999101012
65
+ 63,1999_05_MIA_IND,1999,REG,5,1999-10-10,Sunday,,MIA,IND,34,31,-3,RCA Dome,Home,dome,astroturf,1999101011
66
+ 64,1999_05_NE_KC,1999,REG,5,1999-10-10,Sunday,,NE,KC,14,16,2,Arrowhead Stadium,Home,outdoors,grass,1999101004
67
+ 65,1999_05_CHI_MIN,1999,REG,5,1999-10-10,Sunday,,CHI,MIN,24,22,-2,Hubert H. Humphrey Metrodome,Home,dome,astroturf,1999101001
68
+ 66,1999_05_ATL_NO,1999,REG,5,1999-10-10,Sunday,,ATL,NO,20,17,-3,Louisiana Superdome,Home,dome,astroturf,1999101000
69
+ 67,1999_05_DEN_OAK,1999,REG,5,1999-10-10,Sunday,,DEN,OAK,16,13,-3,Network Associates Coliseum,Home,outdoors,grass,1999101010
70
+ 68,1999_05_DAL_PHI,1999,REG,5,1999-10-10,Sunday,,DAL,PHI,10,13,3,Veterans Stadium,Home,outdoors,astroturf,1999101003
71
+ 69,1999_05_SF_STL,1999,REG,5,1999-10-10,Sunday,,SF,STL,20,42,22,TWA Dome,Home,dome,astroturf,1999101007
72
+ 70,1999_05_BAL_TEN,1999,REG,5,1999-10-10,Sunday,,BAL,TEN,11,14,3,Adelphia Coliseum,Home,outdoors,grass,1999101009
73
+ 71,1999_05_JAX_NYJ,1999,REG,5,1999-10-11,Monday,,JAX,NYJ,16,6,-10,Giants Stadium,Home,outdoors,astroturf,1999101100
74
+ 72,1999_06_WAS_ARI,1999,REG,6,1999-10-17,Sunday,,WAS,ARI,24,10,-14,Sun Devil Stadium,Home,outdoors,grass,1999101712
75
+ 73,1999_06_STL_ATL,1999,REG,6,1999-10-17,Sunday,,STL,ATL,41,13,-28,Georgia Dome,Home,dome,astroturf,1999101707
76
+ 74,1999_06_OAK_BUF,1999,REG,6,1999-10-17,Sunday,,OAK,BUF,20,14,-6,Ralph Wilson Stadium,Home,outdoors,astroturf,1999101704
77
+ 75,1999_06_PHI_CHI,1999,REG,6,1999-10-17,Sunday,,PHI,CHI,20,16,-4,Soldier Field,Home,outdoors,grass,1999101705
78
+ 76,1999_06_PIT_CIN,1999,REG,6,1999-10-17,Sunday,,PIT,CIN,17,3,-14,Cinergy Field,Home,outdoors,astroturf,1999101706
79
+ 77,1999_06_GB_DEN,1999,REG,6,1999-10-17,Sunday,,GB,DEN,10,31,21,Mile High Stadium,Home,outdoors,grass,1999101711
80
+ 78,1999_06_MIN_DET,1999,REG,6,1999-10-17,Sunday,,MIN,DET,23,25,2,Pontiac Silverdome,Home,dome,astroturf,1999101703
81
+ 79,1999_06_CLE_JAX,1999,REG,6,1999-10-17,Sunday,,CLE,JAX,7,24,17,Alltel Stadium,Home,outdoors,grass,1999101700
82
+ 80,1999_06_MIA_NE,1999,REG,6,1999-10-17,Sunday,,MIA,NE,31,30,-1,Foxboro Stadium,Home,outdoors,grass,1999101702
83
+ 81,1999_06_TEN_NO,1999,REG,6,1999-10-17,Sunday,,TEN,NO,24,21,-3,Louisiana Superdome,Home,dome,astroturf,1999101708
84
+ 82,1999_06_IND_NYJ,1999,REG,6,1999-10-17,Sunday,,IND,NYJ,16,13,-3,Giants Stadium,Home,outdoors,astroturf,1999101701
85
+ 83,1999_06_SEA_SD,1999,REG,6,1999-10-17,Sunday,,SEA,SD,10,13,3,Qualcomm Stadium,Home,outdoors,grass,1999101709
86
+ 84,1999_06_CAR_SF,1999,REG,6,1999-10-17,Sunday,,CAR,SF,31,29,-2,3Com Park,Home,outdoors,grass,1999101710
87
+ 85,1999_06_DAL_NYG,1999,REG,6,1999-10-18,Monday,,DAL,NYG,10,13,3,Giants Stadium,Home,outdoors,astroturf,1999101800
88
+ 86,1999_07_KC_BAL,1999,REG,7,1999-10-21,Thursday,,KC,BAL,35,8,-27,PSINet Stadium,Home,outdoors,grass,1999102100
89
+ 87,1999_07_DET_CAR,1999,REG,7,1999-10-24,Sunday,,DET,CAR,24,9,-15,Ericsson Stadium,Home,outdoors,grass,1999102404
90
+ 88,1999_07_WAS_DAL,1999,REG,7,1999-10-24,Sunday,,WAS,DAL,20,38,18,Texas Stadium,Home,outdoors,astroturf,1999102408
91
+ 89,1999_07_CIN_IND,1999,REG,7,1999-10-24,Sunday,,CIN,IND,10,31,21,RCA Dome,Home,dome,astroturf,1999102401
92
+ 90,1999_07_PHI_MIA,1999,REG,7,1999-10-24,Sunday,,PHI,MIA,13,16,3,Pro Player Stadium,Home,outdoors,grass,1999102406
93
+ 91,1999_07_SF_MIN,1999,REG,7,1999-10-24,Sunday,,SF,MIN,16,40,24,Hubert H. Humphrey Metrodome,Home,dome,astroturf,1999102407
94
+ 92,1999_07_DEN_NE,1999,REG,7,1999-10-24,Sunday,,DEN,NE,23,24,1,Foxboro Stadium,Home,outdoors,grass,1999102403
95
+ 93,1999_07_NO_NYG,1999,REG,7,1999-10-24,Sunday,,NO,NYG,3,31,28,Giants Stadium,Home,outdoors,astroturf,1999102405
96
+ 94,1999_07_NYJ_OAK,1999,REG,7,1999-10-24,Sunday,,NYJ,OAK,23,24,1,Network Associates Coliseum,Home,outdoors,grass,1999102411
97
+ 95,1999_07_GB_SD,1999,REG,7,1999-10-24,Sunday,,GB,SD,31,3,-28,Qualcomm Stadium,Home,outdoors,grass,1999102409
98
+ 96,1999_07_BUF_SEA,1999,REG,7,1999-10-24,Sunday,,BUF,SEA,16,26,10,Seattle Kingdome,Home,dome,astroturf,1999102410
99
+ 97,1999_07_CLE_STL,1999,REG,7,1999-10-24,Sunday,,CLE,STL,3,34,31,TWA Dome,Home,dome,astroturf,1999102402
100
+ 98,1999_07_CHI_TB,1999,REG,7,1999-10-24,Sunday,,CHI,TB,3,6,3,Raymond James Stadium,Home,outdoors,grass,1999102400
101
+ 99,1999_07_ATL_PIT,1999,REG,7,1999-10-25,Monday,,ATL,PIT,9,13,4,Three Rivers Stadium,Home,outdoors,astroturf,1999102500
102
+ 100,1999_08_NE_ARI,1999,REG,8,1999-10-31,Sunday,,NE,ARI,27,3,-24,Sun Devil Stadium,Home,outdoors,grass,1999103110
103
+ 101,1999_08_CAR_ATL,1999,REG,8,1999-10-31,Sunday,,CAR,ATL,20,27,7,Georgia Dome,Home,dome,astroturf,1999103101
104
+ 102,1999_08_BUF_BAL,1999,REG,8,1999-10-31,Sunday,,BUF,BAL,13,10,-3,PSINet Stadium,Home,outdoors,grass,1999103100
105
+ 103,1999_08_JAX_CIN,1999,REG,8,1999-10-31,Sunday,,JAX,CIN,41,10,-31,Cinergy Field,Home,outdoors,astroturf,1999103105
106
+ 104,1999_08_MIN_DEN,1999,REG,8,1999-10-31,Sunday,,MIN,DEN,23,20,-3,Mile High Stadium,Home,outdoors,grass,1999103111
107
+ 105,1999_08_TB_DET,1999,REG,8,1999-10-31,Sunday,,TB,DET,3,20,17,Pontiac Silverdome,Home,dome,astroturf,1999103112
108
+ 106,1999_08_DAL_IND,1999,REG,8,1999-10-31,Sunday,,DAL,IND,24,34,10,RCA Dome,Home,dome,astroturf,1999103104
109
+ 107,1999_08_SD_KC,1999,REG,8,1999-10-31,Sunday,,SD,KC,0,34,34,Arrowhead Stadium,Home,outdoors,grass,1999103108
110
+ 108,1999_08_CLE_NO,1999,REG,8,1999-10-31,Sunday,,CLE,NO,21,16,-5,Louisiana Superdome,Home,dome,astroturf,1999103103
111
+ 109,1999_08_MIA_OAK,1999,REG,8,1999-10-31,Sunday,,MIA,OAK,16,9,-7,Network Associates Coliseum,Home,outdoors,grass,1999103109
112
+ 110,1999_08_NYG_PHI,1999,REG,8,1999-10-31,Sunday,,NYG,PHI,23,17,-6,Veterans Stadium,Home,outdoors,astroturf,1999103106
113
+ 111,1999_08_STL_TEN,1999,REG,8,1999-10-31,Sunday,,STL,TEN,21,24,3,Adelphia Coliseum,Home,outdoors,grass,1999103107
114
+ 112,1999_08_CHI_WAS,1999,REG,8,1999-10-31,Sunday,,CHI,WAS,22,48,26,Jack Kent Cooke Stadium,Home,outdoors,grass,1999103102
115
+ 113,1999_08_SEA_GB,1999,REG,8,1999-11-01,Monday,,SEA,GB,27,7,-20,Lambeau Field,Home,outdoors,grass,1999110100
116
+ 114,1999_09_JAX_ATL,1999,REG,9,1999-11-07,Sunday,,JAX,ATL,30,7,-23,Georgia Dome,Home,dome,astroturf,1999110704
117
+ 115,1999_09_PHI_CAR,1999,REG,9,1999-11-07,Sunday,,PHI,CAR,7,33,26,Ericsson Stadium,Home,outdoors,grass,1999110706
118
+ 116,1999_09_BAL_CLE,1999,REG,9,1999-11-07,Sunday,,BAL,CLE,41,9,-32,Cleveland Browns Stadium,Home,outdoors,grass,1999110701
119
+ 117,1999_09_STL_DET,1999,REG,9,1999-11-07,Sunday,,STL,DET,27,31,4,Pontiac Silverdome,Home,dome,astroturf,1999110707
120
+ 118,1999_09_CHI_GB,1999,REG,9,1999-11-07,Sunday,,CHI,GB,14,13,-1,Lambeau Field,Home,outdoors,grass,1999110703
121
+ 119,1999_09_KC_IND,1999,REG,9,1999-11-07,Sunday,,KC,IND,17,25,8,RCA Dome,Home,dome,astroturf,1999110705
122
+ 120,1999_09_TEN_MIA,1999,REG,9,1999-11-07,Sunday,,TEN,MIA,0,17,17,Pro Player Stadium,Home,outdoors,grass,1999110713
123
+ 121,1999_09_TB_NO,1999,REG,9,1999-11-07,Sunday,,TB,NO,31,16,-15,Louisiana Superdome,Home,dome,astroturf,1999110708
124
+ 122,1999_09_ARI_NYJ,1999,REG,9,1999-11-07,Sunday,,ARI,NYJ,7,12,5,Giants Stadium,Home,outdoors,astroturf,1999110700
125
+ 123,1999_09_DEN_SD,1999,REG,9,1999-11-07,Sunday,,DEN,SD,33,17,-16,Qualcomm Stadium,Home,outdoors,grass,1999110712
126
+ 124,1999_09_CIN_SEA,1999,REG,9,1999-11-07,Sunday,,CIN,SEA,20,37,17,Seattle Kingdome,Home,dome,astroturf,1999110711
127
+ 125,1999_09_PIT_SF,1999,REG,9,1999-11-07,Sunday,,PIT,SF,27,6,-21,3Com Park,Home,outdoors,grass,1999110709
128
+ 126,1999_09_BUF_WAS,1999,REG,9,1999-11-07,Sunday,,BUF,WAS,34,17,-17,Jack Kent Cooke Stadium,Home,outdoors,grass,1999110702
129
+ 127,1999_09_DAL_MIN,1999,REG,9,1999-11-08,Monday,,DAL,MIN,17,27,10,Hubert H. Humphrey Metrodome,Home,dome,astroturf,1999110800
130
+ 128,1999_10_DET_ARI,1999,REG,10,1999-11-14,Sunday,,DET,ARI,19,23,4,Sun Devil Stadium,Home,outdoors,grass,1999111411
131
+ 129,1999_10_MIA_BUF,1999,REG,10,1999-11-14,Sunday,,MIA,BUF,3,23,20,Ralph Wilson Stadium,Home,outdoors,astroturf,1999111404
132
+ 130,1999_10_MIN_CHI,1999,REG,10,1999-11-14,Sunday,,MIN,CHI,27,24,-3,Soldier Field,Home,outdoors,grass,1999111405
133
+ 131,1999_10_TEN_CIN,1999,REG,10,1999-11-14,Sunday,,TEN,CIN,24,14,-10,Cinergy Field,Home,outdoors,astroturf,1999111407
134
+ 132,1999_10_GB_DAL,1999,REG,10,1999-11-14,Sunday,,GB,DAL,13,27,14,Texas Stadium,Home,outdoors,astroturf,1999111412
135
+ 133,1999_10_BAL_JAX,1999,REG,10,1999-11-14,Sunday,,BAL,JAX,3,6,3,Alltel Stadium,Home,outdoors,grass,1999111409
136
+ 134,1999_10_SF_NO,1999,REG,10,1999-11-14,Sunday,,SF,NO,6,24,18,Louisiana Superdome,Home,dome,astroturf,1999111406
137
+ 135,1999_10_IND_NYG,1999,REG,10,1999-11-14,Sunday,,IND,NYG,27,19,-8,Giants Stadium,Home,outdoors,astroturf,1999111402
138
+ 136,1999_10_SD_OAK,1999,REG,10,1999-11-14,Sunday,,SD,OAK,9,28,19,Network Associates Coliseum,Home,outdoors,grass,1999111410
139
+ 137,1999_10_WAS_PHI,1999,REG,10,1999-11-14,Sunday,,WAS,PHI,28,35,7,Veterans Stadium,Home,outdoors,astroturf,1999111408
140
+ 138,1999_10_CLE_PIT,1999,REG,10,1999-11-14,Sunday,,CLE,PIT,16,15,-1,Three Rivers Stadium,Home,outdoors,astroturf,1999111401
141
+ 139,1999_10_DEN_SEA,1999,REG,10,1999-11-14,Sunday,,DEN,SEA,17,20,3,Seattle Kingdome,Home,dome,astroturf,1999111413
142
+ 140,1999_10_CAR_STL,1999,REG,10,1999-11-14,Sunday,,CAR,STL,10,35,25,TWA Dome,Home,dome,astroturf,1999111400
143
+ 141,1999_10_KC_TB,1999,REG,10,1999-11-14,Sunday,,KC,TB,10,17,7,Raymond James Stadium,Home,outdoors,grass,1999111403
144
+ 142,1999_10_NYJ_NE,1999,REG,10,1999-11-15,Monday,,NYJ,NE,24,17,-7,Foxboro Stadium,Home,outdoors,grass,1999111500
145
+ 143,1999_11_DAL_ARI,1999,REG,11,1999-11-21,Sunday,,DAL,ARI,9,13,4,Sun Devil Stadium,Home,outdoors,grass,1999112110
146
+ 144,1999_11_BAL_CIN,1999,REG,11,1999-11-21,Sunday,,BAL,CIN,34,31,-3,Cinergy Field,Home,outdoors,astroturf,1999112108
147
+ 145,1999_11_CAR_CLE,1999,REG,11,1999-11-21,Sunday,,CAR,CLE,31,17,-14,Cleveland Browns Stadium,Home,outdoors,grass,1999112102
148
+ 146,1999_11_DET_GB,1999,REG,11,1999-11-21,Sunday,,DET,GB,17,26,9,Lambeau Field,Home,outdoors,grass,1999112103
149
+ 147,1999_11_NO_JAX,1999,REG,11,1999-11-21,Sunday,,NO,JAX,23,41,18,Alltel Stadium,Home,outdoors,grass,1999112113
150
+ 148,1999_11_SEA_KC,1999,REG,11,1999-11-21,Sunday,,SEA,KC,31,19,-12,Arrowhead Stadium,Home,outdoors,grass,1999112107
151
+ 149,1999_11_NE_MIA,1999,REG,11,1999-11-21,Sunday,,NE,MIA,17,27,10,Pro Player Stadium,Home,outdoors,grass,1999112105
152
+ 150,1999_11_BUF_NYJ,1999,REG,11,1999-11-21,Sunday,,BUF,NYJ,7,17,10,Giants Stadium,Home,outdoors,astroturf,1999112101
153
+ 151,1999_11_IND_PHI,1999,REG,11,1999-11-21,Sunday,,IND,PHI,44,17,-27,Veterans Stadium,Home,outdoors,astroturf,1999112104
154
+ 152,1999_11_CHI_SD,1999,REG,11,1999-11-21,Sunday,,CHI,SD,23,20,-3,Qualcomm Stadium,Home,outdoors,grass,1999112109
155
+ 153,1999_11_STL_SF,1999,REG,11,1999-11-21,Sunday,,STL,SF,23,7,-16,3Com Park,Home,outdoors,grass,1999112112
156
+ 154,1999_11_ATL_TB,1999,REG,11,1999-11-21,Sunday,,ATL,TB,10,19,9,Raymond James Stadium,Home,outdoors,grass,1999112100
157
+ 155,1999_11_PIT_TEN,1999,REG,11,1999-11-21,Sunday,,PIT,TEN,10,16,6,Adelphia Coliseum,Home,outdoors,grass,1999112106
158
+ 156,1999_11_NYG_WAS,1999,REG,11,1999-11-21,Sunday,,NYG,WAS,13,23,10,Jack Kent Cooke Stadium,Home,outdoors,grass,1999112111
159
+ 157,1999_11_OAK_DEN,1999,REG,11,1999-11-22,Monday,,OAK,DEN,21,27,6,Mile High Stadium,Home,outdoors,grass,1999112200
160
+ 158,1999_12_MIA_DAL,1999,REG,12,1999-11-25,Thursday,,MIA,DAL,0,20,20,Texas Stadium,Home,outdoors,astroturf,1999112501
161
+ 159,1999_12_CHI_DET,1999,REG,12,1999-11-25,Thursday,,CHI,DET,17,21,4,Pontiac Silverdome,Home,dome,astroturf,1999112500
162
+ 160,1999_12_JAX_BAL,1999,REG,12,1999-11-28,Sunday,,JAX,BAL,30,23,-7,PSINet Stadium,Home,outdoors,grass,1999112802
163
+ 161,1999_12_NE_BUF,1999,REG,12,1999-11-28,Sunday,,NE,BUF,7,17,10,Ralph Wilson Stadium,Home,outdoors,astroturf,1999112803
164
+ 162,1999_12_ATL_CAR,1999,REG,12,1999-11-28,Sunday,,ATL,CAR,28,34,6,Ericsson Stadium,Home,outdoors,grass,1999112811
165
+ 163,1999_12_TEN_CLE,1999,REG,12,1999-11-28,Sunday,,TEN,CLE,33,21,-12,Cleveland Browns Stadium,Home,outdoors,grass,1999112807
166
+ 164,1999_12_NYJ_IND,1999,REG,12,1999-11-28,Sunday,,NYJ,IND,6,13,7,RCA Dome,Home,dome,astroturf,1999112810
167
+ 165,1999_12_SD_MIN,1999,REG,12,1999-11-28,Sunday,,SD,MIN,27,35,8,Hubert H. Humphrey Metrodome,Home,dome,astroturf,1999112806
168
+ 166,1999_12_ARI_NYG,1999,REG,12,1999-11-28,Sunday,,ARI,NYG,34,24,-10,Giants Stadium,Home,outdoors,astroturf,1999112800
169
+ 167,1999_12_KC_OAK,1999,REG,12,1999-11-28,Sunday,,KC,OAK,37,34,-3,Network Associates Coliseum,Home,outdoors,grass,1999112809
170
+ 168,1999_12_CIN_PIT,1999,REG,12,1999-11-28,Sunday,,CIN,PIT,27,20,-7,Three Rivers Stadium,Home,outdoors,astroturf,1999112801
171
+ 169,1999_12_TB_SEA,1999,REG,12,1999-11-28,Sunday,,TB,SEA,16,3,-13,Seattle Kingdome,Home,dome,astroturf,1999112808
172
+ 170,1999_12_NO_STL,1999,REG,12,1999-11-28,Sunday,,NO,STL,12,43,31,TWA Dome,Home,dome,astroturf,1999112804
173
+ 171,1999_12_PHI_WAS,1999,REG,12,1999-11-28,Sunday,,PHI,WAS,17,20,3,Jack Kent Cooke Stadium,Home,outdoors,grass,1999112805
174
+ 172,1999_12_GB_SF,1999,REG,12,1999-11-29,Monday,,GB,SF,20,3,-17,3Com Park,Home,outdoors,grass,1999112900
175
+ 173,1999_13_PIT_JAX,1999,REG,13,1999-12-02,Thursday,,PIT,JAX,6,20,14,Alltel Stadium,Home,outdoors,grass,1999120200
176
+ 174,1999_13_PHI_ARI,1999,REG,13,1999-12-05,Sunday,,PHI,ARI,17,21,4,Sun Devil Stadium,Home,outdoors,grass,1999120504
177
+ 175,1999_13_NO_ATL,1999,REG,13,1999-12-05,Sunday,,NO,ATL,12,35,23,Georgia Dome,Home,dome,astroturf,1999120511
178
+ 176,1999_13_TEN_BAL,1999,REG,13,1999-12-05,Sunday,,TEN,BAL,14,41,27,PSINet Stadium,Home,outdoors,grass,1999120502
179
+ 177,1999_13_STL_CAR,1999,REG,13,1999-12-05,Sunday,,STL,CAR,34,21,-13,Ericsson Stadium,Home,outdoors,grass,1999120500
180
+ 178,1999_13_GB_CHI,1999,REG,13,1999-12-05,Sunday,,GB,CHI,35,19,-16,Soldier Field,Home,outdoors,grass,1999120509
181
+ 179,1999_13_SF_CIN,1999,REG,13,1999-12-05,Sunday,,SF,CIN,30,44,14,Cinergy Field,Home,outdoors,astroturf,1999120501
182
+ 180,1999_13_KC_DEN,1999,REG,13,1999-12-05,Sunday,,KC,DEN,16,10,-6,Mile High Stadium,Home,outdoors,grass,1999120507
183
+ 181,1999_13_WAS_DET,1999,REG,13,1999-12-05,Sunday,,WAS,DET,17,33,16,Pontiac Silverdome,Home,dome,astroturf,1999120503
184
+ 182,1999_13_IND_MIA,1999,REG,13,1999-12-05,Sunday,,IND,MIA,37,34,-3,Pro Player Stadium,Home,outdoors,grass,1999120510
185
+ 183,1999_13_DAL_NE,1999,REG,13,1999-12-05,Sunday,,DAL,NE,6,13,7,Foxboro Stadium,Home,outdoors,grass,1999120508
186
+ 184,1999_13_NYJ_NYG,1999,REG,13,1999-12-05,Sunday,,NYJ,NYG,28,41,13,Giants Stadium,Home,outdoors,astroturf,1999120512
187
+ 185,1999_13_SEA_OAK,1999,REG,13,1999-12-05,Sunday,,SEA,OAK,21,30,9,Network Associates Coliseum,Home,outdoors,grass,1999120506
188
+ 186,1999_13_CLE_SD,1999,REG,13,1999-12-05,Sunday,,CLE,SD,10,23,13,Qualcomm Stadium,Home,outdoors,grass,1999120505
189
+ 187,1999_13_MIN_TB,1999,REG,13,1999-12-06,Monday,,MIN,TB,17,24,7,Raymond James Stadium,Home,outdoors,grass,1999120600
190
+ 188,1999_14_OAK_TEN,1999,REG,14,1999-12-09,Thursday,,OAK,TEN,14,21,7,Adelphia Coliseum,Home,outdoors,grass,1999120900
191
+ 189,1999_14_NYG_BUF,1999,REG,14,1999-12-12,Sunday,,NYG,BUF,19,17,-2,Ralph Wilson Stadium,Home,outdoors,astroturf,1999121206
192
+ 190,1999_14_CLE_CIN,1999,REG,14,1999-12-12,Sunday,,CLE,CIN,28,44,16,Cinergy Field,Home,outdoors,astroturf,1999121203
193
+ 191,1999_14_PHI_DAL,1999,REG,14,1999-12-12,Sunday,,PHI,DAL,10,20,10,Texas Stadium,Home,outdoors,astroturf,1999121207
194
+ 192,1999_14_CAR_GB,1999,REG,14,1999-12-12,Sunday,,CAR,GB,33,31,-2,Lambeau Field,Home,outdoors,grass,1999121202
195
+ 193,1999_14_NE_IND,1999,REG,14,1999-12-12,Sunday,,NE,IND,15,20,5,RCA Dome,Home,dome,astroturf,1999121205
196
+ 194,1999_14_MIN_KC,1999,REG,14,1999-12-12,Sunday,,MIN,KC,28,31,3,Arrowhead Stadium,Home,outdoors,grass,1999121212
197
+ 195,1999_14_STL_NO,1999,REG,14,1999-12-12,Sunday,,STL,NO,30,14,-16,Louisiana Superdome,Home,dome,astroturf,1999121208
198
+ 196,1999_14_MIA_NYJ,1999,REG,14,1999-12-12,Sunday,,MIA,NYJ,20,28,8,Giants Stadium,Home,outdoors,astroturf,1999121210
199
+ 197,1999_14_BAL_PIT,1999,REG,14,1999-12-12,Sunday,,BAL,PIT,31,24,-7,Three Rivers Stadium,Home,outdoors,astroturf,1999121201
200
+ 198,1999_14_SD_SEA,1999,REG,14,1999-12-12,Sunday,,SD,SEA,19,16,-3,Seattle Kingdome,Home,dome,astroturf,1999121209
201
+ 199,1999_14_ATL_SF,1999,REG,14,1999-12-12,Sunday,,ATL,SF,7,26,19,3Com Park,Home,outdoors,grass,1999121211
202
+ 200,1999_14_DET_TB,1999,REG,14,1999-12-12,Sunday,,DET,TB,16,23,7,Raymond James Stadium,Home,outdoors,grass,1999121204
203
+ 201,1999_14_ARI_WAS,1999,REG,14,1999-12-12,Sunday,,ARI,WAS,3,28,25,Jack Kent Cooke Stadium,Home,outdoors,grass,1999121200
204
+ 202,1999_14_DEN_JAX,1999,REG,14,1999-12-13,Monday,,DEN,JAX,24,27,3,Alltel Stadium,Home,outdoors,grass,1999121300
205
+ 203,1999_15_SF_CAR,1999,REG,15,1999-12-18,Saturday,,SF,CAR,24,41,17,Ericsson Stadium,Home,outdoors,grass,1999121801
206
+ 204,1999_15_PIT_KC,1999,REG,15,1999-12-18,Saturday,,PIT,KC,19,35,16,Arrowhead Stadium,Home,outdoors,grass,1999121800
207
+ 205,1999_15_BUF_ARI,1999,REG,15,1999-12-19,Sunday,,BUF,ARI,31,21,-10,Sun Devil Stadium,Home,outdoors,grass,1999121911
208
+ 206,1999_15_NO_BAL,1999,REG,15,1999-12-19,Sunday,,NO,BAL,8,31,23,PSINet Stadium,Home,outdoors,grass,1999121904
209
+ 207,1999_15_DET_CHI,1999,REG,15,1999-12-19,Sunday,,DET,CHI,10,28,18,Soldier Field,Home,outdoors,grass,1999121901
210
+ 208,1999_15_JAX_CLE,1999,REG,15,1999-12-19,Sunday,,JAX,CLE,24,14,-10,Cleveland Browns Stadium,Home,outdoors,grass,1999121902
211
+ 209,1999_15_NYJ_DAL,1999,REG,15,1999-12-19,Sunday,,NYJ,DAL,22,21,-1,Texas Stadium,Home,outdoors,astroturf,1999121909
212
+ 210,1999_15_SEA_DEN,1999,REG,15,1999-12-19,Sunday,,SEA,DEN,30,36,6,Mile High Stadium,Home,outdoors,grass,1999121910
213
+ 211,1999_15_WAS_IND,1999,REG,15,1999-12-19,Sunday,,WAS,IND,21,24,3,RCA Dome,Home,dome,astroturf,1999121907
214
+ 212,1999_15_SD_MIA,1999,REG,15,1999-12-19,Sunday,,SD,MIA,9,12,3,Pro Player Stadium,Home,outdoors,grass,1999121906
215
+ 213,1999_15_TB_OAK,1999,REG,15,1999-12-19,Sunday,,TB,OAK,0,45,45,Network Associates Coliseum,Home,outdoors,grass,1999121908
216
+ 214,1999_15_NE_PHI,1999,REG,15,1999-12-19,Sunday,,NE,PHI,9,24,15,Veterans Stadium,Home,outdoors,astroturf,1999121903
217
+ 215,1999_15_NYG_STL,1999,REG,15,1999-12-19,Sunday,,NYG,STL,10,31,21,TWA Dome,Home,dome,astroturf,1999121905
218
+ 216,1999_15_ATL_TEN,1999,REG,15,1999-12-19,Sunday,,ATL,TEN,17,30,13,Adelphia Coliseum,Home,outdoors,grass,1999121900
219
+ 217,1999_15_GB_MIN,1999,REG,15,1999-12-20,Monday,,GB,MIN,20,24,4,Hubert H. Humphrey Metrodome,Home,dome,astroturf,1999122000
220
+ 218,1999_16_DAL_NO,1999,REG,16,1999-12-24,Friday,,DAL,NO,24,31,7,Louisiana Superdome,Home,dome,astroturf,1999122400
221
+ 219,1999_16_DEN_DET,1999,REG,16,1999-12-25,Saturday,,DEN,DET,17,7,-10,Pontiac Silverdome,Home,dome,astroturf,1999122500
222
+ 220,1999_16_ARI_ATL,1999,REG,16,1999-12-26,Sunday,,ARI,ATL,14,37,23,Georgia Dome,Home,dome,astroturf,1999122600
223
+ 221,1999_16_CIN_BAL,1999,REG,16,1999-12-26,Sunday,,CIN,BAL,0,22,22,PSINet Stadium,Home,outdoors,grass,1999122604
224
+ 222,1999_16_IND_CLE,1999,REG,16,1999-12-26,Sunday,,IND,CLE,29,28,-1,Cleveland Browns Stadium,Home,outdoors,grass,1999122605
225
+ 223,1999_16_BUF_NE,1999,REG,16,1999-12-26,Sunday,,BUF,NE,13,10,-3,Foxboro Stadium,Home,outdoors,grass,1999122601
226
+ 224,1999_16_MIN_NYG,1999,REG,16,1999-12-26,Sunday,,MIN,NYG,34,17,-17,Giants Stadium,Home,outdoors,astroturf,1999122607
227
+ 225,1999_16_CAR_PIT,1999,REG,16,1999-12-26,Sunday,,CAR,PIT,20,30,10,Three Rivers Stadium,Home,outdoors,astroturf,1999122602
228
+ 226,1999_16_OAK_SD,1999,REG,16,1999-12-26,Sunday,,OAK,SD,20,23,3,Qualcomm Stadium,Home,outdoors,grass,1999122608
229
+ 227,1999_16_KC_SEA,1999,REG,16,1999-12-26,Sunday,,KC,SEA,14,23,9,Seattle Kingdome,Home,dome,astroturf,1999122609
230
+ 228,1999_16_WAS_SF,1999,REG,16,1999-12-26,Sunday,,WAS,SF,26,20,-6,3Com Park,Home,outdoors,grass,1999122611
231
+ 229,1999_16_CHI_STL,1999,REG,16,1999-12-26,Sunday,,CHI,STL,12,34,22,TWA Dome,Home,dome,astroturf,1999122603
232
+ 230,1999_16_GB_TB,1999,REG,16,1999-12-26,Sunday,,GB,TB,10,29,19,Raymond James Stadium,Home,outdoors,grass,1999122610
233
+ 231,1999_16_JAX_TEN,1999,REG,16,1999-12-26,Sunday,,JAX,TEN,14,41,27,Adelphia Coliseum,Home,outdoors,grass,1999122606
234
+ 232,1999_16_NYJ_MIA,1999,REG,16,1999-12-27,Monday,,NYJ,MIA,38,31,-7,Pro Player Stadium,Home,outdoors,grass,1999122700
235
+ 233,1999_17_IND_BUF,1999,REG,17,2000-01-02,Sunday,,IND,BUF,6,31,25,Ralph Wilson Stadium,Home,outdoors,astroturf,2000010212
236
+ 234,1999_17_NO_CAR,1999,REG,17,2000-01-02,Sunday,,NO,CAR,13,45,32,Ericsson Stadium,Home,outdoors,grass,2000010204
237
+ 235,1999_17_TB_CHI,1999,REG,17,2000-01-02,Sunday,,TB,CHI,20,6,-14,Soldier Field,Home,outdoors,grass,2000010207
238
+ 236,1999_17_NYG_DAL,1999,REG,17,2000-01-02,Sunday,,NYG,DAL,18,26,8,Texas Stadium,Home,outdoors,astroturf,2000010208
239
+ 237,1999_17_SD_DEN,1999,REG,17,2000-01-02,Sunday,,SD,DEN,12,6,-6,Mile High Stadium,Home,outdoors,grass,2000010211
240
+ 238,1999_17_ARI_GB,1999,REG,17,2000-01-02,Sunday,,ARI,GB,24,49,25,Lambeau Field,Home,outdoors,grass,2000010200
241
+ 239,1999_17_CIN_JAX,1999,REG,17,2000-01-02,Sunday,,CIN,JAX,7,24,17,Alltel Stadium,Home,outdoors,grass,2000010202
242
+ 240,1999_17_OAK_KC,1999,REG,17,2000-01-02,Sunday,,OAK,KC,41,38,-3,Arrowhead Stadium,Home,outdoors,grass,2000010213
243
+ 241,1999_17_DET_MIN,1999,REG,17,2000-01-02,Sunday,,DET,MIN,17,24,7,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2000010203
244
+ 242,1999_17_BAL_NE,1999,REG,17,2000-01-02,Sunday,,BAL,NE,3,20,17,Foxboro Stadium,Home,outdoors,grass,2000010201
245
+ 243,1999_17_SEA_NYJ,1999,REG,17,2000-01-02,Sunday,,SEA,NYJ,9,19,10,Giants Stadium,Home,outdoors,astroturf,2000010206
246
+ 244,1999_17_STL_PHI,1999,REG,17,2000-01-02,Sunday,,STL,PHI,31,38,7,Veterans Stadium,Home,outdoors,astroturf,2000010205
247
+ 245,1999_17_TEN_PIT,1999,REG,17,2000-01-02,Sunday,,TEN,PIT,47,36,-11,Three Rivers Stadium,Home,outdoors,astroturf,2000010209
248
+ 246,1999_17_MIA_WAS,1999,REG,17,2000-01-02,Sunday,,MIA,WAS,10,21,11,Jack Kent Cooke Stadium,Home,outdoors,grass,2000010210
249
+ 247,1999_17_SF_ATL,1999,REG,17,2000-01-03,Monday,,SF,ATL,29,34,5,Georgia Dome,Home,dome,astroturf,2000010300
250
+ 248,1999_18_BUF_TEN,1999,WC,18,2000-01-08,Saturday,,BUF,TEN,16,22,6,Adelphia Coliseum,Home,outdoors,grass,2000010800
251
+ 249,1999_18_DET_WAS,1999,WC,18,2000-01-08,Saturday,,DET,WAS,13,27,14,Jack Kent Cooke Stadium,Home,outdoors,grass,2000010801
252
+ 250,1999_18_DAL_MIN,1999,WC,18,2000-01-09,Sunday,,DAL,MIN,10,27,17,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2000010900
253
+ 251,1999_18_MIA_SEA,1999,WC,18,2000-01-09,Sunday,,MIA,SEA,20,17,-3,Seattle Kingdome,Home,dome,astroturf,2000010901
254
+ 252,1999_19_MIA_JAX,1999,DIV,19,2000-01-15,Saturday,,MIA,JAX,7,62,55,Alltel Stadium,Home,outdoors,grass,2000011501
255
+ 253,1999_19_WAS_TB,1999,DIV,19,2000-01-15,Saturday,,WAS,TB,13,14,1,Raymond James Stadium,Home,outdoors,grass,2000011500
256
+ 254,1999_19_TEN_IND,1999,DIV,19,2000-01-16,Sunday,,TEN,IND,19,16,-3,RCA Dome,Home,dome,astroturf,2000011601
257
+ 255,1999_19_MIN_STL,1999,DIV,19,2000-01-16,Sunday,,MIN,STL,37,49,12,TWA Dome,Home,dome,astroturf,2000011600
258
+ 256,1999_20_TEN_JAX,1999,CON,20,2000-01-23,Sunday,,TEN,JAX,33,14,-19,Alltel Stadium,Home,outdoors,grass,2000012301
259
+ 257,1999_20_TB_STL,1999,CON,20,2000-01-23,Sunday,,TB,STL,6,11,5,TWA Dome,Home,dome,astroturf,2000012300
260
+ 258,1999_21_STL_TEN,1999,SB,21,2000-01-30,Sunday,,STL,TEN,23,16,-7,Georgia Dome,Neutral,dome,astroturf,2000013000
Source/Build/nfl_data_py/data/schedules/2000.csv ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2000_01_SF_ATL,2000,REG,1,2000-09-03,Sunday,13:00,SF,ATL,28,36,8,Georgia Dome,Home,dome,astroturf,2000090310
3
+ 1,2000_01_JAX_CLE,2000,REG,1,2000-09-03,Sunday,13:00,JAX,CLE,27,7,-20,Cleveland Browns Stadium,Home,outdoors,grass,2000090306
4
+ 2,2000_01_IND_KC,2000,REG,1,2000-09-03,Sunday,13:00,IND,KC,27,14,-13,Arrowhead Stadium,Home,outdoors,grass,2000090305
5
+ 3,2000_01_CHI_MIN,2000,REG,1,2000-09-03,Sunday,13:00,CHI,MIN,27,30,3,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2000090303
6
+ 4,2000_01_TB_NE,2000,REG,1,2000-09-03,Sunday,13:00,TB,NE,21,16,-5,Foxboro Stadium,Home,outdoors,grass,2000090312
7
+ 5,2000_01_DET_NO,2000,REG,1,2000-09-03,Sunday,13:00,DET,NO,14,10,-4,Louisiana Superdome,Home,dome,astroturf,2000090304
8
+ 6,2000_01_ARI_NYG,2000,REG,1,2000-09-03,Sunday,13:00,ARI,NYG,16,21,5,Giants Stadium,Home,outdoors,grass,2000090300
9
+ 7,2000_01_BAL_PIT,2000,REG,1,2000-09-03,Sunday,13:00,BAL,PIT,16,0,-16,Three Rivers Stadium,Home,outdoors,astroturf,2000090301
10
+ 8,2000_01_CAR_WAS,2000,REG,1,2000-09-03,Sunday,13:00,CAR,WAS,17,20,3,FedExField,Home,outdoors,grass,2000090302
11
+ 9,2000_01_PHI_DAL,2000,REG,1,2000-09-03,Sunday,16:05,PHI,DAL,41,14,-27,Texas Stadium,Home,outdoors,astroturf,2000090308
12
+ 10,2000_01_NYJ_GB,2000,REG,1,2000-09-03,Sunday,16:15,NYJ,GB,20,16,-4,Lambeau Field,Home,outdoors,grass,2000090307
13
+ 11,2000_01_SEA_MIA,2000,REG,1,2000-09-03,Sunday,16:15,SEA,MIA,0,23,23,Pro Player Stadium,Home,outdoors,grass,2000090311
14
+ 12,2000_01_SD_OAK,2000,REG,1,2000-09-03,Sunday,16:15,SD,OAK,6,9,3,Network Associates Coliseum,Home,outdoors,grass,2000090309
15
+ 13,2000_01_TEN_BUF,2000,REG,1,2000-09-03,Sunday,20:20,TEN,BUF,13,16,3,Ralph Wilson Stadium,Home,outdoors,astroturf,2000090313
16
+ 14,2000_01_DEN_STL,2000,REG,1,2000-09-04,Monday,09:00,DEN,STL,36,41,5,TWA Dome,Home,dome,astroturf,2000090400
17
+ 15,2000_02_OAK_IND,2000,REG,2,2000-09-10,Sunday,12:00,OAK,IND,38,31,-7,RCA Dome,Home,dome,astroturf,2000091010
18
+ 16,2000_02_JAX_BAL,2000,REG,2,2000-09-10,Sunday,13:00,JAX,BAL,36,39,3,PSINet Stadium,Home,outdoors,grass,2000091005
19
+ 17,2000_02_GB_BUF,2000,REG,2,2000-09-10,Sunday,13:00,GB,BUF,18,27,9,Ralph Wilson Stadium,Home,outdoors,astroturf,2000091004
20
+ 18,2000_02_CLE_CIN,2000,REG,2,2000-09-10,Sunday,13:00,CLE,CIN,24,7,-17,Paul Brown Stadium,Home,outdoors,grass,2000091003
21
+ 19,2000_02_MIA_MIN,2000,REG,2,2000-09-10,Sunday,13:00,MIA,MIN,7,13,6,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2000091007
22
+ 20,2000_02_NYG_PHI,2000,REG,2,2000-09-10,Sunday,13:00,NYG,PHI,33,18,-15,Veterans Stadium,Home,outdoors,astroturf,2000091009
23
+ 21,2000_02_CHI_TB,2000,REG,2,2000-09-10,Sunday,13:00,CHI,TB,0,41,41,Raymond James Stadium,Home,outdoors,grass,2000091002
24
+ 22,2000_02_KC_TEN,2000,REG,2,2000-09-10,Sunday,13:00,KC,TEN,14,17,3,Adelphia Coliseum,Home,outdoors,grass,2000091006
25
+ 23,2000_02_ATL_DEN,2000,REG,2,2000-09-10,Sunday,16:15,ATL,DEN,14,42,28,Mile High Stadium,Home,outdoors,grass,2000091000
26
+ 24,2000_02_WAS_DET,2000,REG,2,2000-09-10,Sunday,16:15,WAS,DET,10,15,5,Pontiac Silverdome,Home,dome,astroturf,2000091012
27
+ 25,2000_02_NO_SD,2000,REG,2,2000-09-10,Sunday,16:15,NO,SD,28,27,-1,Qualcomm Stadium,Home,outdoors,grass,2000091008
28
+ 26,2000_02_STL_SEA,2000,REG,2,2000-09-10,Sunday,16:15,STL,SEA,37,34,-3,Husky Stadium,Home,outdoors,fieldturf,2000091011
29
+ 27,2000_02_CAR_SF,2000,REG,2,2000-09-10,Sunday,16:15,CAR,SF,38,22,-16,3Com Park,Home,outdoors,grass,2000091001
30
+ 28,2000_02_DAL_ARI,2000,REG,2,2000-09-10,Sunday,20:20,DAL,ARI,31,32,1,Sun Devil Stadium,Home,outdoors,grass,2000091013
31
+ 29,2000_02_NE_NYJ,2000,REG,2,2000-09-11,Monday,09:00,NE,NYJ,19,20,1,Giants Stadium,Home,outdoors,grass,2000091100
32
+ 30,2000_03_ATL_CAR,2000,REG,3,2000-09-17,Sunday,13:00,ATL,CAR,15,10,-5,Ericsson Stadium,Home,outdoors,grass,2000091700
33
+ 31,2000_03_PIT_CLE,2000,REG,3,2000-09-17,Sunday,13:00,PIT,CLE,20,23,3,Cleveland Browns Stadium,Home,outdoors,grass,2000091708
34
+ 32,2000_03_TB_DET,2000,REG,3,2000-09-17,Sunday,13:00,TB,DET,31,10,-21,Pontiac Silverdome,Home,dome,astroturf,2000091711
35
+ 33,2000_03_PHI_GB,2000,REG,3,2000-09-17,Sunday,13:00,PHI,GB,3,6,3,Lambeau Field,Home,outdoors,grass,2000091707
36
+ 34,2000_03_CIN_JAX,2000,REG,3,2000-09-17,Sunday,13:00,CIN,JAX,0,13,13,Alltel Stadium,Home,outdoors,grass,2000091702
37
+ 35,2000_03_SD_KC,2000,REG,3,2000-09-17,Sunday,13:00,SD,KC,10,42,32,Arrowhead Stadium,Home,outdoors,grass,2000091709
38
+ 36,2000_03_BUF_NYJ,2000,REG,3,2000-09-17,Sunday,13:00,BUF,NYJ,14,27,13,Giants Stadium,Home,outdoors,grass,2000091701
39
+ 37,2000_03_SF_STL,2000,REG,3,2000-09-17,Sunday,13:00,SF,STL,24,41,17,TWA Dome,Home,dome,astroturf,2000091710
40
+ 38,2000_03_DEN_OAK,2000,REG,3,2000-09-17,Sunday,16:05,DEN,OAK,33,24,-9,Network Associates Coliseum,Home,outdoors,grass,2000091703
41
+ 39,2000_03_NYG_CHI,2000,REG,3,2000-09-17,Sunday,16:15,NYG,CHI,14,7,-7,Soldier Field,Home,outdoors,grass,2000091706
42
+ 40,2000_03_MIN_NE,2000,REG,3,2000-09-17,Sunday,16:15,MIN,NE,21,13,-8,Foxboro Stadium,Home,outdoors,grass,2000091704
43
+ 41,2000_03_NO_SEA,2000,REG,3,2000-09-17,Sunday,16:15,NO,SEA,10,20,10,Husky Stadium,Home,outdoors,fieldturf,2000091705
44
+ 42,2000_03_BAL_MIA,2000,REG,3,2000-09-17,Sunday,20:20,BAL,MIA,6,19,13,Pro Player Stadium,Home,outdoors,grass,2000091712
45
+ 43,2000_03_DAL_WAS,2000,REG,3,2000-09-18,Monday,09:00,DAL,WAS,27,21,-6,FedExField,Home,outdoors,grass,2000091800
46
+ 44,2000_04_STL_ATL,2000,REG,4,2000-09-24,Sunday,13:00,STL,ATL,41,20,-21,Georgia Dome,Home,dome,astroturf,2000092408
47
+ 45,2000_04_CIN_BAL,2000,REG,4,2000-09-24,Sunday,13:00,CIN,BAL,0,37,37,PSINet Stadium,Home,outdoors,grass,2000092400
48
+ 46,2000_04_DET_CHI,2000,REG,4,2000-09-24,Sunday,13:00,DET,CHI,21,14,-7,Soldier Field,Home,outdoors,grass,2000092402
49
+ 47,2000_04_SF_DAL,2000,REG,4,2000-09-24,Sunday,13:00,SF,DAL,41,24,-17,Texas Stadium,Home,outdoors,astroturf,2000092409
50
+ 48,2000_04_NE_MIA,2000,REG,4,2000-09-24,Sunday,13:00,NE,MIA,3,10,7,Pro Player Stadium,Home,outdoors,grass,2000092405
51
+ 49,2000_04_PHI_NO,2000,REG,4,2000-09-24,Sunday,13:00,PHI,NO,21,7,-14,Louisiana Superdome,Home,dome,astroturf,2000092407
52
+ 50,2000_04_TEN_PIT,2000,REG,4,2000-09-24,Sunday,13:00,TEN,PIT,23,20,-3,Three Rivers Stadium,Home,outdoors,astroturf,2000092411
53
+ 51,2000_04_GB_ARI,2000,REG,4,2000-09-24,Sunday,15:05,GB,ARI,29,3,-26,Sun Devil Stadium,Home,outdoors,grass,2000092403
54
+ 52,2000_04_KC_DEN,2000,REG,4,2000-09-24,Sunday,16:15,KC,DEN,23,22,-1,Mile High Stadium,Home,outdoors,grass,2000092404
55
+ 53,2000_04_CLE_OAK,2000,REG,4,2000-09-24,Sunday,16:15,CLE,OAK,10,36,26,Network Associates Coliseum,Home,outdoors,grass,2000092401
56
+ 54,2000_04_SEA_SD,2000,REG,4,2000-09-24,Sunday,16:15,SEA,SD,20,12,-8,Qualcomm Stadium,Home,outdoors,grass,2000092410
57
+ 55,2000_04_NYJ_TB,2000,REG,4,2000-09-24,Sunday,16:15,NYJ,TB,21,17,-4,Raymond James Stadium,Home,outdoors,grass,2000092406
58
+ 56,2000_04_WAS_NYG,2000,REG,4,2000-09-24,Sunday,20:20,WAS,NYG,16,6,-10,Giants Stadium,Home,outdoors,grass,2000092412
59
+ 57,2000_04_JAX_IND,2000,REG,4,2000-09-25,Monday,09:00,JAX,IND,14,43,29,RCA Dome,Home,dome,astroturf,2000092500
60
+ 58,2000_05_IND_BUF,2000,REG,5,2000-10-01,Sunday,13:00,IND,BUF,18,16,-2,Ralph Wilson Stadium,Home,outdoors,astroturf,2000100104
61
+ 59,2000_05_DAL_CAR,2000,REG,5,2000-10-01,Sunday,13:00,DAL,CAR,16,13,-3,Ericsson Stadium,Home,outdoors,grass,2000100103
62
+ 60,2000_05_BAL_CLE,2000,REG,5,2000-10-01,Sunday,13:00,BAL,CLE,12,0,-12,Cleveland Browns Stadium,Home,outdoors,grass,2000100101
63
+ 61,2000_05_MIN_DET,2000,REG,5,2000-10-01,Sunday,13:00,MIN,DET,31,24,-7,Pontiac Silverdome,Home,dome,astroturf,2000100106
64
+ 62,2000_05_PIT_JAX,2000,REG,5,2000-10-01,Sunday,13:00,PIT,JAX,24,13,-11,Alltel Stadium,Home,outdoors,grass,2000100109
65
+ 63,2000_05_SD_STL,2000,REG,5,2000-10-01,Sunday,13:00,SD,STL,31,57,26,TWA Dome,Home,dome,astroturf,2000100110
66
+ 64,2000_05_NYG_TEN,2000,REG,5,2000-10-01,Sunday,13:00,NYG,TEN,14,28,14,Adelphia Coliseum,Home,outdoors,grass,2000100108
67
+ 65,2000_05_MIA_CIN,2000,REG,5,2000-10-01,Sunday,16:05,MIA,CIN,31,16,-15,Paul Brown Stadium,Home,outdoors,grass,2000100105
68
+ 66,2000_05_NE_DEN,2000,REG,5,2000-10-01,Sunday,16:05,NE,DEN,28,19,-9,Mile High Stadium,Home,outdoors,grass,2000100107
69
+ 67,2000_05_CHI_GB,2000,REG,5,2000-10-01,Sunday,16:15,CHI,GB,27,24,-3,Lambeau Field,Home,outdoors,grass,2000100102
70
+ 68,2000_05_ARI_SF,2000,REG,5,2000-10-01,Sunday,16:15,ARI,SF,20,27,7,3Com Park,Home,outdoors,grass,2000100100
71
+ 69,2000_05_TB_WAS,2000,REG,5,2000-10-01,Sunday,16:15,TB,WAS,17,20,3,FedExField,Home,outdoors,grass,2000100111
72
+ 70,2000_05_ATL_PHI,2000,REG,5,2000-10-01,Sunday,20:20,ATL,PHI,10,38,28,Veterans Stadium,Home,outdoors,astroturf,2000100112
73
+ 71,2000_05_SEA_KC,2000,REG,5,2000-10-02,Monday,09:00,SEA,KC,17,24,7,Arrowhead Stadium,Home,outdoors,grass,2000100200
74
+ 72,2000_06_NO_CHI,2000,REG,6,2000-10-08,Sunday,13:00,NO,CHI,31,10,-21,Soldier Field,Home,outdoors,grass,2000100805
75
+ 73,2000_06_TEN_CIN,2000,REG,6,2000-10-08,Sunday,13:00,TEN,CIN,23,14,-9,Paul Brown Stadium,Home,outdoors,grass,2000100810
76
+ 74,2000_06_GB_DET,2000,REG,6,2000-10-08,Sunday,13:00,GB,DET,24,31,7,Pontiac Silverdome,Home,dome,astroturf,2000100803
77
+ 75,2000_06_BUF_MIA,2000,REG,6,2000-10-08,Sunday,13:00,BUF,MIA,13,22,9,Pro Player Stadium,Home,outdoors,grass,2000100800
78
+ 76,2000_06_IND_NE,2000,REG,6,2000-10-08,Sunday,13:00,IND,NE,16,24,8,Foxboro Stadium,Home,outdoors,grass,2000100804
79
+ 77,2000_06_PIT_NYJ,2000,REG,6,2000-10-08,Sunday,13:00,PIT,NYJ,20,3,-17,Giants Stadium,Home,outdoors,grass,2000100808
80
+ 78,2000_06_WAS_PHI,2000,REG,6,2000-10-08,Sunday,13:00,WAS,PHI,17,14,-3,Veterans Stadium,Home,outdoors,astroturf,2000100811
81
+ 79,2000_06_CLE_ARI,2000,REG,6,2000-10-08,Sunday,15:15,CLE,ARI,21,29,8,Sun Devil Stadium,Home,outdoors,grass,2000100801
82
+ 80,2000_06_NYG_ATL,2000,REG,6,2000-10-08,Sunday,16:05,NYG,ATL,13,6,-7,Georgia Dome,Home,dome,astroturf,2000100806
83
+ 81,2000_06_SEA_CAR,2000,REG,6,2000-10-08,Sunday,16:15,SEA,CAR,3,26,23,Ericsson Stadium,Home,outdoors,grass,2000100809
84
+ 82,2000_06_DEN_SD,2000,REG,6,2000-10-08,Sunday,16:15,DEN,SD,21,7,-14,Qualcomm Stadium,Home,outdoors,grass,2000100802
85
+ 83,2000_06_OAK_SF,2000,REG,6,2000-10-08,Sunday,16:15,OAK,SF,34,28,-6,3Com Park,Home,outdoors,grass,2000100807
86
+ 84,2000_06_BAL_JAX,2000,REG,6,2000-10-08,Sunday,20:20,BAL,JAX,15,10,-5,Alltel Stadium,Home,outdoors,grass,2000100812
87
+ 85,2000_06_TB_MIN,2000,REG,6,2000-10-09,Monday,09:00,TB,MIN,23,30,7,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2000100900
88
+ 86,2000_07_SD_BUF,2000,REG,7,2000-10-15,Sunday,13:00,SD,BUF,24,27,3,Ralph Wilson Stadium,Home,outdoors,astroturf,2000101510
89
+ 87,2000_07_OAK_KC,2000,REG,7,2000-10-15,Sunday,13:00,OAK,KC,20,17,-3,Arrowhead Stadium,Home,outdoors,grass,2000101508
90
+ 88,2000_07_CAR_NO,2000,REG,7,2000-10-15,Sunday,13:00,CAR,NO,6,24,18,Louisiana Superdome,Home,dome,astroturf,2000101502
91
+ 89,2000_07_DAL_NYG,2000,REG,7,2000-10-15,Sunday,13:00,DAL,NYG,14,19,5,Giants Stadium,Home,outdoors,grass,2000101505
92
+ 90,2000_07_CIN_PIT,2000,REG,7,2000-10-15,Sunday,13:00,CIN,PIT,0,15,15,Three Rivers Stadium,Home,outdoors,astroturf,2000101503
93
+ 91,2000_07_ATL_STL,2000,REG,7,2000-10-15,Sunday,13:00,ATL,STL,29,45,16,TWA Dome,Home,dome,astroturf,2000101500
94
+ 92,2000_07_BAL_WAS,2000,REG,7,2000-10-15,Sunday,13:00,BAL,WAS,3,10,7,FedExField,Home,outdoors,grass,2000101501
95
+ 93,2000_07_PHI_ARI,2000,REG,7,2000-10-15,Sunday,15:15,PHI,ARI,33,14,-19,Sun Devil Stadium,Home,outdoors,grass,2000101509
96
+ 94,2000_07_CLE_DEN,2000,REG,7,2000-10-15,Sunday,16:05,CLE,DEN,10,44,34,Mile High Stadium,Home,outdoors,grass,2000101504
97
+ 95,2000_07_NYJ_NE,2000,REG,7,2000-10-15,Sunday,16:05,NYJ,NE,34,17,-17,Foxboro Stadium,Home,outdoors,grass,2000101507
98
+ 96,2000_07_IND_SEA,2000,REG,7,2000-10-15,Sunday,16:05,IND,SEA,37,24,-13,Husky Stadium,Home,outdoors,fieldturf,2000101506
99
+ 97,2000_07_SF_GB,2000,REG,7,2000-10-15,Sunday,16:15,SF,GB,28,31,3,Lambeau Field,Home,outdoors,grass,2000101511
100
+ 98,2000_07_MIN_CHI,2000,REG,7,2000-10-15,Sunday,20:20,MIN,CHI,28,16,-12,Soldier Field,Home,outdoors,grass,2000101512
101
+ 99,2000_07_JAX_TEN,2000,REG,7,2000-10-16,Monday,09:00,JAX,TEN,13,27,14,Adelphia Coliseum,Home,outdoors,grass,2000101600
102
+ 100,2000_08_DET_TB,2000,REG,8,2000-10-19,Thursday,20:20,DET,TB,28,14,-14,Raymond James Stadium,Home,outdoors,grass,2000101900
103
+ 101,2000_08_NE_IND,2000,REG,8,2000-10-22,Sunday,12:00,NE,IND,23,30,7,RCA Dome,Home,dome,astroturf,2000102205
104
+ 102,2000_08_NO_ATL,2000,REG,8,2000-10-22,Sunday,13:00,NO,ATL,21,19,-2,Georgia Dome,Home,dome,astroturf,2000102206
105
+ 103,2000_08_TEN_BAL,2000,REG,8,2000-10-22,Sunday,13:00,TEN,BAL,14,6,-8,PSINet Stadium,Home,outdoors,grass,2000102210
106
+ 104,2000_08_SF_CAR,2000,REG,8,2000-10-22,Sunday,13:00,SF,CAR,16,34,18,Ericsson Stadium,Home,outdoors,grass,2000102208
107
+ 105,2000_08_DEN_CIN,2000,REG,8,2000-10-22,Sunday,13:00,DEN,CIN,21,31,10,Paul Brown Stadium,Home,outdoors,grass,2000102204
108
+ 106,2000_08_ARI_DAL,2000,REG,8,2000-10-22,Sunday,13:00,ARI,DAL,7,48,41,Texas Stadium,Home,outdoors,astroturf,2000102200
109
+ 107,2000_08_STL_KC,2000,REG,8,2000-10-22,Sunday,13:00,STL,KC,34,54,20,Arrowhead Stadium,Home,outdoors,grass,2000102207
110
+ 108,2000_08_BUF_MIN,2000,REG,8,2000-10-22,Sunday,13:00,BUF,MIN,27,31,4,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2000102201
111
+ 109,2000_08_CHI_PHI,2000,REG,8,2000-10-22,Sunday,13:00,CHI,PHI,9,13,4,Veterans Stadium,Home,outdoors,astroturf,2000102202
112
+ 110,2000_08_SEA_OAK,2000,REG,8,2000-10-22,Sunday,16:05,SEA,OAK,3,31,28,Network Associates Coliseum,Home,outdoors,grass,2000102209
113
+ 111,2000_08_CLE_PIT,2000,REG,8,2000-10-22,Sunday,16:05,CLE,PIT,0,22,22,Three Rivers Stadium,Home,outdoors,astroturf,2000102203
114
+ 112,2000_08_WAS_JAX,2000,REG,8,2000-10-22,Sunday,16:15,WAS,JAX,35,16,-19,Alltel Stadium,Home,outdoors,grass,2000102211
115
+ 113,2000_08_MIA_NYJ,2000,REG,8,2000-10-23,Monday,09:00,MIA,NYJ,37,40,3,Giants Stadium,Home,outdoors,grass,2000102300
116
+ 114,2000_09_CAR_ATL,2000,REG,9,2000-10-29,Sunday,13:00,CAR,ATL,12,13,1,Georgia Dome,Home,dome,astroturf,2000102900
117
+ 115,2000_09_PIT_BAL,2000,REG,9,2000-10-29,Sunday,13:00,PIT,BAL,9,6,-3,PSINet Stadium,Home,outdoors,grass,2000102910
118
+ 116,2000_09_NYJ_BUF,2000,REG,9,2000-10-29,Sunday,13:00,NYJ,BUF,20,23,3,Ralph Wilson Stadium,Home,outdoors,astroturf,2000102908
119
+ 117,2000_09_CIN_CLE,2000,REG,9,2000-10-29,Sunday,13:00,CIN,CLE,12,3,-9,Cleveland Browns Stadium,Home,outdoors,grass,2000102901
120
+ 118,2000_09_DET_IND,2000,REG,9,2000-10-29,Sunday,13:00,DET,IND,18,30,12,RCA Dome,Home,dome,astroturf,2000102902
121
+ 119,2000_09_GB_MIA,2000,REG,9,2000-10-29,Sunday,13:00,GB,MIA,20,28,8,Pro Player Stadium,Home,outdoors,grass,2000102903
122
+ 120,2000_09_MIN_TB,2000,REG,9,2000-10-29,Sunday,13:00,MIN,TB,13,41,28,Raymond James Stadium,Home,outdoors,grass,2000102906
123
+ 121,2000_09_NO_ARI,2000,REG,9,2000-10-29,Sunday,16:05,NO,ARI,21,10,-11,Sun Devil Stadium,Home,outdoors,grass,2000102907
124
+ 122,2000_09_PHI_NYG,2000,REG,9,2000-10-29,Sunday,16:05,PHI,NYG,7,24,17,Giants Stadium,Home,outdoors,grass,2000102909
125
+ 123,2000_09_STL_SF,2000,REG,9,2000-10-29,Sunday,16:05,STL,SF,34,24,-10,3Com Park,Home,outdoors,grass,2000102911
126
+ 124,2000_09_JAX_DAL,2000,REG,9,2000-10-29,Sunday,16:15,JAX,DAL,23,17,-6,Texas Stadium,Home,outdoors,astroturf,2000102904
127
+ 125,2000_09_KC_SEA,2000,REG,9,2000-10-29,Sunday,16:15,KC,SEA,24,19,-5,Husky Stadium,Home,outdoors,fieldturf,2000102905
128
+ 126,2000_09_OAK_SD,2000,REG,9,2000-10-29,Sunday,20:20,OAK,SD,15,13,-2,Qualcomm Stadium,Home,outdoors,grass,2000102912
129
+ 127,2000_09_TEN_WAS,2000,REG,9,2000-10-30,Monday,09:00,TEN,WAS,27,21,-6,FedExField,Home,outdoors,grass,2000103000
130
+ 128,2000_10_TB_ATL,2000,REG,10,2000-11-05,Sunday,13:00,TB,ATL,27,14,-13,Georgia Dome,Home,dome,astroturf,2000110511
131
+ 129,2000_10_IND_CHI,2000,REG,10,2000-11-05,Sunday,13:00,IND,CHI,24,27,3,Soldier Field,Home,outdoors,grass,2000110504
132
+ 130,2000_10_BAL_CIN,2000,REG,10,2000-11-05,Sunday,13:00,BAL,CIN,27,7,-20,Paul Brown Stadium,Home,outdoors,grass,2000110500
133
+ 131,2000_10_NYG_CLE,2000,REG,10,2000-11-05,Sunday,13:00,NYG,CLE,24,3,-21,Cleveland Browns Stadium,Home,outdoors,grass,2000110507
134
+ 132,2000_10_MIA_DET,2000,REG,10,2000-11-05,Sunday,13:00,MIA,DET,23,8,-15,Pontiac Silverdome,Home,dome,astroturf,2000110506
135
+ 133,2000_10_BUF_NE,2000,REG,10,2000-11-05,Sunday,13:00,BUF,NE,16,13,-3,Foxboro Stadium,Home,outdoors,grass,2000110501
136
+ 134,2000_10_SF_NO,2000,REG,10,2000-11-05,Sunday,13:00,SF,NO,15,31,16,Louisiana Superdome,Home,dome,astroturf,2000110510
137
+ 135,2000_10_DAL_PHI,2000,REG,10,2000-11-05,Sunday,13:00,DAL,PHI,13,16,3,Veterans Stadium,Home,outdoors,astroturf,2000110502
138
+ 136,2000_10_PIT_TEN,2000,REG,10,2000-11-05,Sunday,13:00,PIT,TEN,7,9,2,Adelphia Coliseum,Home,outdoors,grass,2000110508
139
+ 137,2000_10_WAS_ARI,2000,REG,10,2000-11-05,Sunday,16:05,WAS,ARI,15,16,1,Sun Devil Stadium,Home,outdoors,grass,2000110512
140
+ 138,2000_10_DEN_NYJ,2000,REG,10,2000-11-05,Sunday,16:15,DEN,NYJ,30,23,-7,Giants Stadium,Home,outdoors,grass,2000110503
141
+ 139,2000_10_KC_OAK,2000,REG,10,2000-11-05,Sunday,16:15,KC,OAK,31,49,18,Network Associates Coliseum,Home,outdoors,grass,2000110505
142
+ 140,2000_10_SD_SEA,2000,REG,10,2000-11-05,Sunday,16:15,SD,SEA,15,17,2,Husky Stadium,Home,outdoors,fieldturf,2000110509
143
+ 141,2000_10_CAR_STL,2000,REG,10,2000-11-05,Sunday,20:20,CAR,STL,27,24,-3,TWA Dome,Home,dome,astroturf,2000110513
144
+ 142,2000_10_MIN_GB,2000,REG,10,2000-11-06,Monday,09:00,MIN,GB,20,26,6,Lambeau Field,Home,outdoors,grass,2000110600
145
+ 143,2000_11_CHI_BUF,2000,REG,11,2000-11-12,Sunday,13:00,CHI,BUF,3,20,17,Ralph Wilson Stadium,Home,outdoors,astroturf,2000111203
146
+ 144,2000_11_NO_CAR,2000,REG,11,2000-11-12,Sunday,13:00,NO,CAR,20,10,-10,Ericsson Stadium,Home,outdoors,grass,2000111209
147
+ 145,2000_11_CIN_DAL,2000,REG,11,2000-11-12,Sunday,13:00,CIN,DAL,6,23,17,Texas Stadium,Home,outdoors,astroturf,2000111204
148
+ 146,2000_11_ATL_DET,2000,REG,11,2000-11-12,Sunday,13:00,ATL,DET,10,13,3,Pontiac Silverdome,Home,dome,astroturf,2000111201
149
+ 147,2000_11_SEA_JAX,2000,REG,11,2000-11-12,Sunday,13:00,SEA,JAX,28,21,-7,Alltel Stadium,Home,outdoors,grass,2000111212
150
+ 148,2000_11_ARI_MIN,2000,REG,11,2000-11-12,Sunday,13:00,ARI,MIN,14,31,17,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2000111200
151
+ 149,2000_11_PHI_PIT,2000,REG,11,2000-11-12,Sunday,13:00,PHI,PIT,26,23,-3,Three Rivers Stadium,Home,outdoors,astroturf,2000111210
152
+ 150,2000_11_BAL_TEN,2000,REG,11,2000-11-12,Sunday,13:00,BAL,TEN,24,23,-1,Adelphia Coliseum,Home,outdoors,grass,2000111202
153
+ 151,2000_11_NE_CLE,2000,REG,11,2000-11-12,Sunday,13:05,NE,CLE,11,19,8,Cleveland Browns Stadium,Home,outdoors,grass,2000111208
154
+ 152,2000_11_MIA_SD,2000,REG,11,2000-11-12,Sunday,16:05,MIA,SD,17,7,-10,Qualcomm Stadium,Home,outdoors,grass,2000111207
155
+ 153,2000_11_KC_SF,2000,REG,11,2000-11-12,Sunday,16:05,KC,SF,7,21,14,3Com Park,Home,outdoors,grass,2000111206
156
+ 154,2000_11_STL_NYG,2000,REG,11,2000-11-12,Sunday,16:15,STL,NYG,38,24,-14,Giants Stadium,Home,outdoors,grass,2000111211
157
+ 155,2000_11_GB_TB,2000,REG,11,2000-11-12,Sunday,16:15,GB,TB,15,20,5,Raymond James Stadium,Home,outdoors,grass,2000111205
158
+ 156,2000_11_NYJ_IND,2000,REG,11,2000-11-12,Sunday,20:20,NYJ,IND,15,23,8,RCA Dome,Home,dome,astroturf,2000111213
159
+ 157,2000_11_OAK_DEN,2000,REG,11,2000-11-13,Monday,09:00,OAK,DEN,24,27,3,Mile High Stadium,Home,outdoors,grass,2000111300
160
+ 158,2000_12_TB_CHI,2000,REG,12,2000-11-19,Sunday,13:00,TB,CHI,10,13,3,Soldier Field,Home,outdoors,grass,2000111912
161
+ 159,2000_12_IND_GB,2000,REG,12,2000-11-19,Sunday,13:00,IND,GB,24,26,2,Lambeau Field,Home,outdoors,grass,2000111908
162
+ 160,2000_12_BUF_KC,2000,REG,12,2000-11-19,Sunday,13:00,BUF,KC,21,17,-4,Arrowhead Stadium,Home,outdoors,grass,2000111902
163
+ 161,2000_12_CAR_MIN,2000,REG,12,2000-11-19,Sunday,13:00,CAR,MIN,17,31,14,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2000111903
164
+ 162,2000_12_CIN_NE,2000,REG,12,2000-11-19,Sunday,13:00,CIN,NE,13,16,3,Foxboro Stadium,Home,outdoors,grass,2000111904
165
+ 163,2000_12_OAK_NO,2000,REG,12,2000-11-19,Sunday,13:00,OAK,NO,31,22,-9,Louisiana Superdome,Home,dome,astroturf,2000111910
166
+ 164,2000_12_DET_NYG,2000,REG,12,2000-11-19,Sunday,13:00,DET,NYG,31,21,-10,Giants Stadium,Home,outdoors,grass,2000111907
167
+ 165,2000_12_ARI_PHI,2000,REG,12,2000-11-19,Sunday,13:00,ARI,PHI,9,34,25,Veterans Stadium,Home,outdoors,astroturf,2000111900
168
+ 166,2000_12_CLE_TEN,2000,REG,12,2000-11-19,Sunday,13:00,CLE,TEN,10,24,14,Adelphia Coliseum,Home,outdoors,grass,2000111905
169
+ 167,2000_12_SD_DEN,2000,REG,12,2000-11-19,Sunday,16:05,SD,DEN,37,38,1,Mile High Stadium,Home,outdoors,grass,2000111911
170
+ 168,2000_12_NYJ_MIA,2000,REG,12,2000-11-19,Sunday,16:05,NYJ,MIA,20,3,-17,Pro Player Stadium,Home,outdoors,grass,2000111909
171
+ 169,2000_12_DAL_BAL,2000,REG,12,2000-11-19,Sunday,16:15,DAL,BAL,0,27,27,PSINet Stadium,Home,outdoors,grass,2000111906
172
+ 170,2000_12_ATL_SF,2000,REG,12,2000-11-19,Sunday,16:15,ATL,SF,6,16,10,3Com Park,Home,outdoors,grass,2000111901
173
+ 171,2000_12_JAX_PIT,2000,REG,12,2000-11-19,Sunday,20:20,JAX,PIT,34,24,-10,Three Rivers Stadium,Home,outdoors,astroturf,2000111913
174
+ 172,2000_12_WAS_STL,2000,REG,12,2000-11-20,Monday,09:00,WAS,STL,33,20,-13,TWA Dome,Home,dome,astroturf,2000112000
175
+ 173,2000_13_NE_DET,2000,REG,13,2000-11-23,Thursday,12:30,NE,DET,9,34,25,Pontiac Silverdome,Home,dome,astroturf,2000112301
176
+ 174,2000_13_MIN_DAL,2000,REG,13,2000-11-23,Thursday,16:05,MIN,DAL,27,15,-12,Texas Stadium,Home,outdoors,astroturf,2000112300
177
+ 175,2000_13_CLE_BAL,2000,REG,13,2000-11-26,Sunday,13:00,CLE,BAL,7,44,37,PSINet Stadium,Home,outdoors,grass,2000112603
178
+ 176,2000_13_PIT_CIN,2000,REG,13,2000-11-26,Sunday,13:00,PIT,CIN,48,28,-20,Paul Brown Stadium,Home,outdoors,grass,2000112609
179
+ 177,2000_13_CHI_NYJ,2000,REG,13,2000-11-26,Sunday,13:00,CHI,NYJ,10,17,7,Giants Stadium,Home,outdoors,grass,2000112602
180
+ 178,2000_13_NO_STL,2000,REG,13,2000-11-26,Sunday,13:00,NO,STL,31,24,-7,TWA Dome,Home,dome,astroturf,2000112607
181
+ 179,2000_13_BUF_TB,2000,REG,13,2000-11-26,Sunday,13:00,BUF,TB,17,31,14,Raymond James Stadium,Home,outdoors,grass,2000112601
182
+ 180,2000_13_PHI_WAS,2000,REG,13,2000-11-26,Sunday,13:00,PHI,WAS,23,20,-3,FedExField,Home,outdoors,grass,2000112608
183
+ 181,2000_13_ATL_OAK,2000,REG,13,2000-11-26,Sunday,16:05,ATL,OAK,14,41,27,Network Associates Coliseum,Home,outdoors,grass,2000112600
184
+ 182,2000_13_MIA_IND,2000,REG,13,2000-11-26,Sunday,16:15,MIA,IND,17,14,-3,RCA Dome,Home,dome,astroturf,2000112606
185
+ 183,2000_13_TEN_JAX,2000,REG,13,2000-11-26,Sunday,16:15,TEN,JAX,13,16,3,Alltel Stadium,Home,outdoors,grass,2000112610
186
+ 184,2000_13_KC_SD,2000,REG,13,2000-11-26,Sunday,16:15,KC,SD,16,17,1,Qualcomm Stadium,Home,outdoors,grass,2000112605
187
+ 185,2000_13_DEN_SEA,2000,REG,13,2000-11-26,Sunday,16:15,DEN,SEA,38,31,-7,Husky Stadium,Home,outdoors,fieldturf,2000112604
188
+ 186,2000_13_NYG_ARI,2000,REG,13,2000-11-26,Sunday,20:20,NYG,ARI,31,7,-24,Sun Devil Stadium,Home,outdoors,grass,2000112611
189
+ 187,2000_13_GB_CAR,2000,REG,13,2000-11-27,Monday,09:00,GB,CAR,14,31,17,Ericsson Stadium,Home,outdoors,grass,2000112700
190
+ 188,2000_14_DET_MIN,2000,REG,14,2000-11-30,Thursday,20:20,DET,MIN,17,24,7,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2000113000
191
+ 189,2000_14_SEA_ATL,2000,REG,14,2000-12-03,Sunday,13:00,SEA,ATL,30,10,-20,Georgia Dome,Home,dome,astroturf,2000120310
192
+ 190,2000_14_MIA_BUF,2000,REG,14,2000-12-03,Sunday,13:00,MIA,BUF,33,6,-27,Ralph Wilson Stadium,Home,outdoors,astroturf,2000120305
193
+ 191,2000_14_STL_CAR,2000,REG,14,2000-12-03,Sunday,13:00,STL,CAR,3,16,13,Ericsson Stadium,Home,outdoors,grass,2000120308
194
+ 192,2000_14_ARI_CIN,2000,REG,14,2000-12-03,Sunday,13:00,ARI,CIN,13,24,11,Paul Brown Stadium,Home,outdoors,grass,2000120300
195
+ 193,2000_14_DEN_NO,2000,REG,14,2000-12-03,Sunday,13:00,DEN,NO,38,23,-15,Louisiana Superdome,Home,dome,astroturf,2000120303
196
+ 194,2000_14_TEN_PHI,2000,REG,14,2000-12-03,Sunday,13:00,TEN,PHI,15,13,-2,Veterans Stadium,Home,outdoors,astroturf,2000120311
197
+ 195,2000_14_OAK_PIT,2000,REG,14,2000-12-03,Sunday,13:00,OAK,PIT,20,21,1,Three Rivers Stadium,Home,outdoors,astroturf,2000120307
198
+ 196,2000_14_DAL_TB,2000,REG,14,2000-12-03,Sunday,13:00,DAL,TB,7,27,20,Raymond James Stadium,Home,outdoors,grass,2000120302
199
+ 197,2000_14_NYG_WAS,2000,REG,14,2000-12-03,Sunday,13:00,NYG,WAS,9,7,-2,FedExField,Home,outdoors,grass,2000120306
200
+ 198,2000_14_SF_SD,2000,REG,14,2000-12-03,Sunday,16:05,SF,SD,45,17,-28,Qualcomm Stadium,Home,outdoors,grass,2000120309
201
+ 199,2000_14_CLE_JAX,2000,REG,14,2000-12-03,Sunday,16:15,CLE,JAX,0,48,48,Alltel Stadium,Home,outdoors,grass,2000120301
202
+ 200,2000_14_IND_NYJ,2000,REG,14,2000-12-03,Sunday,16:15,IND,NYJ,17,27,10,Giants Stadium,Home,outdoors,grass,2000120304
203
+ 201,2000_14_GB_CHI,2000,REG,14,2000-12-03,Sunday,20:20,GB,CHI,28,6,-22,Soldier Field,Home,outdoors,grass,2000120312
204
+ 202,2000_14_KC_NE,2000,REG,14,2000-12-04,Monday,09:00,KC,NE,24,30,6,Foxboro Stadium,Home,outdoors,grass,2000120400
205
+ 203,2000_15_SD_BAL,2000,REG,15,2000-12-10,Sunday,13:00,SD,BAL,3,24,21,PSINet Stadium,Home,outdoors,grass,2000121009
206
+ 204,2000_15_NE_CHI,2000,REG,15,2000-12-10,Sunday,13:00,NE,CHI,17,24,7,Soldier Field,Home,outdoors,grass,2000121005
207
+ 205,2000_15_PHI_CLE,2000,REG,15,2000-12-10,Sunday,13:00,PHI,CLE,35,24,-11,Cleveland Browns Stadium,Home,outdoors,grass,2000121007
208
+ 206,2000_15_DET_GB,2000,REG,15,2000-12-10,Sunday,13:00,DET,GB,13,26,13,Lambeau Field,Home,outdoors,grass,2000121003
209
+ 207,2000_15_ARI_JAX,2000,REG,15,2000-12-10,Sunday,13:00,ARI,JAX,10,44,34,Alltel Stadium,Home,outdoors,grass,2000121000
210
+ 208,2000_15_CAR_KC,2000,REG,15,2000-12-10,Sunday,13:00,CAR,KC,14,15,1,Arrowhead Stadium,Home,outdoors,grass,2000121001
211
+ 209,2000_15_TB_MIA,2000,REG,15,2000-12-10,Sunday,13:00,TB,MIA,16,13,-3,Pro Player Stadium,Home,outdoors,grass,2000121011
212
+ 210,2000_15_PIT_NYG,2000,REG,15,2000-12-10,Sunday,13:00,PIT,NYG,10,30,20,Giants Stadium,Home,outdoors,grass,2000121008
213
+ 211,2000_15_CIN_TEN,2000,REG,15,2000-12-10,Sunday,13:00,CIN,TEN,3,35,32,Adelphia Coliseum,Home,outdoors,grass,2000121002
214
+ 212,2000_15_SEA_DEN,2000,REG,15,2000-12-10,Sunday,16:05,SEA,DEN,24,31,7,Mile High Stadium,Home,outdoors,grass,2000121010
215
+ 213,2000_15_WAS_DAL,2000,REG,15,2000-12-10,Sunday,16:15,WAS,DAL,13,32,19,Texas Stadium,Home,outdoors,astroturf,2000121012
216
+ 214,2000_15_NO_SF,2000,REG,15,2000-12-10,Sunday,16:15,NO,SF,31,27,-4,3Com Park,Home,outdoors,grass,2000121006
217
+ 215,2000_15_MIN_STL,2000,REG,15,2000-12-10,Sunday,16:15,MIN,STL,29,40,11,TWA Dome,Home,dome,astroturf,2000121004
218
+ 216,2000_15_NYJ_OAK,2000,REG,15,2000-12-10,Sunday,20:20,NYJ,OAK,7,31,24,Network Associates Coliseum,Home,outdoors,grass,2000121013
219
+ 217,2000_15_BUF_IND,2000,REG,15,2000-12-11,Monday,09:00,BUF,IND,20,44,24,RCA Dome,Home,dome,astroturf,2000121100
220
+ 218,2000_16_WAS_PIT,2000,REG,16,2000-12-16,Saturday,12:30,WAS,PIT,3,24,21,Three Rivers Stadium,Home,outdoors,astroturf,2000121600
221
+ 219,2000_16_OAK_SEA,2000,REG,16,2000-12-16,Saturday,16:05,OAK,SEA,24,27,3,Husky Stadium,Home,outdoors,fieldturf,2000121601
222
+ 220,2000_16_NE_BUF,2000,REG,16,2000-12-17,Sunday,13:00,NE,BUF,13,10,-3,Ralph Wilson Stadium,Home,outdoors,astroturf,2000121708
223
+ 221,2000_16_SD_CAR,2000,REG,16,2000-12-17,Sunday,13:00,SD,CAR,22,30,8,Ericsson Stadium,Home,outdoors,grass,2000121709
224
+ 222,2000_16_JAX_CIN,2000,REG,16,2000-12-17,Sunday,13:00,JAX,CIN,14,17,3,Paul Brown Stadium,Home,outdoors,grass,2000121707
225
+ 223,2000_16_TEN_CLE,2000,REG,16,2000-12-17,Sunday,13:00,TEN,CLE,24,0,-24,Cleveland Browns Stadium,Home,outdoors,grass,2000121710
226
+ 224,2000_16_DEN_KC,2000,REG,16,2000-12-17,Sunday,13:00,DEN,KC,7,20,13,Arrowhead Stadium,Home,outdoors,grass,2000121703
227
+ 225,2000_16_GB_MIN,2000,REG,16,2000-12-17,Sunday,13:00,GB,MIN,33,28,-5,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2000121705
228
+ 226,2000_16_ATL_NO,2000,REG,16,2000-12-17,Sunday,13:00,ATL,NO,7,23,16,Louisiana Superdome,Home,dome,astroturf,2000121700
229
+ 227,2000_16_DET_NYJ,2000,REG,16,2000-12-17,Sunday,13:00,DET,NYJ,10,7,-3,Giants Stadium,Home,outdoors,grass,2000121704
230
+ 228,2000_16_CHI_SF,2000,REG,16,2000-12-17,Sunday,16:05,CHI,SF,0,17,17,3Com Park,Home,outdoors,grass,2000121702
231
+ 229,2000_16_BAL_ARI,2000,REG,16,2000-12-17,Sunday,16:15,BAL,ARI,13,7,-6,Sun Devil Stadium,Home,outdoors,grass,2000121701
232
+ 230,2000_16_IND_MIA,2000,REG,16,2000-12-17,Sunday,16:15,IND,MIA,20,13,-7,Pro Player Stadium,Home,outdoors,grass,2000121706
233
+ 231,2000_16_NYG_DAL,2000,REG,16,2000-12-17,Sunday,20:20,NYG,DAL,17,13,-4,Texas Stadium,Home,outdoors,astroturf,2000121711
234
+ 232,2000_16_STL_TB,2000,REG,16,2000-12-18,Monday,09:00,STL,TB,35,38,3,Raymond James Stadium,Home,outdoors,grass,2000121800
235
+ 233,2000_17_JAX_NYG,2000,REG,17,2000-12-23,Saturday,12:30,JAX,NYG,25,28,3,Giants Stadium,Home,outdoors,grass,2000122300
236
+ 234,2000_17_SF_DEN,2000,REG,17,2000-12-23,Saturday,16:15,SF,DEN,9,38,29,Mile High Stadium,Home,outdoors,grass,2000122301
237
+ 235,2000_17_BUF_SEA,2000,REG,17,2000-12-23,Saturday,20:20,BUF,SEA,42,23,-19,Husky Stadium,Home,outdoors,fieldturf,2000122302
238
+ 236,2000_17_KC_ATL,2000,REG,17,2000-12-24,Sunday,13:00,KC,ATL,13,29,16,Georgia Dome,Home,dome,astroturf,2000122404
239
+ 237,2000_17_NYJ_BAL,2000,REG,17,2000-12-24,Sunday,13:00,NYJ,BAL,20,34,14,PSINet Stadium,Home,outdoors,grass,2000122407
240
+ 238,2000_17_CHI_DET,2000,REG,17,2000-12-24,Sunday,13:00,CHI,DET,23,20,-3,Pontiac Silverdome,Home,dome,astroturf,2000122402
241
+ 239,2000_17_TB_GB,2000,REG,17,2000-12-24,Sunday,13:00,TB,GB,14,17,3,Lambeau Field,Home,outdoors,grass,2000122410
242
+ 240,2000_17_MIA_NE,2000,REG,17,2000-12-24,Sunday,13:00,MIA,NE,27,24,-3,Foxboro Stadium,Home,outdoors,grass,2000122405
243
+ 241,2000_17_STL_NO,2000,REG,17,2000-12-24,Sunday,13:00,STL,NO,26,21,-5,Louisiana Superdome,Home,dome,astroturf,2000122409
244
+ 242,2000_17_CIN_PHI,2000,REG,17,2000-12-24,Sunday,13:00,CIN,PHI,7,16,9,Veterans Stadium,Home,outdoors,astroturf,2000122403
245
+ 243,2000_17_ARI_WAS,2000,REG,17,2000-12-24,Sunday,13:00,ARI,WAS,3,20,17,FedExField,Home,outdoors,grass,2000122400
246
+ 244,2000_17_PIT_SD,2000,REG,17,2000-12-24,Sunday,16:05,PIT,SD,34,21,-13,Qualcomm Stadium,Home,outdoors,grass,2000122408
247
+ 245,2000_17_MIN_IND,2000,REG,17,2000-12-24,Sunday,16:15,MIN,IND,10,31,21,RCA Dome,Home,dome,astroturf,2000122406
248
+ 246,2000_17_CAR_OAK,2000,REG,17,2000-12-24,Sunday,16:15,CAR,OAK,9,52,43,Network Associates Coliseum,Home,outdoors,grass,2000122401
249
+ 247,2000_17_DAL_TEN,2000,REG,17,2000-12-25,Monday,09:00,DAL,TEN,0,31,31,Adelphia Coliseum,Home,outdoors,grass,2000122500
250
+ 248,2000_18_IND_MIA,2000,WC,18,2000-12-30,Saturday,12:30,IND,MIA,17,23,6,Pro Player Stadium,Home,outdoors,grass,2000123001
251
+ 249,2000_18_STL_NO,2000,WC,18,2000-12-30,Saturday,16:00,STL,NO,28,31,3,Louisiana Superdome,Home,dome,astroturf,2000123000
252
+ 250,2000_18_DEN_BAL,2000,WC,18,2000-12-31,Sunday,12:30,DEN,BAL,3,21,18,PSINet Stadium,Home,outdoors,grass,2000123101
253
+ 251,2000_18_TB_PHI,2000,WC,18,2000-12-31,Sunday,16:15,TB,PHI,3,21,18,Veterans Stadium,Home,outdoors,astroturf,2000123100
254
+ 252,2000_19_NO_MIN,2000,DIV,19,2001-01-06,Saturday,12:30,NO,MIN,16,34,18,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2001010600
255
+ 253,2000_19_MIA_OAK,2000,DIV,19,2001-01-06,Saturday,16:00,MIA,OAK,0,27,27,Network Associates Coliseum,Home,outdoors,grass,2001010601
256
+ 254,2000_19_BAL_TEN,2000,DIV,19,2001-01-07,Sunday,12:30,BAL,TEN,24,10,-14,Adelphia Coliseum,Home,outdoors,grass,2001010700
257
+ 255,2000_19_PHI_NYG,2000,DIV,19,2001-01-07,Sunday,16:00,PHI,NYG,10,20,10,Giants Stadium,Home,outdoors,grass,2001010701
258
+ 256,2000_20_MIN_NYG,2000,CON,20,2001-01-14,Sunday,13:00,MIN,NYG,0,41,41,Giants Stadium,Home,outdoors,grass,2001011401
259
+ 257,2000_20_BAL_OAK,2000,CON,20,2001-01-14,Sunday,16:00,BAL,OAK,16,3,-13,Network Associates Coliseum,Home,outdoors,grass,2001011400
260
+ 258,2000_21_BAL_NYG,2000,SB,21,2001-01-28,Sunday,18:18,BAL,NYG,34,7,-27,Raymond James Stadium,Neutral,outdoors,grass,2001012800
Source/Build/nfl_data_py/data/schedules/2001.csv ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2001_01_CHI_BAL,2001,REG,1,2001-09-09,Sunday,13:00,CHI,BAL,6,17,11,PSINet Stadium,Home,outdoors,grass,2001090902
3
+ 1,2001_01_NO_BUF,2001,REG,1,2001-09-09,Sunday,13:00,NO,BUF,24,6,-18,Ralph Wilson Stadium,Home,outdoors,astroturf,2001090906
4
+ 2,2001_01_NE_CIN,2001,REG,1,2001-09-09,Sunday,13:00,NE,CIN,17,23,6,Paul Brown Stadium,Home,outdoors,grass,2001090905
5
+ 3,2001_01_SEA_CLE,2001,REG,1,2001-09-09,Sunday,13:00,SEA,CLE,9,6,-3,Cleveland Browns Stadium,Home,outdoors,grass,2001090910
6
+ 4,2001_01_TB_DAL,2001,REG,1,2001-09-09,Sunday,13:00,TB,DAL,10,6,-4,Texas Stadium,Home,outdoors,astroturf,2001090911
7
+ 5,2001_01_DET_GB,2001,REG,1,2001-09-09,Sunday,13:00,DET,GB,6,28,22,Lambeau Field,Home,outdoors,grass,2001090903
8
+ 6,2001_01_PIT_JAX,2001,REG,1,2001-09-09,Sunday,13:00,PIT,JAX,3,21,18,Alltel Stadium,Home,outdoors,grass,2001090908
9
+ 7,2001_01_OAK_KC,2001,REG,1,2001-09-09,Sunday,13:00,OAK,KC,27,24,-3,Arrowhead Stadium,Home,outdoors,grass,2001090907
10
+ 8,2001_01_CAR_MIN,2001,REG,1,2001-09-09,Sunday,13:00,CAR,MIN,24,13,-11,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2001090901
11
+ 9,2001_01_IND_NYJ,2001,REG,1,2001-09-09,Sunday,13:00,IND,NYJ,45,24,-21,Giants Stadium,Home,outdoors,grass,2001090904
12
+ 10,2001_01_STL_PHI,2001,REG,1,2001-09-09,Sunday,16:15,STL,PHI,20,17,-3,Veterans Stadium,Home,outdoors,fieldturf,2001090909
13
+ 11,2001_01_WAS_SD,2001,REG,1,2001-09-09,Sunday,16:15,WAS,SD,3,30,27,Qualcomm Stadium,Home,outdoors,grass,2001090912
14
+ 12,2001_01_ATL_SF,2001,REG,1,2001-09-09,Sunday,16:15,ATL,SF,13,16,3,3Com Park,Home,outdoors,grass,2001090900
15
+ 13,2001_01_MIA_TEN,2001,REG,1,2001-09-09,Sunday,20:30,MIA,TEN,31,23,-8,Adelphia Coliseum,Home,outdoors,grass,2001090913
16
+ 14,2001_01_NYG_DEN,2001,REG,1,2001-09-10,Monday,09:00,NYG,DEN,20,31,11,Invesco Field at Mile High,Home,outdoors,grass,2001091000
17
+ 15,2001_02_CAR_ATL,2001,REG,2,2001-09-23,Sunday,13:00,CAR,ATL,16,24,8,Georgia Dome,Home,dome,astroturf,2001092302
18
+ 16,2001_02_MIN_CHI,2001,REG,2,2001-09-23,Sunday,13:00,MIN,CHI,10,17,7,Soldier Field,Home,outdoors,grass,2001092304
19
+ 17,2001_02_BAL_CIN,2001,REG,2,2001-09-23,Sunday,13:00,BAL,CIN,10,21,11,Paul Brown Stadium,Home,outdoors,grass,2001092300
20
+ 18,2001_02_DET_CLE,2001,REG,2,2001-09-23,Sunday,13:00,DET,CLE,14,24,10,Cleveland Browns Stadium,Home,outdoors,grass,2001092303
21
+ 19,2001_02_SD_DAL,2001,REG,2,2001-09-23,Sunday,13:00,SD,DAL,32,21,-11,Texas Stadium,Home,outdoors,astroturf,2001092310
22
+ 20,2001_02_BUF_IND,2001,REG,2,2001-09-23,Sunday,13:00,BUF,IND,26,42,16,RCA Dome,Home,dome,astroturf,2001092301
23
+ 21,2001_02_TEN_JAX,2001,REG,2,2001-09-23,Sunday,13:00,TEN,JAX,6,13,7,Alltel Stadium,Home,outdoors,grass,2001092311
24
+ 22,2001_02_NYG_KC,2001,REG,2,2001-09-23,Sunday,13:00,NYG,KC,13,3,-10,Arrowhead Stadium,Home,outdoors,grass,2001092305
25
+ 23,2001_02_OAK_MIA,2001,REG,2,2001-09-23,Sunday,13:00,OAK,MIA,15,18,3,Pro Player Stadium,Home,outdoors,grass,2001092307
26
+ 24,2001_02_NYJ_NE,2001,REG,2,2001-09-23,Sunday,16:05,NYJ,NE,10,3,-7,Foxboro Stadium,Home,outdoors,grass,2001092306
27
+ 25,2001_02_PHI_SEA,2001,REG,2,2001-09-23,Sunday,16:15,PHI,SEA,27,3,-24,Husky Stadium,Home,outdoors,fieldturf,2001092308
28
+ 26,2001_02_STL_SF,2001,REG,2,2001-09-23,Sunday,16:15,STL,SF,30,26,-4,3Com Park,Home,outdoors,grass,2001092309
29
+ 27,2001_02_DEN_ARI,2001,REG,2,2001-09-23,Sunday,20:30,DEN,ARI,38,17,-21,Sun Devil Stadium,Home,outdoors,grass,2001092312
30
+ 28,2001_02_WAS_GB,2001,REG,2,2001-09-24,Monday,09:00,WAS,GB,0,37,37,Lambeau Field,Home,outdoors,grass,2001092400
31
+ 29,2001_03_PIT_BUF,2001,REG,3,2001-09-30,Sunday,13:00,PIT,BUF,20,3,-17,Ralph Wilson Stadium,Home,outdoors,astroturf,2001093009
32
+ 30,2001_03_GB_CAR,2001,REG,3,2001-09-30,Sunday,13:00,GB,CAR,28,7,-21,Ericsson Stadium,Home,outdoors,grass,2001093004
33
+ 31,2001_03_TB_MIN,2001,REG,3,2001-09-30,Sunday,13:00,TB,MIN,16,20,4,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2001093011
34
+ 32,2001_03_IND_NE,2001,REG,3,2001-09-30,Sunday,13:00,IND,NE,13,44,31,Foxboro Stadium,Home,outdoors,grass,2001093005
35
+ 33,2001_03_NO_NYG,2001,REG,3,2001-09-30,Sunday,13:00,NO,NYG,13,21,8,Giants Stadium,Home,outdoors,grass,2001093008
36
+ 34,2001_03_MIA_STL,2001,REG,3,2001-09-30,Sunday,13:00,MIA,STL,10,42,32,Dome at America's Center,Home,dome,astroturf,2001093007
37
+ 35,2001_03_KC_WAS,2001,REG,3,2001-09-30,Sunday,13:00,KC,WAS,45,13,-32,FedExField,Home,outdoors,grass,2001093006
38
+ 36,2001_03_ATL_ARI,2001,REG,3,2001-09-30,Sunday,16:05,ATL,ARI,34,14,-20,Sun Devil Stadium,Home,outdoors,grass,2001093000
39
+ 37,2001_03_BAL_DEN,2001,REG,3,2001-09-30,Sunday,16:15,BAL,DEN,20,13,-7,Invesco Field at Mile High,Home,outdoors,grass,2001093001
40
+ 38,2001_03_CLE_JAX,2001,REG,3,2001-09-30,Sunday,16:15,CLE,JAX,23,14,-9,Alltel Stadium,Home,outdoors,grass,2001093003
41
+ 39,2001_03_SEA_OAK,2001,REG,3,2001-09-30,Sunday,16:15,SEA,OAK,14,38,24,Network Associates Coliseum,Home,outdoors,grass,2001093010
42
+ 40,2001_03_CIN_SD,2001,REG,3,2001-09-30,Sunday,16:15,CIN,SD,14,28,14,Qualcomm Stadium,Home,outdoors,grass,2001093002
43
+ 41,2001_03_DAL_PHI,2001,REG,3,2001-09-30,Sunday,20:30,DAL,PHI,18,40,22,Veterans Stadium,Home,outdoors,fieldturf,2001093012
44
+ 42,2001_03_SF_NYJ,2001,REG,3,2001-10-01,Monday,09:00,SF,NYJ,19,17,-2,Giants Stadium,Home,outdoors,grass,2001100100
45
+ 43,2001_04_CHI_ATL,2001,REG,4,2001-10-07,Sunday,13:00,CHI,ATL,31,3,-28,Georgia Dome,Home,dome,astroturf,2001100701
46
+ 44,2001_04_TEN_BAL,2001,REG,4,2001-10-07,Sunday,13:00,TEN,BAL,7,26,19,PSINet Stadium,Home,outdoors,grass,2001100710
47
+ 45,2001_04_SD_CLE,2001,REG,4,2001-10-07,Sunday,13:00,SD,CLE,16,20,4,Cleveland Browns Stadium,Home,outdoors,grass,2001100709
48
+ 46,2001_04_NE_MIA,2001,REG,4,2001-10-07,Sunday,13:00,NE,MIA,10,30,20,Pro Player Stadium,Home,outdoors,grass,2001100707
49
+ 47,2001_04_MIN_NO,2001,REG,4,2001-10-07,Sunday,13:00,MIN,NO,15,28,13,Louisiana Superdome,Home,dome,astroturf,2001100706
50
+ 48,2001_04_WAS_NYG,2001,REG,4,2001-10-07,Sunday,13:00,WAS,NYG,9,23,14,Giants Stadium,Home,outdoors,grass,2001100711
51
+ 49,2001_04_ARI_PHI,2001,REG,4,2001-10-07,Sunday,13:00,ARI,PHI,21,20,-1,Veterans Stadium,Home,outdoors,fieldturf,2001100700
52
+ 50,2001_04_CIN_PIT,2001,REG,4,2001-10-07,Sunday,13:00,CIN,PIT,7,16,9,Heinz Field,Home,outdoors,grass,2001100702
53
+ 51,2001_04_NYJ_BUF,2001,REG,4,2001-10-07,Sunday,16:05,NYJ,BUF,42,36,-6,Ralph Wilson Stadium,Home,outdoors,astroturf,2001100708
54
+ 52,2001_04_KC_DEN,2001,REG,4,2001-10-07,Sunday,16:05,KC,DEN,6,20,14,Invesco Field at Mile High,Home,outdoors,grass,2001100705
55
+ 53,2001_04_JAX_SEA,2001,REG,4,2001-10-07,Sunday,16:05,JAX,SEA,15,24,9,Husky Stadium,Home,outdoors,fieldturf,2001100704
56
+ 54,2001_04_DAL_OAK,2001,REG,4,2001-10-07,Sunday,16:15,DAL,OAK,21,28,7,Network Associates Coliseum,Home,outdoors,grass,2001100713
57
+ 55,2001_04_GB_TB,2001,REG,4,2001-10-07,Sunday,16:15,GB,TB,10,14,4,Raymond James Stadium,Home,outdoors,grass,2001100703
58
+ 56,2001_04_CAR_SF,2001,REG,4,2001-10-07,Sunday,20:30,CAR,SF,14,24,10,3Com Park,Home,outdoors,grass,2001100712
59
+ 57,2001_04_STL_DET,2001,REG,4,2001-10-08,Monday,09:00,STL,DET,35,0,-35,Pontiac Silverdome,Home,dome,astroturf,2001100800
60
+ 58,2001_05_SF_ATL,2001,REG,5,2001-10-14,Sunday,13:00,SF,ATL,37,31,-6,Georgia Dome,Home,dome,astroturf,2001101410
61
+ 59,2001_05_NO_CAR,2001,REG,5,2001-10-14,Sunday,13:00,NO,CAR,27,25,-2,Ericsson Stadium,Home,outdoors,grass,2001101406
62
+ 60,2001_05_ARI_CHI,2001,REG,5,2001-10-14,Sunday,13:00,ARI,CHI,13,20,7,Soldier Field,Home,outdoors,grass,2001101400
63
+ 61,2001_05_CLE_CIN,2001,REG,5,2001-10-14,Sunday,13:00,CLE,CIN,14,24,10,Paul Brown Stadium,Home,outdoors,grass,2001101402
64
+ 62,2001_05_BAL_GB,2001,REG,5,2001-10-14,Sunday,13:00,BAL,GB,23,31,8,Lambeau Field,Home,outdoors,grass,2001101401
65
+ 63,2001_05_PIT_KC,2001,REG,5,2001-10-14,Sunday,13:00,PIT,KC,20,17,-3,Arrowhead Stadium,Home,outdoors,grass,2001101408
66
+ 64,2001_05_DET_MIN,2001,REG,5,2001-10-14,Sunday,13:00,DET,MIN,26,31,5,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2001101404
67
+ 65,2001_05_SD_NE,2001,REG,5,2001-10-14,Sunday,13:00,SD,NE,26,29,3,Foxboro Stadium,Home,outdoors,grass,2001101409
68
+ 66,2001_05_NYG_STL,2001,REG,5,2001-10-14,Sunday,13:00,NYG,STL,14,15,1,Dome at America's Center,Home,dome,astroturf,2001101407
69
+ 67,2001_05_TB_TEN,2001,REG,5,2001-10-14,Sunday,13:00,TB,TEN,28,31,3,Adelphia Coliseum,Home,outdoors,grass,2001101411
70
+ 68,2001_05_MIA_NYJ,2001,REG,5,2001-10-14,Sunday,16:15,MIA,NYJ,17,21,4,Giants Stadium,Home,outdoors,grass,2001101405
71
+ 69,2001_05_DEN_SEA,2001,REG,5,2001-10-14,Sunday,16:15,DEN,SEA,21,34,13,Husky Stadium,Home,outdoors,fieldturf,2001101403
72
+ 70,2001_05_OAK_IND,2001,REG,5,2001-10-14,Sunday,20:30,OAK,IND,23,18,-5,RCA Dome,Home,dome,astroturf,2001101412
73
+ 71,2001_05_WAS_DAL,2001,REG,5,2001-10-15,Monday,09:00,WAS,DAL,7,9,2,Texas Stadium,Home,outdoors,astroturf,2001101500
74
+ 72,2001_06_BUF_JAX,2001,REG,6,2001-10-18,Thursday,20:30,BUF,JAX,13,10,-3,Alltel Stadium,Home,outdoors,grass,2001101800
75
+ 73,2001_06_CHI_CIN,2001,REG,6,2001-10-21,Sunday,13:00,CHI,CIN,24,0,-24,Paul Brown Stadium,Home,outdoors,grass,2001102103
76
+ 74,2001_06_BAL_CLE,2001,REG,6,2001-10-21,Sunday,13:00,BAL,CLE,14,24,10,Cleveland Browns Stadium,Home,outdoors,grass,2001102101
77
+ 75,2001_06_TEN_DET,2001,REG,6,2001-10-21,Sunday,13:00,TEN,DET,27,24,-3,Pontiac Silverdome,Home,dome,astroturf,2001102111
78
+ 76,2001_06_NE_IND,2001,REG,6,2001-10-21,Sunday,13:00,NE,IND,38,17,-21,RCA Dome,Home,dome,astroturf,2001102108
79
+ 77,2001_06_ATL_NO,2001,REG,6,2001-10-21,Sunday,13:00,ATL,NO,20,13,-7,Louisiana Superdome,Home,dome,astroturf,2001102100
80
+ 78,2001_06_STL_NYJ,2001,REG,6,2001-10-21,Sunday,13:00,STL,NYJ,34,14,-20,Giants Stadium,Home,outdoors,grass,2001102110
81
+ 79,2001_06_PIT_TB,2001,REG,6,2001-10-21,Sunday,13:00,PIT,TB,17,10,-7,Raymond James Stadium,Home,outdoors,grass,2001102109
82
+ 80,2001_06_CAR_WAS,2001,REG,6,2001-10-21,Sunday,13:00,CAR,WAS,14,17,3,FedExField,Home,outdoors,grass,2001102102
83
+ 81,2001_06_KC_ARI,2001,REG,6,2001-10-21,Sunday,16:00,KC,ARI,16,24,8,Sun Devil Stadium,Home,outdoors,grass,2001102107
84
+ 82,2001_06_DEN_SD,2001,REG,6,2001-10-21,Sunday,16:05,DEN,SD,10,27,17,Qualcomm Stadium,Home,outdoors,grass,2001102105
85
+ 83,2001_06_GB_MIN,2001,REG,6,2001-10-21,Sunday,16:15,GB,MIN,13,35,22,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2001102106
86
+ 84,2001_06_PHI_NYG,2001,REG,6,2001-10-22,Monday,09:00,PHI,NYG,10,9,-1,Giants Stadium,Home,outdoors,grass,2001102200
87
+ 85,2001_07_IND_KC,2001,REG,7,2001-10-25,Thursday,20:30,IND,KC,35,28,-7,Arrowhead Stadium,Home,outdoors,grass,2001102500
88
+ 86,2001_07_JAX_BAL,2001,REG,7,2001-10-28,Sunday,13:00,JAX,BAL,17,18,1,PSINet Stadium,Home,outdoors,grass,2001102804
89
+ 87,2001_07_NYJ_CAR,2001,REG,7,2001-10-28,Sunday,13:00,NYJ,CAR,13,12,-1,Ericsson Stadium,Home,outdoors,grass,2001102809
90
+ 88,2001_07_SF_CHI,2001,REG,7,2001-10-28,Sunday,13:00,SF,CHI,31,37,6,Soldier Field,Home,outdoors,grass,2001102811
91
+ 89,2001_07_CIN_DET,2001,REG,7,2001-10-28,Sunday,13:00,CIN,DET,31,27,-4,Pontiac Silverdome,Home,dome,astroturf,2001102802
92
+ 90,2001_07_NO_STL,2001,REG,7,2001-10-28,Sunday,13:00,NO,STL,34,31,-3,Dome at America's Center,Home,dome,astroturf,2001102808
93
+ 91,2001_07_MIN_TB,2001,REG,7,2001-10-28,Sunday,13:00,MIN,TB,14,41,27,Raymond James Stadium,Home,outdoors,grass,2001102806
94
+ 92,2001_07_ARI_DAL,2001,REG,7,2001-10-28,Sunday,16:05,ARI,DAL,3,17,14,Texas Stadium,Home,outdoors,astroturf,2001102800
95
+ 93,2001_07_NYG_WAS,2001,REG,7,2001-10-28,Sunday,16:05,NYG,WAS,21,35,14,FedExField,Home,outdoors,grass,2001102812
96
+ 94,2001_07_NE_DEN,2001,REG,7,2001-10-28,Sunday,16:15,NE,DEN,20,31,11,Invesco Field at Mile High,Home,outdoors,grass,2001102807
97
+ 95,2001_07_OAK_PHI,2001,REG,7,2001-10-28,Sunday,16:15,OAK,PHI,20,10,-10,Veterans Stadium,Home,outdoors,fieldturf,2001102810
98
+ 96,2001_07_BUF_SD,2001,REG,7,2001-10-28,Sunday,16:15,BUF,SD,24,27,3,Qualcomm Stadium,Home,outdoors,grass,2001102801
99
+ 97,2001_07_MIA_SEA,2001,REG,7,2001-10-28,Sunday,16:15,MIA,SEA,24,20,-4,Husky Stadium,Home,outdoors,fieldturf,2001102805
100
+ 98,2001_07_TEN_PIT,2001,REG,7,2001-10-29,Monday,09:00,TEN,PIT,7,34,27,Heinz Field,Home,outdoors,grass,2001102900
101
+ 99,2001_08_NE_ATL,2001,REG,8,2001-11-04,Sunday,13:00,NE,ATL,24,10,-14,Georgia Dome,Home,dome,astroturf,2001110408
102
+ 100,2001_08_IND_BUF,2001,REG,8,2001-11-04,Sunday,13:00,IND,BUF,30,14,-16,Ralph Wilson Stadium,Home,outdoors,astroturf,2001110405
103
+ 101,2001_08_TB_GB,2001,REG,8,2001-11-04,Sunday,13:00,TB,GB,20,21,1,Lambeau Field,Home,outdoors,grass,2001110411
104
+ 102,2001_08_CAR_MIA,2001,REG,8,2001-11-04,Sunday,13:00,CAR,MIA,6,23,17,Pro Player Stadium,Home,outdoors,grass,2001110401
105
+ 103,2001_08_DAL_NYG,2001,REG,8,2001-11-04,Sunday,13:00,DAL,NYG,24,27,3,Giants Stadium,Home,outdoors,grass,2001110403
106
+ 104,2001_08_BAL_PIT,2001,REG,8,2001-11-04,Sunday,13:00,BAL,PIT,13,10,-3,Heinz Field,Home,outdoors,grass,2001110400
107
+ 105,2001_08_JAX_TEN,2001,REG,8,2001-11-04,Sunday,13:00,JAX,TEN,24,28,4,Adelphia Coliseum,Home,outdoors,grass,2001110406
108
+ 106,2001_08_PHI_ARI,2001,REG,8,2001-11-04,Sunday,16:05,PHI,ARI,21,7,-14,Sun Devil Stadium,Home,outdoors,grass,2001110409
109
+ 107,2001_08_DET_SF,2001,REG,8,2001-11-04,Sunday,16:05,DET,SF,13,21,8,3Com Park,Home,outdoors,grass,2001110404
110
+ 108,2001_08_CLE_CHI,2001,REG,8,2001-11-04,Sunday,16:15,CLE,CHI,21,27,6,Soldier Field,Home,outdoors,grass,2001110402
111
+ 109,2001_08_KC_SD,2001,REG,8,2001-11-04,Sunday,16:15,KC,SD,25,20,-5,Qualcomm Stadium,Home,outdoors,grass,2001110407
112
+ 110,2001_08_SEA_WAS,2001,REG,8,2001-11-04,Sunday,16:15,SEA,WAS,14,27,13,FedExField,Home,outdoors,grass,2001110410
113
+ 111,2001_08_NYJ_NO,2001,REG,8,2001-11-04,Sunday,20:30,NYJ,NO,16,9,-7,Louisiana Superdome,Home,dome,astroturf,2001110412
114
+ 112,2001_08_DEN_OAK,2001,REG,8,2001-11-05,Monday,09:00,DEN,OAK,28,38,10,Network Associates Coliseum,Home,outdoors,grass,2001110500
115
+ 113,2001_09_DAL_ATL,2001,REG,9,2001-11-11,Sunday,13:00,DAL,ATL,13,20,7,Georgia Dome,Home,dome,astroturf,2001111103
116
+ 114,2001_09_GB_CHI,2001,REG,9,2001-11-11,Sunday,13:00,GB,CHI,20,12,-8,Soldier Field,Home,outdoors,grass,2001111104
117
+ 115,2001_09_PIT_CLE,2001,REG,9,2001-11-11,Sunday,13:00,PIT,CLE,15,12,-3,Cleveland Browns Stadium,Home,outdoors,grass,2001111110
118
+ 116,2001_09_TB_DET,2001,REG,9,2001-11-11,Sunday,13:00,TB,DET,20,17,-3,Pontiac Silverdome,Home,dome,astroturf,2001111112
119
+ 117,2001_09_MIA_IND,2001,REG,9,2001-11-11,Sunday,13:00,MIA,IND,27,24,-3,RCA Dome,Home,dome,astroturf,2001111106
120
+ 118,2001_09_CIN_JAX,2001,REG,9,2001-11-11,Sunday,13:00,CIN,JAX,13,30,17,Alltel Stadium,Home,outdoors,grass,2001111102
121
+ 119,2001_09_BUF_NE,2001,REG,9,2001-11-11,Sunday,13:00,BUF,NE,11,21,10,Foxboro Stadium,Home,outdoors,grass,2001111100
122
+ 120,2001_09_KC_NYJ,2001,REG,9,2001-11-11,Sunday,13:00,KC,NYJ,7,27,20,Giants Stadium,Home,outdoors,grass,2001111105
123
+ 121,2001_09_CAR_STL,2001,REG,9,2001-11-11,Sunday,13:00,CAR,STL,14,48,34,Dome at America's Center,Home,dome,astroturf,2001111101
124
+ 122,2001_09_SD_DEN,2001,REG,9,2001-11-11,Sunday,16:05,SD,DEN,16,26,10,Invesco Field at Mile High,Home,outdoors,grass,2001111111
125
+ 123,2001_09_NYG_ARI,2001,REG,9,2001-11-11,Sunday,16:15,NYG,ARI,17,10,-7,Sun Devil Stadium,Home,outdoors,grass,2001111109
126
+ 124,2001_09_MIN_PHI,2001,REG,9,2001-11-11,Sunday,16:15,MIN,PHI,17,48,31,Veterans Stadium,Home,outdoors,fieldturf,2001111107
127
+ 125,2001_09_NO_SF,2001,REG,9,2001-11-11,Sunday,16:15,NO,SF,27,28,1,3Com Park,Home,outdoors,grass,2001111108
128
+ 126,2001_09_OAK_SEA,2001,REG,9,2001-11-11,Sunday,20:30,OAK,SEA,27,34,7,Husky Stadium,Home,outdoors,fieldturf,2001111113
129
+ 127,2001_09_BAL_TEN,2001,REG,9,2001-11-12,Monday,09:00,BAL,TEN,16,10,-6,Adelphia Coliseum,Home,outdoors,grass,2001111200
130
+ 128,2001_10_CLE_BAL,2001,REG,10,2001-11-18,Sunday,13:00,CLE,BAL,27,17,-10,PSINet Stadium,Home,outdoors,grass,2001111802
131
+ 129,2001_10_SEA_BUF,2001,REG,10,2001-11-18,Sunday,13:00,SEA,BUF,23,20,-3,Ralph Wilson Stadium,Home,outdoors,astroturf,2001111810
132
+ 130,2001_10_SF_CAR,2001,REG,10,2001-11-18,Sunday,13:00,SF,CAR,25,22,-3,Ericsson Stadium,Home,outdoors,grass,2001111809
133
+ 131,2001_10_TEN_CIN,2001,REG,10,2001-11-18,Sunday,13:00,TEN,CIN,20,7,-13,Paul Brown Stadium,Home,outdoors,grass,2001111811
134
+ 132,2001_10_PHI_DAL,2001,REG,10,2001-11-18,Sunday,13:00,PHI,DAL,36,3,-33,Texas Stadium,Home,outdoors,astroturf,2001111807
135
+ 133,2001_10_ATL_GB,2001,REG,10,2001-11-18,Sunday,13:00,ATL,GB,23,20,-3,Lambeau Field,Home,outdoors,grass,2001111800
136
+ 134,2001_10_NYJ_MIA,2001,REG,10,2001-11-18,Sunday,13:00,NYJ,MIA,24,0,-24,Pro Player Stadium,Home,outdoors,grass,2001111806
137
+ 135,2001_10_IND_NO,2001,REG,10,2001-11-18,Sunday,13:00,IND,NO,20,34,14,Louisiana Superdome,Home,dome,astroturf,2001111804
138
+ 136,2001_10_SD_OAK,2001,REG,10,2001-11-18,Sunday,16:05,SD,OAK,24,34,10,Network Associates Coliseum,Home,outdoors,grass,2001111808
139
+ 137,2001_10_JAX_PIT,2001,REG,10,2001-11-18,Sunday,16:05,JAX,PIT,7,20,13,Heinz Field,Home,outdoors,grass,2001111805
140
+ 138,2001_10_DET_ARI,2001,REG,10,2001-11-18,Sunday,16:15,DET,ARI,38,45,7,Sun Devil Stadium,Home,outdoors,grass,2001111803
141
+ 139,2001_10_WAS_DEN,2001,REG,10,2001-11-18,Sunday,16:15,WAS,DEN,17,10,-7,Invesco Field at Mile High,Home,outdoors,grass,2001111812
142
+ 140,2001_10_CHI_TB,2001,REG,10,2001-11-18,Sunday,16:15,CHI,TB,27,24,-3,Raymond James Stadium,Home,outdoors,grass,2001111801
143
+ 141,2001_10_STL_NE,2001,REG,10,2001-11-18,Sunday,20:30,STL,NE,24,17,-7,Foxboro Stadium,Home,outdoors,grass,2001111813
144
+ 142,2001_10_NYG_MIN,2001,REG,10,2001-11-19,Monday,09:00,NYG,MIN,16,28,12,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2001111900
145
+ 143,2001_11_GB_DET,2001,REG,11,2001-11-22,Thursday,12:30,GB,DET,29,27,-2,Pontiac Silverdome,Home,dome,astroturf,2001112200
146
+ 144,2001_11_DEN_DAL,2001,REG,11,2001-11-22,Thursday,16:05,DEN,DAL,26,24,-2,Texas Stadium,Home,outdoors,astroturf,2001112201
147
+ 145,2001_11_MIA_BUF,2001,REG,11,2001-11-25,Sunday,13:00,MIA,BUF,34,27,-7,Ralph Wilson Stadium,Home,outdoors,astroturf,2001112504
148
+ 146,2001_11_ATL_CAR,2001,REG,11,2001-11-25,Sunday,13:00,ATL,CAR,10,7,-3,Ericsson Stadium,Home,outdoors,grass,2001112501
149
+ 147,2001_11_CIN_CLE,2001,REG,11,2001-11-25,Sunday,13:00,CIN,CLE,0,18,18,Cleveland Browns Stadium,Home,outdoors,grass,2001112503
150
+ 148,2001_11_SF_IND,2001,REG,11,2001-11-25,Sunday,13:00,SF,IND,40,21,-19,RCA Dome,Home,dome,astroturf,2001112508
151
+ 149,2001_11_BAL_JAX,2001,REG,11,2001-11-25,Sunday,13:00,BAL,JAX,24,21,-3,Alltel Stadium,Home,outdoors,grass,2001112502
152
+ 150,2001_11_SEA_KC,2001,REG,11,2001-11-25,Sunday,13:00,SEA,KC,7,19,12,Arrowhead Stadium,Home,outdoors,grass,2001112509
153
+ 151,2001_11_WAS_PHI,2001,REG,11,2001-11-25,Sunday,13:00,WAS,PHI,13,3,-10,Veterans Stadium,Home,outdoors,fieldturf,2001112510
154
+ 152,2001_11_PIT_TEN,2001,REG,11,2001-11-25,Sunday,13:00,PIT,TEN,34,24,-10,Adelphia Coliseum,Home,outdoors,grass,2001112507
155
+ 153,2001_11_NO_NE,2001,REG,11,2001-11-25,Sunday,16:05,NO,NE,17,34,17,Foxboro Stadium,Home,outdoors,grass,2001112505
156
+ 154,2001_11_ARI_SD,2001,REG,11,2001-11-25,Sunday,16:05,ARI,SD,20,17,-3,Qualcomm Stadium,Home,outdoors,grass,2001112500
157
+ 155,2001_11_OAK_NYG,2001,REG,11,2001-11-25,Sunday,16:15,OAK,NYG,28,10,-18,Giants Stadium,Home,outdoors,grass,2001112506
158
+ 156,2001_11_CHI_MIN,2001,REG,11,2001-11-25,Sunday,20:30,CHI,MIN,13,6,-7,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2001112511
159
+ 157,2001_11_TB_STL,2001,REG,11,2001-11-26,Monday,09:00,TB,STL,24,17,-7,Dome at America's Center,Home,dome,astroturf,2001112600
160
+ 158,2001_12_PHI_KC,2001,REG,12,2001-11-29,Thursday,20:30,PHI,KC,23,10,-13,Arrowhead Stadium,Home,outdoors,grass,2001112900
161
+ 159,2001_12_IND_BAL,2001,REG,12,2001-12-02,Sunday,13:00,IND,BAL,27,39,12,PSINet Stadium,Home,outdoors,grass,2001120205
162
+ 160,2001_12_DET_CHI,2001,REG,12,2001-12-02,Sunday,13:00,DET,CHI,10,13,3,Soldier Field,Home,outdoors,grass,2001120204
163
+ 161,2001_12_TB_CIN,2001,REG,12,2001-12-02,Sunday,13:00,TB,CIN,16,13,-3,Paul Brown Stadium,Home,outdoors,grass,2001120210
164
+ 162,2001_12_TEN_CLE,2001,REG,12,2001-12-02,Sunday,13:00,TEN,CLE,31,15,-16,Cleveland Browns Stadium,Home,outdoors,grass,2001120211
165
+ 163,2001_12_DEN_MIA,2001,REG,12,2001-12-02,Sunday,13:00,DEN,MIA,10,21,11,Pro Player Stadium,Home,outdoors,grass,2001120203
166
+ 164,2001_12_CAR_NO,2001,REG,12,2001-12-02,Sunday,13:00,CAR,NO,23,27,4,Louisiana Superdome,Home,dome,astroturf,2001120201
167
+ 165,2001_12_NE_NYJ,2001,REG,12,2001-12-02,Sunday,13:00,NE,NYJ,17,16,-1,Giants Stadium,Home,outdoors,grass,2001120207
168
+ 166,2001_12_MIN_PIT,2001,REG,12,2001-12-02,Sunday,13:00,MIN,PIT,16,21,5,Heinz Field,Home,outdoors,grass,2001120206
169
+ 167,2001_12_SD_SEA,2001,REG,12,2001-12-02,Sunday,16:05,SD,SEA,10,13,3,Husky Stadium,Home,outdoors,fieldturf,2001120209
170
+ 168,2001_12_STL_ATL,2001,REG,12,2001-12-02,Sunday,16:15,STL,ATL,35,6,-29,Georgia Dome,Home,dome,astroturf,2001120208
171
+ 169,2001_12_ARI_OAK,2001,REG,12,2001-12-02,Sunday,16:15,ARI,OAK,34,31,-3,Network Associates Coliseum,Home,outdoors,grass,2001120200
172
+ 170,2001_12_DAL_WAS,2001,REG,12,2001-12-02,Sunday,16:15,DAL,WAS,20,14,-6,FedExField,Home,outdoors,grass,2001120202
173
+ 171,2001_12_BUF_SF,2001,REG,12,2001-12-02,Sunday,20:30,BUF,SF,0,35,35,3Com Park,Home,outdoors,grass,2001120212
174
+ 172,2001_12_GB_JAX,2001,REG,12,2001-12-03,Monday,09:00,GB,JAX,28,21,-7,Alltel Stadium,Home,outdoors,grass,2001120300
175
+ 173,2001_13_NO_ATL,2001,REG,13,2001-12-09,Sunday,13:00,NO,ATL,28,10,-18,Georgia Dome,Home,dome,astroturf,2001120906
176
+ 174,2001_13_CAR_BUF,2001,REG,13,2001-12-09,Sunday,13:00,CAR,BUF,24,25,1,Ralph Wilson Stadium,Home,outdoors,astroturf,2001120900
177
+ 175,2001_13_JAX_CIN,2001,REG,13,2001-12-09,Sunday,13:00,JAX,CIN,14,10,-4,Paul Brown Stadium,Home,outdoors,grass,2001120904
178
+ 176,2001_13_NYG_DAL,2001,REG,13,2001-12-09,Sunday,13:00,NYG,DAL,13,20,7,Texas Stadium,Home,outdoors,astroturf,2001120907
179
+ 177,2001_13_CHI_GB,2001,REG,13,2001-12-09,Sunday,13:00,CHI,GB,7,17,10,Lambeau Field,Home,outdoors,grass,2001120901
180
+ 178,2001_13_TEN_MIN,2001,REG,13,2001-12-09,Sunday,13:00,TEN,MIN,24,42,18,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2001120911
181
+ 179,2001_13_CLE_NE,2001,REG,13,2001-12-09,Sunday,13:00,CLE,NE,16,27,11,Foxboro Stadium,Home,outdoors,grass,2001120902
182
+ 180,2001_13_SD_PHI,2001,REG,13,2001-12-09,Sunday,13:00,SD,PHI,14,24,10,Veterans Stadium,Home,outdoors,fieldturf,2001120909
183
+ 181,2001_13_SF_STL,2001,REG,13,2001-12-09,Sunday,13:00,SF,STL,14,27,13,Dome at America's Center,Home,dome,astroturf,2001120910
184
+ 182,2001_13_DET_TB,2001,REG,13,2001-12-09,Sunday,13:00,DET,TB,12,15,3,Raymond James Stadium,Home,outdoors,grass,2001120903
185
+ 183,2001_13_WAS_ARI,2001,REG,13,2001-12-09,Sunday,16:05,WAS,ARI,20,10,-10,Sun Devil Stadium,Home,outdoors,grass,2001120912
186
+ 184,2001_13_KC_OAK,2001,REG,13,2001-12-09,Sunday,16:15,KC,OAK,26,28,2,Network Associates Coliseum,Home,outdoors,grass,2001120905
187
+ 185,2001_13_NYJ_PIT,2001,REG,13,2001-12-09,Sunday,16:15,NYJ,PIT,7,18,11,Heinz Field,Home,outdoors,grass,2001120908
188
+ 186,2001_13_SEA_DEN,2001,REG,13,2001-12-09,Sunday,20:30,SEA,DEN,7,20,13,Invesco Field at Mile High,Home,outdoors,grass,2001120913
189
+ 187,2001_13_IND_MIA,2001,REG,13,2001-12-10,Monday,09:00,IND,MIA,6,41,35,Pro Player Stadium,Home,outdoors,grass,2001121000
190
+ 188,2001_14_ARI_NYG,2001,REG,14,2001-12-15,Saturday,13:30,ARI,NYG,13,17,4,Giants Stadium,Home,outdoors,grass,2001121500
191
+ 189,2001_14_OAK_SD,2001,REG,14,2001-12-15,Saturday,17:00,OAK,SD,13,6,-7,Qualcomm Stadium,Home,outdoors,grass,2001121501
192
+ 190,2001_14_NE_BUF,2001,REG,14,2001-12-16,Sunday,13:00,NE,BUF,12,9,-3,Ralph Wilson Stadium,Home,outdoors,astroturf,2001121608
193
+ 191,2001_14_TB_CHI,2001,REG,14,2001-12-16,Sunday,13:00,TB,CHI,3,27,24,Soldier Field,Home,outdoors,grass,2001121610
194
+ 192,2001_14_JAX_CLE,2001,REG,14,2001-12-16,Sunday,13:00,JAX,CLE,15,10,-5,Cleveland Browns Stadium,Home,outdoors,grass,2001121605
195
+ 193,2001_14_MIN_DET,2001,REG,14,2001-12-16,Sunday,13:00,MIN,DET,24,27,3,Pontiac Silverdome,Home,dome,astroturf,2001121607
196
+ 194,2001_14_ATL_IND,2001,REG,14,2001-12-16,Sunday,13:00,ATL,IND,27,41,14,RCA Dome,Home,dome,astroturf,2001121600
197
+ 195,2001_14_DEN_KC,2001,REG,14,2001-12-16,Sunday,13:00,DEN,KC,23,26,3,Arrowhead Stadium,Home,outdoors,grass,2001121603
198
+ 196,2001_14_CIN_NYJ,2001,REG,14,2001-12-16,Sunday,13:00,CIN,NYJ,14,15,1,Giants Stadium,Home,outdoors,grass,2001121601
199
+ 197,2001_14_PHI_WAS,2001,REG,14,2001-12-16,Sunday,16:00,PHI,WAS,20,6,-14,FedExField,Home,outdoors,grass,2001121609
200
+ 198,2001_14_MIA_SF,2001,REG,14,2001-12-16,Sunday,16:05,MIA,SF,0,21,21,3Com Park,Home,outdoors,grass,2001121606
201
+ 199,2001_14_DAL_SEA,2001,REG,14,2001-12-16,Sunday,16:15,DAL,SEA,3,29,26,Husky Stadium,Home,outdoors,fieldturf,2001121602
202
+ 200,2001_14_GB_TEN,2001,REG,14,2001-12-16,Sunday,16:15,GB,TEN,20,26,6,Adelphia Coliseum,Home,outdoors,grass,2001121604
203
+ 201,2001_14_PIT_BAL,2001,REG,14,2001-12-16,Sunday,20:30,PIT,BAL,26,21,-5,PSINet Stadium,Home,outdoors,grass,2001121611
204
+ 202,2001_14_STL_NO,2001,REG,14,2001-12-17,Monday,09:00,STL,NO,34,21,-13,Louisiana Superdome,Home,dome,astroturf,2001121700
205
+ 203,2001_15_TEN_OAK,2001,REG,15,2001-12-22,Saturday,09:00,TEN,OAK,13,10,-3,Network Associates Coliseum,Home,outdoors,grass,2001122202
206
+ 204,2001_15_MIA_NE,2001,REG,15,2001-12-22,Saturday,13:30,MIA,NE,13,20,7,Foxboro Stadium,Home,outdoors,grass,2001122200
207
+ 205,2001_15_PHI_SF,2001,REG,15,2001-12-22,Saturday,17:00,PHI,SF,3,13,10,3Com Park,Home,outdoors,grass,2001122201
208
+ 206,2001_15_BUF_ATL,2001,REG,15,2001-12-23,Sunday,13:00,BUF,ATL,30,33,3,Georgia Dome,Home,dome,astroturf,2001122300
209
+ 207,2001_15_CIN_BAL,2001,REG,15,2001-12-23,Sunday,13:00,CIN,BAL,0,16,16,PSINet Stadium,Home,outdoors,grass,2001122302
210
+ 208,2001_15_STL_CAR,2001,REG,15,2001-12-23,Sunday,13:00,STL,CAR,38,32,-6,Ericsson Stadium,Home,outdoors,grass,2001122308
211
+ 209,2001_15_SD_KC,2001,REG,15,2001-12-23,Sunday,13:00,SD,KC,17,20,3,Arrowhead Stadium,Home,outdoors,grass,2001122309
212
+ 210,2001_15_JAX_MIN,2001,REG,15,2001-12-23,Sunday,13:00,JAX,MIN,33,3,-30,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2001122306
213
+ 211,2001_15_SEA_NYG,2001,REG,15,2001-12-23,Sunday,13:00,SEA,NYG,24,27,3,Giants Stadium,Home,outdoors,grass,2001122310
214
+ 212,2001_15_DET_PIT,2001,REG,15,2001-12-23,Sunday,13:00,DET,PIT,14,47,33,Heinz Field,Home,outdoors,grass,2001122305
215
+ 213,2001_15_NO_TB,2001,REG,15,2001-12-23,Sunday,13:00,NO,TB,21,48,27,Raymond James Stadium,Home,outdoors,grass,2001122307
216
+ 214,2001_15_CHI_WAS,2001,REG,15,2001-12-23,Sunday,13:00,CHI,WAS,20,15,-5,FedExField,Home,outdoors,grass,2001122301
217
+ 215,2001_15_DAL_ARI,2001,REG,15,2001-12-23,Sunday,16:05,DAL,ARI,10,17,7,Sun Devil Stadium,Home,outdoors,grass,2001122304
218
+ 216,2001_15_CLE_GB,2001,REG,15,2001-12-23,Sunday,16:15,CLE,GB,7,30,23,Lambeau Field,Home,outdoors,grass,2001122303
219
+ 217,2001_15_NYJ_IND,2001,REG,15,2001-12-23,Sunday,20:30,NYJ,IND,29,28,-1,RCA Dome,Home,dome,astroturf,2001122311
220
+ 218,2001_16_BAL_TB,2001,REG,16,2001-12-29,Saturday,09:00,BAL,TB,10,22,12,Raymond James Stadium,Home,outdoors,grass,2001122900
221
+ 219,2001_16_ARI_CAR,2001,REG,16,2001-12-30,Sunday,13:00,ARI,CAR,30,7,-23,Ericsson Stadium,Home,outdoors,grass,2001123000
222
+ 220,2001_16_PIT_CIN,2001,REG,16,2001-12-30,Sunday,13:00,PIT,CIN,23,26,3,Paul Brown Stadium,Home,outdoors,grass,2001123010
223
+ 221,2001_16_SF_DAL,2001,REG,16,2001-12-30,Sunday,13:00,SF,DAL,21,27,6,Texas Stadium,Home,outdoors,astroturf,2001123011
224
+ 222,2001_16_CHI_DET,2001,REG,16,2001-12-30,Sunday,13:00,CHI,DET,24,0,-24,Pontiac Silverdome,Home,dome,astroturf,2001123003
225
+ 223,2001_16_MIN_GB,2001,REG,16,2001-12-30,Sunday,13:00,MIN,GB,13,24,11,Lambeau Field,Home,outdoors,grass,2001123007
226
+ 224,2001_16_KC_JAX,2001,REG,16,2001-12-30,Sunday,13:00,KC,JAX,30,26,-4,Alltel Stadium,Home,outdoors,grass,2001123006
227
+ 225,2001_16_ATL_MIA,2001,REG,16,2001-12-30,Sunday,13:00,ATL,MIA,14,21,7,Pro Player Stadium,Home,outdoors,grass,2001123001
228
+ 226,2001_16_BUF_NYJ,2001,REG,16,2001-12-30,Sunday,13:00,BUF,NYJ,14,9,-5,Giants Stadium,Home,outdoors,grass,2001123002
229
+ 227,2001_16_IND_STL,2001,REG,16,2001-12-30,Sunday,13:00,IND,STL,17,42,25,Dome at America's Center,Home,dome,astroturf,2001123005
230
+ 228,2001_16_CLE_TEN,2001,REG,16,2001-12-30,Sunday,13:00,CLE,TEN,41,38,-3,Adelphia Coliseum,Home,outdoors,grass,2001123004
231
+ 229,2001_16_NYG_PHI,2001,REG,16,2001-12-30,Sunday,16:05,NYG,PHI,21,24,3,Veterans Stadium,Home,outdoors,fieldturf,2001123008
232
+ 230,2001_16_OAK_DEN,2001,REG,16,2001-12-30,Sunday,16:15,OAK,DEN,17,23,6,Invesco Field at Mile High,Home,outdoors,grass,2001123009
233
+ 231,2001_16_SEA_SD,2001,REG,16,2001-12-30,Sunday,16:15,SEA,SD,25,22,-3,Qualcomm Stadium,Home,outdoors,grass,2001123012
234
+ 232,2001_16_WAS_NO,2001,REG,16,2001-12-30,Sunday,20:30,WAS,NO,40,10,-30,Louisiana Superdome,Home,dome,astroturf,2001123013
235
+ 233,2001_17_DEN_IND,2001,REG,17,2002-01-06,Sunday,12:00,DEN,IND,10,29,19,RCA Dome,Home,dome,astroturf,2002010605
236
+ 234,2001_17_NE_CAR,2001,REG,17,2002-01-06,Sunday,13:00,NE,CAR,38,6,-32,Ericsson Stadium,Home,outdoors,grass,2002010609
237
+ 235,2001_17_JAX_CHI,2001,REG,17,2002-01-06,Sunday,13:00,JAX,CHI,13,33,20,Soldier Field,Home,outdoors,grass,2002010607
238
+ 236,2001_17_DAL_DET,2001,REG,17,2002-01-06,Sunday,13:00,DAL,DET,10,15,5,Pontiac Silverdome,Home,dome,astroturf,2002010604
239
+ 237,2001_17_SF_NO,2001,REG,17,2002-01-06,Sunday,13:00,SF,NO,38,0,-38,Louisiana Superdome,Home,dome,astroturf,2002010612
240
+ 238,2001_17_GB_NYG,2001,REG,17,2002-01-06,Sunday,13:00,GB,NYG,34,25,-9,Giants Stadium,Home,outdoors,grass,2002010606
241
+ 239,2001_17_CLE_PIT,2001,REG,17,2002-01-06,Sunday,13:00,CLE,PIT,7,28,21,Heinz Field,Home,outdoors,grass,2002010613
242
+ 240,2001_17_CIN_TEN,2001,REG,17,2002-01-06,Sunday,13:00,CIN,TEN,23,21,-2,Adelphia Coliseum,Home,outdoors,grass,2002010603
243
+ 241,2001_17_ARI_WAS,2001,REG,17,2002-01-06,Sunday,13:00,ARI,WAS,17,20,3,FedExField,Home,outdoors,grass,2002010601
244
+ 242,2001_17_ATL_STL,2001,REG,17,2002-01-06,Sunday,16:05,ATL,STL,13,31,18,Dome at America's Center,Home,dome,astroturf,2002010600
245
+ 243,2001_17_BUF_MIA,2001,REG,17,2002-01-06,Sunday,16:15,BUF,MIA,7,34,27,Pro Player Stadium,Home,outdoors,grass,2002010602
246
+ 244,2001_17_NYJ_OAK,2001,REG,17,2002-01-06,Sunday,16:15,NYJ,OAK,24,22,-2,Network Associates Coliseum,Home,outdoors,grass,2002010610
247
+ 245,2001_17_KC_SEA,2001,REG,17,2002-01-06,Sunday,16:15,KC,SEA,18,21,3,Husky Stadium,Home,outdoors,fieldturf,2002010608
248
+ 246,2001_17_PHI_TB,2001,REG,17,2002-01-06,Sunday,20:30,PHI,TB,17,13,-4,Raymond James Stadium,Home,outdoors,grass,2002010611
249
+ 247,2001_17_MIN_BAL,2001,REG,17,2002-01-07,Monday,09:00,MIN,BAL,3,19,16,PSINet Stadium,Home,outdoors,grass,2002010700
250
+ 248,2001_18_TB_PHI,2001,WC,18,2002-01-12,Saturday,16:30,TB,PHI,9,31,22,Veterans Stadium,Home,outdoors,fieldturf,2002011200
251
+ 249,2001_18_NYJ_OAK,2001,WC,18,2002-01-12,Saturday,20:00,NYJ,OAK,24,38,14,Network Associates Coliseum,Home,outdoors,grass,2002011201
252
+ 250,2001_18_SF_GB,2001,WC,18,2002-01-13,Sunday,12:30,SF,GB,15,25,10,Lambeau Field,Home,outdoors,grass,2002011300
253
+ 251,2001_18_BAL_MIA,2001,WC,18,2002-01-13,Sunday,16:00,BAL,MIA,20,3,-17,Pro Player Stadium,Home,outdoors,grass,2002011301
254
+ 252,2001_19_PHI_CHI,2001,DIV,19,2002-01-19,Saturday,16:30,PHI,CHI,33,19,-14,Soldier Field,Home,outdoors,grass,2002011900
255
+ 253,2001_19_OAK_NE,2001,DIV,19,2002-01-19,Saturday,20:00,OAK,NE,13,16,3,Foxboro Stadium,Home,outdoors,grass,2002011901
256
+ 254,2001_19_BAL_PIT,2001,DIV,19,2002-01-20,Sunday,12:30,BAL,PIT,10,27,17,Heinz Field,Home,outdoors,grass,2002012001
257
+ 255,2001_19_GB_STL,2001,DIV,19,2002-01-20,Sunday,16:00,GB,STL,17,45,28,Dome at America's Center,Home,dome,astroturf,2002012000
258
+ 256,2001_20_NE_PIT,2001,CON,20,2002-01-27,Sunday,12:30,NE,PIT,24,17,-7,Heinz Field,Home,outdoors,grass,2002012700
259
+ 257,2001_20_PHI_STL,2001,CON,20,2002-01-27,Sunday,16:00,PHI,STL,24,29,5,Dome at America's Center,Home,dome,astroturf,2002012701
260
+ 258,2001_21_STL_NE,2001,SB,21,2002-02-03,Sunday,18:40,STL,NE,17,20,3,Louisiana Superdome,Neutral,dome,astroturf,2002020300
Source/Build/nfl_data_py/data/schedules/2002.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2002_01_SF_NYG,2002,REG,1,2002-09-05,Thursday,20:30,SF,NYG,16,13,-3,Giants Stadium,Home,outdoors,grass,2002090500
3
+ 1,2002_01_NYJ_BUF,2002,REG,1,2002-09-08,Sunday,13:00,NYJ,BUF,37,31,-6,Ralph Wilson Stadium,Home,outdoors,astroturf,2002090801
4
+ 2,2002_01_BAL_CAR,2002,REG,1,2002-09-08,Sunday,13:00,BAL,CAR,7,10,3,Ericsson Stadium,Home,outdoors,grass,2002090804
5
+ 3,2002_01_MIN_CHI,2002,REG,1,2002-09-08,Sunday,13:00,MIN,CHI,23,27,4,Memorial Stadium (Champaign),Home,outdoors,astroplay,2002090812
6
+ 4,2002_01_SD_CIN,2002,REG,1,2002-09-08,Sunday,13:00,SD,CIN,34,6,-28,Paul Brown Stadium,Home,outdoors,grass,2002090805
7
+ 5,2002_01_KC_CLE,2002,REG,1,2002-09-08,Sunday,13:00,KC,CLE,40,39,-1,Cleveland Browns Stadium,Home,outdoors,grass,2002090810
8
+ 6,2002_01_ATL_GB,2002,REG,1,2002-09-08,Sunday,13:00,ATL,GB,34,37,3,Lambeau Field,Home,outdoors,grass,2002090802
9
+ 7,2002_01_IND_JAX,2002,REG,1,2002-09-08,Sunday,13:00,IND,JAX,28,25,-3,Alltel Stadium,Home,outdoors,grass,2002090808
10
+ 8,2002_01_DET_MIA,2002,REG,1,2002-09-08,Sunday,13:00,DET,MIA,21,49,28,Pro Player Stadium,Home,outdoors,grass,2002090806
11
+ 9,2002_01_PHI_TEN,2002,REG,1,2002-09-08,Sunday,13:00,PHI,TEN,24,27,3,The Coliseum,Home,outdoors,grass,2002090803
12
+ 10,2002_01_ARI_WAS,2002,REG,1,2002-09-08,Sunday,13:00,ARI,WAS,23,31,8,FedExField,Home,outdoors,grass,2002090800
13
+ 11,2002_01_STL_DEN,2002,REG,1,2002-09-08,Sunday,16:15,STL,DEN,16,23,7,Invesco Field at Mile High,Home,outdoors,grass,2002090811
14
+ 12,2002_01_SEA_OAK,2002,REG,1,2002-09-08,Sunday,16:15,SEA,OAK,17,31,14,Network Associates Coliseum,Home,outdoors,grass,2002090809
15
+ 13,2002_01_NO_TB,2002,REG,1,2002-09-08,Sunday,16:15,NO,TB,26,20,-6,Raymond James Stadium,Home,outdoors,grass,2002090807
16
+ 14,2002_01_DAL_HOU,2002,REG,1,2002-09-08,Sunday,20:30,DAL,HOU,10,19,9,Reliant Stadium,Home,closed,grass,2002090813
17
+ 15,2002_01_PIT_NE,2002,REG,1,2002-09-09,Monday,09:00,PIT,NE,14,30,16,Gillette Stadium,Home,outdoors,grass,2002090900
18
+ 16,2002_02_CHI_ATL,2002,REG,2,2002-09-15,Sunday,13:00,CHI,ATL,14,13,-1,Georgia Dome,Home,dome,astroturf,2002091500
19
+ 17,2002_02_TB_BAL,2002,REG,2,2002-09-15,Sunday,13:00,TB,BAL,25,0,-25,Ravens Stadium,Home,outdoors,grass,2002091501
20
+ 18,2002_02_DET_CAR,2002,REG,2,2002-09-15,Sunday,13:00,DET,CAR,7,31,24,Ericsson Stadium,Home,outdoors,grass,2002091504
21
+ 19,2002_02_CIN_CLE,2002,REG,2,2002-09-15,Sunday,13:00,CIN,CLE,7,20,13,Cleveland Browns Stadium,Home,outdoors,grass,2002091502
22
+ 20,2002_02_TEN_DAL,2002,REG,2,2002-09-15,Sunday,13:00,TEN,DAL,13,21,8,Texas Stadium,Home,outdoors,astroturf,2002091503
23
+ 21,2002_02_MIA_IND,2002,REG,2,2002-09-15,Sunday,13:00,MIA,IND,21,13,-8,RCA Dome,Home,dome,astroturf,2002091510
24
+ 22,2002_02_JAX_KC,2002,REG,2,2002-09-15,Sunday,13:00,JAX,KC,23,16,-7,Arrowhead Stadium,Home,outdoors,grass,2002091508
25
+ 23,2002_02_GB_NO,2002,REG,2,2002-09-15,Sunday,13:00,GB,NO,20,35,15,Louisiana Superdome,Home,dome,astroturf,2002091506
26
+ 24,2002_02_NE_NYJ,2002,REG,2,2002-09-15,Sunday,13:00,NE,NYJ,44,7,-37,Giants Stadium,Home,outdoors,grass,2002091512
27
+ 25,2002_02_ARI_SEA,2002,REG,2,2002-09-15,Sunday,16:05,ARI,SEA,24,13,-11,Seahawks Stadium,Home,outdoors,fieldturf,2002091505
28
+ 26,2002_02_NYG_STL,2002,REG,2,2002-09-15,Sunday,16:05,NYG,STL,26,21,-5,Edward Jones Dome,Home,dome,astroturf,2002091507
29
+ 27,2002_02_BUF_MIN,2002,REG,2,2002-09-15,Sunday,16:15,BUF,MIN,45,39,-6,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2002091509
30
+ 28,2002_02_HOU_SD,2002,REG,2,2002-09-15,Sunday,16:15,HOU,SD,3,24,21,Qualcomm Stadium,Home,outdoors,grass,2002091513
31
+ 29,2002_02_DEN_SF,2002,REG,2,2002-09-15,Sunday,16:15,DEN,SF,24,14,-10,3Com Park,Home,outdoors,grass,2002091511
32
+ 30,2002_02_OAK_PIT,2002,REG,2,2002-09-15,Sunday,20:30,OAK,PIT,30,17,-13,Heinz Field,Home,outdoors,grass,2002091514
33
+ 31,2002_02_PHI_WAS,2002,REG,2,2002-09-16,Monday,09:00,PHI,WAS,37,7,-30,FedExField,Home,outdoors,grass,2002091600
34
+ 32,2002_03_NO_CHI,2002,REG,3,2002-09-22,Sunday,13:00,NO,CHI,29,23,-6,Memorial Stadium (Champaign),Home,outdoors,astroplay,2002092210
35
+ 33,2002_03_IND_HOU,2002,REG,3,2002-09-22,Sunday,13:00,IND,HOU,23,3,-20,Reliant Stadium,Home,open,grass,2002092206
36
+ 34,2002_03_NYJ_MIA,2002,REG,3,2002-09-22,Sunday,13:00,NYJ,MIA,3,30,27,Pro Player Stadium,Home,outdoors,grass,2002092201
37
+ 35,2002_03_CAR_MIN,2002,REG,3,2002-09-22,Sunday,13:00,CAR,MIN,21,14,-7,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2002092200
38
+ 36,2002_03_KC_NE,2002,REG,3,2002-09-22,Sunday,13:00,KC,NE,38,41,3,Gillette Stadium,Home,outdoors,grass,2002092208
39
+ 37,2002_03_DAL_PHI,2002,REG,3,2002-09-22,Sunday,13:00,DAL,PHI,13,44,31,Veterans Stadium,Home,outdoors,fieldturf,2002092204
40
+ 38,2002_03_CLE_TEN,2002,REG,3,2002-09-22,Sunday,13:00,CLE,TEN,31,28,-3,The Coliseum,Home,outdoors,grass,2002092202
41
+ 39,2002_03_SD_ARI,2002,REG,3,2002-09-22,Sunday,16:05,SD,ARI,23,15,-8,Sun Devil Stadium,Home,outdoors,grass,2002092205
42
+ 40,2002_03_BUF_DEN,2002,REG,3,2002-09-22,Sunday,16:05,BUF,DEN,23,28,5,Invesco Field at Mile High,Home,outdoors,grass,2002092203
43
+ 41,2002_03_GB_DET,2002,REG,3,2002-09-22,Sunday,16:15,GB,DET,37,31,-6,Ford Field,Home,dome,fieldturf,2002092207
44
+ 42,2002_03_SEA_NYG,2002,REG,3,2002-09-22,Sunday,16:15,SEA,NYG,6,9,3,Giants Stadium,Home,outdoors,grass,2002092209
45
+ 43,2002_03_WAS_SF,2002,REG,3,2002-09-22,Sunday,16:15,WAS,SF,10,20,10,3Com Park,Home,outdoors,grass,2002092211
46
+ 44,2002_03_CIN_ATL,2002,REG,3,2002-09-22,Sunday,20:30,CIN,ATL,3,30,27,Georgia Dome,Home,dome,astroturf,2002092212
47
+ 45,2002_03_STL_TB,2002,REG,3,2002-09-23,Monday,09:00,STL,TB,14,26,12,Raymond James Stadium,Home,outdoors,grass,2002092300
48
+ 46,2002_04_CHI_BUF,2002,REG,4,2002-09-29,Sunday,13:00,CHI,BUF,27,33,6,Ralph Wilson Stadium,Home,outdoors,astroturf,2002092902
49
+ 47,2002_04_NO_DET,2002,REG,4,2002-09-29,Sunday,13:00,NO,DET,21,26,5,Ford Field,Home,dome,fieldturf,2002092912
50
+ 48,2002_04_CAR_GB,2002,REG,4,2002-09-29,Sunday,13:00,CAR,GB,14,17,3,Lambeau Field,Home,outdoors,grass,2002092900
51
+ 49,2002_04_NYJ_JAX,2002,REG,4,2002-09-29,Sunday,13:00,NYJ,JAX,3,28,25,Alltel Stadium,Home,outdoors,grass,2002092901
52
+ 50,2002_04_MIA_KC,2002,REG,4,2002-09-29,Sunday,13:00,MIA,KC,30,48,18,Arrowhead Stadium,Home,outdoors,grass,2002092910
53
+ 51,2002_04_HOU_PHI,2002,REG,4,2002-09-29,Sunday,13:00,HOU,PHI,17,35,18,Veterans Stadium,Home,outdoors,fieldturf,2002092908
54
+ 52,2002_04_CLE_PIT,2002,REG,4,2002-09-29,Sunday,13:00,CLE,PIT,13,16,3,Heinz Field,Home,outdoors,grass,2002092904
55
+ 53,2002_04_DAL_STL,2002,REG,4,2002-09-29,Sunday,13:00,DAL,STL,13,10,-3,Edward Jones Dome,Home,dome,astroturf,2002092906
56
+ 54,2002_04_NYG_ARI,2002,REG,4,2002-09-29,Sunday,16:05,NYG,ARI,7,21,14,Sun Devil Stadium,Home,outdoors,grass,2002092903
57
+ 55,2002_04_TB_CIN,2002,REG,4,2002-09-29,Sunday,16:05,TB,CIN,35,7,-28,Paul Brown Stadium,Home,outdoors,grass,2002092905
58
+ 56,2002_04_TEN_OAK,2002,REG,4,2002-09-29,Sunday,16:15,TEN,OAK,25,52,27,Network Associates Coliseum,Home,outdoors,grass,2002092909
59
+ 57,2002_04_NE_SD,2002,REG,4,2002-09-29,Sunday,16:15,NE,SD,14,21,7,Qualcomm Stadium,Home,outdoors,grass,2002092907
60
+ 58,2002_04_MIN_SEA,2002,REG,4,2002-09-29,Sunday,20:30,MIN,SEA,23,48,25,Seahawks Stadium,Home,outdoors,fieldturf,2002092911
61
+ 59,2002_04_DEN_BAL,2002,REG,4,2002-09-30,Monday,09:00,DEN,BAL,23,34,11,Ravens Stadium,Home,outdoors,grass,2002093000
62
+ 60,2002_05_TB_ATL,2002,REG,5,2002-10-06,Sunday,13:00,TB,ATL,20,6,-14,Georgia Dome,Home,dome,astroturf,2002100612
63
+ 61,2002_05_OAK_BUF,2002,REG,5,2002-10-06,Sunday,13:00,OAK,BUF,49,31,-18,Ralph Wilson Stadium,Home,outdoors,astroturf,2002100608
64
+ 62,2002_05_ARI_CAR,2002,REG,5,2002-10-06,Sunday,13:00,ARI,CAR,16,13,-3,Ericsson Stadium,Home,outdoors,grass,2002100600
65
+ 63,2002_05_NYG_DAL,2002,REG,5,2002-10-06,Sunday,13:00,NYG,DAL,21,17,-4,Texas Stadium,Home,outdoors,astroturf,2002100606
66
+ 64,2002_05_CIN_IND,2002,REG,5,2002-10-06,Sunday,13:00,CIN,IND,21,28,7,RCA Dome,Home,dome,astroturf,2002100602
67
+ 65,2002_05_NE_MIA,2002,REG,5,2002-10-06,Sunday,13:00,NE,MIA,13,26,13,Pro Player Stadium,Home,outdoors,grass,2002100604
68
+ 66,2002_05_PIT_NO,2002,REG,5,2002-10-06,Sunday,13:00,PIT,NO,29,32,3,Louisiana Superdome,Home,dome,astroturf,2002100610
69
+ 67,2002_05_WAS_TEN,2002,REG,5,2002-10-06,Sunday,13:00,WAS,TEN,31,14,-17,The Coliseum,Home,outdoors,grass,2002100601
70
+ 68,2002_05_SD_DEN,2002,REG,5,2002-10-06,Sunday,16:05,SD,DEN,9,26,17,Invesco Field at Mile High,Home,outdoors,grass,2002100605
71
+ 69,2002_05_KC_NYJ,2002,REG,5,2002-10-06,Sunday,16:05,KC,NYJ,29,25,-4,Giants Stadium,Home,outdoors,grass,2002100603
72
+ 70,2002_05_PHI_JAX,2002,REG,5,2002-10-06,Sunday,16:15,PHI,JAX,25,28,3,Alltel Stadium,Home,outdoors,grass,2002100607
73
+ 71,2002_05_STL_SF,2002,REG,5,2002-10-06,Sunday,16:15,STL,SF,13,37,24,3Com Park,Home,outdoors,grass,2002100609
74
+ 72,2002_05_BAL_CLE,2002,REG,5,2002-10-06,Sunday,20:30,BAL,CLE,26,21,-5,Cleveland Browns Stadium,Home,outdoors,grass,2002100611
75
+ 73,2002_05_GB_CHI,2002,REG,5,2002-10-07,Monday,09:00,GB,CHI,34,21,-13,Memorial Stadium (Champaign),Home,outdoors,astroplay,2002100700
76
+ 74,2002_06_PIT_CIN,2002,REG,6,2002-10-13,Sunday,13:00,PIT,CIN,34,7,-27,Paul Brown Stadium,Home,outdoors,grass,2002101303
77
+ 75,2002_06_CAR_DAL,2002,REG,6,2002-10-13,Sunday,13:00,CAR,DAL,13,14,1,Texas Stadium,Home,outdoors,astroturf,2002101306
78
+ 76,2002_06_BUF_HOU,2002,REG,6,2002-10-13,Sunday,13:00,BUF,HOU,31,24,-7,Reliant Stadium,Home,closed,grass,2002101304
79
+ 77,2002_06_BAL_IND,2002,REG,6,2002-10-13,Sunday,13:00,BAL,IND,20,22,2,RCA Dome,Home,dome,astroturf,2002101302
80
+ 78,2002_06_DET_MIN,2002,REG,6,2002-10-13,Sunday,13:00,DET,MIN,24,31,7,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2002101308
81
+ 79,2002_06_GB_NE,2002,REG,6,2002-10-13,Sunday,13:00,GB,NE,28,10,-18,Gillette Stadium,Home,outdoors,grass,2002101310
82
+ 80,2002_06_ATL_NYG,2002,REG,6,2002-10-13,Sunday,13:00,ATL,NYG,17,10,-7,Giants Stadium,Home,outdoors,grass,2002101300
83
+ 81,2002_06_CLE_TB,2002,REG,6,2002-10-13,Sunday,13:00,CLE,TB,3,17,14,Raymond James Stadium,Home,outdoors,grass,2002101305
84
+ 82,2002_06_NO_WAS,2002,REG,6,2002-10-13,Sunday,13:00,NO,WAS,43,27,-16,FedExField,Home,outdoors,grass,2002101301
85
+ 83,2002_06_KC_SD,2002,REG,6,2002-10-13,Sunday,16:15,KC,SD,34,35,1,Qualcomm Stadium,Home,outdoors,grass,2002101307
86
+ 84,2002_06_OAK_STL,2002,REG,6,2002-10-13,Sunday,16:15,OAK,STL,13,28,15,Edward Jones Dome,Home,dome,astroturf,2002101309
87
+ 85,2002_06_JAX_TEN,2002,REG,6,2002-10-13,Sunday,16:15,JAX,TEN,14,23,9,The Coliseum,Home,outdoors,grass,2002101312
88
+ 86,2002_06_MIA_DEN,2002,REG,6,2002-10-13,Sunday,20:30,MIA,DEN,24,22,-2,Invesco Field at Mile High,Home,outdoors,grass,2002101311
89
+ 87,2002_06_SF_SEA,2002,REG,6,2002-10-14,Monday,09:00,SF,SEA,28,21,-7,Seahawks Stadium,Home,outdoors,fieldturf,2002101400
90
+ 88,2002_07_CAR_ATL,2002,REG,7,2002-10-20,Sunday,13:00,CAR,ATL,0,30,30,Georgia Dome,Home,dome,astroturf,2002102002
91
+ 89,2002_07_JAX_BAL,2002,REG,7,2002-10-20,Sunday,13:00,JAX,BAL,10,17,7,Ravens Stadium,Home,outdoors,grass,2002102008
92
+ 90,2002_07_CHI_DET,2002,REG,7,2002-10-20,Sunday,13:00,CHI,DET,20,23,3,Ford Field,Home,dome,fieldturf,2002102004
93
+ 91,2002_07_DEN_KC,2002,REG,7,2002-10-20,Sunday,13:00,DEN,KC,37,34,-3,Arrowhead Stadium,Home,outdoors,grass,2002102006
94
+ 92,2002_07_BUF_MIA,2002,REG,7,2002-10-20,Sunday,13:00,BUF,MIA,23,10,-13,Pro Player Stadium,Home,outdoors,grass,2002102000
95
+ 93,2002_07_SF_NO,2002,REG,7,2002-10-20,Sunday,13:00,SF,NO,27,35,8,Louisiana Superdome,Home,dome,astroturf,2002102001
96
+ 94,2002_07_MIN_NYJ,2002,REG,7,2002-10-20,Sunday,13:00,MIN,NYJ,7,20,13,Giants Stadium,Home,outdoors,grass,2002102010
97
+ 95,2002_07_SEA_STL,2002,REG,7,2002-10-20,Sunday,13:00,SEA,STL,20,37,17,Edward Jones Dome,Home,dome,astroturf,2002102012
98
+ 96,2002_07_HOU_CLE,2002,REG,7,2002-10-20,Sunday,16:05,HOU,CLE,17,34,17,Cleveland Browns Stadium,Home,outdoors,grass,2002102005
99
+ 97,2002_07_SD_OAK,2002,REG,7,2002-10-20,Sunday,16:05,SD,OAK,27,21,-6,Network Associates Coliseum,Home,outdoors,grass,2002102007
100
+ 98,2002_07_DAL_ARI,2002,REG,7,2002-10-20,Sunday,16:15,DAL,ARI,6,9,3,Sun Devil Stadium,Home,outdoors,grass,2002102009
101
+ 99,2002_07_WAS_GB,2002,REG,7,2002-10-20,Sunday,16:15,WAS,GB,9,30,21,Lambeau Field,Home,outdoors,grass,2002102011
102
+ 100,2002_07_TB_PHI,2002,REG,7,2002-10-20,Sunday,16:15,TB,PHI,10,20,10,Veterans Stadium,Home,outdoors,fieldturf,2002102003
103
+ 101,2002_07_IND_PIT,2002,REG,7,2002-10-21,Monday,09:00,IND,PIT,10,28,18,Heinz Field,Home,outdoors,grass,2002102100
104
+ 102,2002_08_PIT_BAL,2002,REG,8,2002-10-27,Sunday,13:00,PIT,BAL,31,18,-13,Ravens Stadium,Home,outdoors,grass,2002102710
105
+ 103,2002_08_DET_BUF,2002,REG,8,2002-10-27,Sunday,13:00,DET,BUF,17,24,7,Ralph Wilson Stadium,Home,outdoors,astroturf,2002102706
106
+ 104,2002_08_TB_CAR,2002,REG,8,2002-10-27,Sunday,13:00,TB,CAR,12,9,-3,Ericsson Stadium,Home,outdoors,grass,2002102701
107
+ 105,2002_08_TEN_CIN,2002,REG,8,2002-10-27,Sunday,13:00,TEN,CIN,30,24,-6,Paul Brown Stadium,Home,outdoors,grass,2002102703
108
+ 106,2002_08_SEA_DAL,2002,REG,8,2002-10-27,Sunday,13:00,SEA,DAL,17,14,-3,Texas Stadium,Home,outdoors,astroturf,2002102712
109
+ 107,2002_08_OAK_KC,2002,REG,8,2002-10-27,Sunday,13:00,OAK,KC,10,20,10,Arrowhead Stadium,Home,outdoors,grass,2002102708
110
+ 108,2002_08_CHI_MIN,2002,REG,8,2002-10-27,Sunday,13:00,CHI,MIN,7,25,18,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2002102702
111
+ 109,2002_08_ATL_NO,2002,REG,8,2002-10-27,Sunday,13:00,ATL,NO,37,35,-2,Louisiana Superdome,Home,dome,astroturf,2002102700
112
+ 110,2002_08_CLE_NYJ,2002,REG,8,2002-10-27,Sunday,13:00,CLE,NYJ,24,21,-3,Giants Stadium,Home,outdoors,grass,2002102704
113
+ 111,2002_08_ARI_SF,2002,REG,8,2002-10-27,Sunday,16:05,ARI,SF,28,38,10,3Com Park,Home,outdoors,grass,2002102705
114
+ 112,2002_08_HOU_JAX,2002,REG,8,2002-10-27,Sunday,16:15,HOU,JAX,21,19,-2,Alltel Stadium,Home,outdoors,grass,2002102709
115
+ 113,2002_08_DEN_NE,2002,REG,8,2002-10-27,Sunday,16:15,DEN,NE,24,16,-8,Gillette Stadium,Home,outdoors,grass,2002102707
116
+ 114,2002_08_IND_WAS,2002,REG,8,2002-10-27,Sunday,20:30,IND,WAS,21,26,5,FedExField,Home,outdoors,grass,2002102711
117
+ 115,2002_08_NYG_PHI,2002,REG,8,2002-10-28,Monday,09:00,NYG,PHI,3,17,14,Veterans Stadium,Home,outdoors,fieldturf,2002102800
118
+ 116,2002_09_BAL_ATL,2002,REG,9,2002-11-03,Sunday,13:00,BAL,ATL,17,20,3,Georgia Dome,Home,dome,astroturf,2002110300
119
+ 117,2002_09_NE_BUF,2002,REG,9,2002-11-03,Sunday,13:00,NE,BUF,38,7,-31,Ralph Wilson Stadium,Home,outdoors,astroturf,2002110308
120
+ 118,2002_09_PHI_CHI,2002,REG,9,2002-11-03,Sunday,13:00,PHI,CHI,19,13,-6,Memorial Stadium (Champaign),Home,outdoors,astroplay,2002110310
121
+ 119,2002_09_PIT_CLE,2002,REG,9,2002-11-03,Sunday,13:00,PIT,CLE,23,20,-3,Cleveland Browns Stadium,Home,outdoors,grass,2002110312
122
+ 120,2002_09_DAL_DET,2002,REG,9,2002-11-03,Sunday,13:00,DAL,DET,7,9,2,Ford Field,Home,dome,fieldturf,2002110304
123
+ 121,2002_09_CIN_HOU,2002,REG,9,2002-11-03,Sunday,13:00,CIN,HOU,38,3,-35,Reliant Stadium,Home,closed,grass,2002110302
124
+ 122,2002_09_TEN_IND,2002,REG,9,2002-11-03,Sunday,13:00,TEN,IND,23,15,-8,RCA Dome,Home,dome,astroturf,2002110301
125
+ 123,2002_09_MIN_TB,2002,REG,9,2002-11-03,Sunday,13:00,MIN,TB,24,38,14,Raymond James Stadium,Home,outdoors,grass,2002110306
126
+ 124,2002_09_NYJ_SD,2002,REG,9,2002-11-03,Sunday,16:05,NYJ,SD,44,13,-31,Qualcomm Stadium,Home,outdoors,grass,2002110303
127
+ 125,2002_09_STL_ARI,2002,REG,9,2002-11-03,Sunday,16:15,STL,ARI,27,14,-13,Sun Devil Stadium,Home,outdoors,grass,2002110307
128
+ 126,2002_09_SF_OAK,2002,REG,9,2002-11-03,Sunday,16:15,SF,OAK,23,20,-3,Network Associates Coliseum,Home,outdoors,grass,2002110305
129
+ 127,2002_09_WAS_SEA,2002,REG,9,2002-11-03,Sunday,16:15,WAS,SEA,14,3,-11,Seahawks Stadium,Home,outdoors,fieldturf,2002110309
130
+ 128,2002_09_JAX_NYG,2002,REG,9,2002-11-03,Sunday,20:30,JAX,NYG,17,24,7,Giants Stadium,Home,outdoors,grass,2002110311
131
+ 129,2002_09_MIA_GB,2002,REG,9,2002-11-04,Monday,09:00,MIA,GB,10,24,14,Lambeau Field,Home,outdoors,grass,2002110400
132
+ 130,2002_10_CIN_BAL,2002,REG,10,2002-11-10,Sunday,13:00,CIN,BAL,27,38,11,Ravens Stadium,Home,outdoors,grass,2002111002
133
+ 131,2002_10_NO_CAR,2002,REG,10,2002-11-10,Sunday,13:00,NO,CAR,34,24,-10,Ericsson Stadium,Home,outdoors,grass,2002111010
134
+ 132,2002_10_DET_GB,2002,REG,10,2002-11-10,Sunday,13:00,DET,GB,14,40,26,Lambeau Field,Home,outdoors,grass,2002111004
135
+ 133,2002_10_NYG_MIN,2002,REG,10,2002-11-10,Sunday,13:00,NYG,MIN,27,20,-7,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2002111012
136
+ 134,2002_10_IND_PHI,2002,REG,10,2002-11-10,Sunday,13:00,IND,PHI,35,13,-22,Veterans Stadium,Home,outdoors,fieldturf,2002111008
137
+ 135,2002_10_ATL_PIT,2002,REG,10,2002-11-10,Sunday,13:00,ATL,PIT,34,34,0,Heinz Field,Home,outdoors,grass,2002111000
138
+ 136,2002_10_SD_STL,2002,REG,10,2002-11-10,Sunday,13:00,SD,STL,24,28,4,Edward Jones Dome,Home,dome,astroturf,2002111001
139
+ 137,2002_10_HOU_TEN,2002,REG,10,2002-11-10,Sunday,13:00,HOU,TEN,10,17,7,The Coliseum,Home,outdoors,grass,2002111006
140
+ 138,2002_10_SEA_ARI,2002,REG,10,2002-11-10,Sunday,16:05,SEA,ARI,27,6,-21,Sun Devil Stadium,Home,outdoors,grass,2002111003
141
+ 139,2002_10_WAS_JAX,2002,REG,10,2002-11-10,Sunday,16:05,WAS,JAX,7,26,19,Alltel Stadium,Home,outdoors,grass,2002111005
142
+ 140,2002_10_NE_CHI,2002,REG,10,2002-11-10,Sunday,16:15,NE,CHI,33,30,-3,Memorial Stadium (Champaign),Home,outdoors,astroplay,2002111009
143
+ 141,2002_10_KC_SF,2002,REG,10,2002-11-10,Sunday,16:15,KC,SF,13,17,4,3Com Park,Home,outdoors,grass,2002111007
144
+ 142,2002_10_MIA_NYJ,2002,REG,10,2002-11-10,Sunday,20:30,MIA,NYJ,10,13,3,Giants Stadium,Home,outdoors,grass,2002111011
145
+ 143,2002_10_OAK_DEN,2002,REG,10,2002-11-11,Monday,09:00,OAK,DEN,34,10,-24,Invesco Field at Mile High,Home,outdoors,grass,2002111100
146
+ 144,2002_11_NO_ATL,2002,REG,11,2002-11-17,Sunday,13:00,NO,ATL,17,24,7,Georgia Dome,Home,dome,astroturf,2002111712
147
+ 145,2002_11_CLE_CIN,2002,REG,11,2002-11-17,Sunday,13:00,CLE,CIN,27,20,-7,Paul Brown Stadium,Home,outdoors,grass,2002111706
148
+ 146,2002_11_JAX_HOU,2002,REG,11,2002-11-17,Sunday,13:00,JAX,HOU,24,21,-3,Reliant Stadium,Home,open,grass,2002111711
149
+ 147,2002_11_DAL_IND,2002,REG,11,2002-11-17,Sunday,13:00,DAL,IND,3,20,17,RCA Dome,Home,dome,astroturf,2002111708
150
+ 148,2002_11_BUF_KC,2002,REG,11,2002-11-17,Sunday,13:00,BUF,KC,16,17,1,Arrowhead Stadium,Home,outdoors,grass,2002111704
151
+ 149,2002_11_GB_MIN,2002,REG,11,2002-11-17,Sunday,13:00,GB,MIN,21,31,10,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2002111710
152
+ 150,2002_11_WAS_NYG,2002,REG,11,2002-11-17,Sunday,13:00,WAS,NYG,17,19,2,Giants Stadium,Home,outdoors,grass,2002111703
153
+ 151,2002_11_ARI_PHI,2002,REG,11,2002-11-17,Sunday,13:00,ARI,PHI,14,38,24,Veterans Stadium,Home,outdoors,fieldturf,2002111700
154
+ 152,2002_11_PIT_TEN,2002,REG,11,2002-11-17,Sunday,13:00,PIT,TEN,23,31,8,The Coliseum,Home,outdoors,grass,2002111701
155
+ 153,2002_11_SF_SD,2002,REG,11,2002-11-17,Sunday,16:05,SF,SD,17,20,3,Qualcomm Stadium,Home,outdoors,grass,2002111707
156
+ 154,2002_11_CAR_TB,2002,REG,11,2002-11-17,Sunday,16:05,CAR,TB,10,23,13,Raymond James Stadium,Home,outdoors,grass,2002111705
157
+ 155,2002_11_NYJ_DET,2002,REG,11,2002-11-17,Sunday,16:15,NYJ,DET,31,14,-17,Ford Field,Home,dome,fieldturf,2002111713
158
+ 156,2002_11_BAL_MIA,2002,REG,11,2002-11-17,Sunday,16:15,BAL,MIA,7,26,19,Pro Player Stadium,Home,outdoors,grass,2002111702
159
+ 157,2002_11_DEN_SEA,2002,REG,11,2002-11-17,Sunday,16:15,DEN,SEA,31,9,-22,Seahawks Stadium,Home,outdoors,fieldturf,2002111709
160
+ 158,2002_11_NE_OAK,2002,REG,11,2002-11-17,Sunday,20:30,NE,OAK,20,27,7,Network Associates Coliseum,Home,outdoors,grass,2002111714
161
+ 159,2002_11_CHI_STL,2002,REG,11,2002-11-18,Monday,09:00,CHI,STL,16,21,5,Edward Jones Dome,Home,dome,astroturf,2002111800
162
+ 160,2002_12_TEN_BAL,2002,REG,12,2002-11-24,Sunday,13:00,TEN,BAL,12,13,1,Ravens Stadium,Home,outdoors,grass,2002112403
163
+ 161,2002_12_ATL_CAR,2002,REG,12,2002-11-24,Sunday,13:00,ATL,CAR,41,0,-41,Ericsson Stadium,Home,outdoors,grass,2002112400
164
+ 162,2002_12_DET_CHI,2002,REG,12,2002-11-24,Sunday,13:00,DET,CHI,17,20,3,Memorial Stadium (Champaign),Home,outdoors,astroplay,2002112407
165
+ 163,2002_12_JAX_DAL,2002,REG,12,2002-11-24,Sunday,13:00,JAX,DAL,19,21,2,Texas Stadium,Home,outdoors,astroturf,2002112411
166
+ 164,2002_12_SD_MIA,2002,REG,12,2002-11-24,Sunday,13:00,SD,MIA,3,30,27,Pro Player Stadium,Home,outdoors,grass,2002112401
167
+ 165,2002_12_MIN_NE,2002,REG,12,2002-11-24,Sunday,13:00,MIN,NE,17,24,7,Gillette Stadium,Home,outdoors,grass,2002112413
168
+ 166,2002_12_CLE_NO,2002,REG,12,2002-11-24,Sunday,13:00,CLE,NO,24,15,-9,Louisiana Superdome,Home,dome,astroturf,2002112406
169
+ 167,2002_12_BUF_NYJ,2002,REG,12,2002-11-24,Sunday,13:00,BUF,NYJ,13,31,18,Giants Stadium,Home,outdoors,grass,2002112402
170
+ 168,2002_12_CIN_PIT,2002,REG,12,2002-11-24,Sunday,13:00,CIN,PIT,21,29,8,Heinz Field,Home,outdoors,grass,2002112404
171
+ 169,2002_12_STL_WAS,2002,REG,12,2002-11-24,Sunday,13:00,STL,WAS,17,20,3,FedExField,Home,outdoors,grass,2002112410
172
+ 170,2002_12_OAK_ARI,2002,REG,12,2002-11-24,Sunday,16:05,OAK,ARI,41,20,-21,Sun Devil Stadium,Home,outdoors,grass,2002112414
173
+ 171,2002_12_KC_SEA,2002,REG,12,2002-11-24,Sunday,16:05,KC,SEA,32,39,7,Seahawks Stadium,Home,outdoors,fieldturf,2002112405
174
+ 172,2002_12_NYG_HOU,2002,REG,12,2002-11-24,Sunday,16:15,NYG,HOU,14,16,2,Reliant Stadium,Home,open,grass,2002112408
175
+ 173,2002_12_GB_TB,2002,REG,12,2002-11-24,Sunday,16:15,GB,TB,7,21,14,Raymond James Stadium,Home,outdoors,grass,2002112409
176
+ 174,2002_12_IND_DEN,2002,REG,12,2002-11-24,Sunday,20:30,IND,DEN,23,20,-3,Invesco Field at Mile High,Home,outdoors,grass,2002112412
177
+ 175,2002_12_PHI_SF,2002,REG,12,2002-11-25,Monday,09:00,PHI,SF,38,17,-21,3Com Park,Home,outdoors,grass,2002112500
178
+ 176,2002_13_NE_DET,2002,REG,13,2002-11-28,Thursday,12:30,NE,DET,20,12,-8,Ford Field,Home,dome,fieldturf,2002112800
179
+ 177,2002_13_WAS_DAL,2002,REG,13,2002-11-28,Thursday,16:05,WAS,DAL,20,27,7,Texas Stadium,Home,outdoors,astroturf,2002112801
180
+ 178,2002_13_MIA_BUF,2002,REG,13,2002-12-01,Sunday,13:00,MIA,BUF,21,38,17,Ralph Wilson Stadium,Home,outdoors,astroturf,2002120110
181
+ 179,2002_13_BAL_CIN,2002,REG,13,2002-12-01,Sunday,13:00,BAL,CIN,27,23,-4,Paul Brown Stadium,Home,outdoors,grass,2002120104
182
+ 180,2002_13_CAR_CLE,2002,REG,13,2002-12-01,Sunday,13:00,CAR,CLE,13,6,-7,Cleveland Browns Stadium,Home,outdoors,grass,2002120106
183
+ 181,2002_13_CHI_GB,2002,REG,13,2002-12-01,Sunday,13:00,CHI,GB,20,30,10,Lambeau Field,Home,outdoors,grass,2002120108
184
+ 182,2002_13_PIT_JAX,2002,REG,13,2002-12-01,Sunday,13:00,PIT,JAX,25,23,-2,Alltel Stadium,Home,outdoors,grass,2002120101
185
+ 183,2002_13_ARI_KC,2002,REG,13,2002-12-01,Sunday,13:00,ARI,KC,0,49,49,Arrowhead Stadium,Home,outdoors,grass,2002120100
186
+ 184,2002_13_ATL_MIN,2002,REG,13,2002-12-01,Sunday,13:00,ATL,MIN,30,24,-6,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2002120102
187
+ 185,2002_13_TEN_NYG,2002,REG,13,2002-12-01,Sunday,13:00,TEN,NYG,32,29,-3,Giants Stadium,Home,outdoors,grass,2002120103
188
+ 186,2002_13_HOU_IND,2002,REG,13,2002-12-01,Sunday,16:05,HOU,IND,3,19,16,RCA Dome,Home,dome,astroturf,2002120107
189
+ 187,2002_13_DEN_SD,2002,REG,13,2002-12-01,Sunday,16:05,DEN,SD,27,30,3,Qualcomm Stadium,Home,outdoors,grass,2002120105
190
+ 188,2002_13_STL_PHI,2002,REG,13,2002-12-01,Sunday,16:15,STL,PHI,3,10,7,Veterans Stadium,Home,outdoors,fieldturf,2002120111
191
+ 189,2002_13_SEA_SF,2002,REG,13,2002-12-01,Sunday,16:15,SEA,SF,24,31,7,3Com Park,Home,outdoors,grass,2002120109
192
+ 190,2002_13_TB_NO,2002,REG,13,2002-12-01,Sunday,20:30,TB,NO,20,23,3,Louisiana Superdome,Home,dome,astroturf,2002120112
193
+ 191,2002_13_NYJ_OAK,2002,REG,13,2002-12-02,Monday,09:00,NYJ,OAK,20,26,6,Network Associates Coliseum,Home,outdoors,grass,2002120200
194
+ 192,2002_14_CIN_CAR,2002,REG,14,2002-12-08,Sunday,13:00,CIN,CAR,31,52,21,Ericsson Stadium,Home,outdoors,grass,2002120804
195
+ 193,2002_14_SF_DAL,2002,REG,14,2002-12-08,Sunday,13:00,SF,DAL,31,27,-4,Texas Stadium,Home,outdoors,astroturf,2002120814
196
+ 194,2002_14_CLE_JAX,2002,REG,14,2002-12-08,Sunday,13:00,CLE,JAX,21,20,-1,Alltel Stadium,Home,outdoors,grass,2002120806
197
+ 195,2002_14_STL_KC,2002,REG,14,2002-12-08,Sunday,13:00,STL,KC,10,49,39,Arrowhead Stadium,Home,outdoors,grass,2002120801
198
+ 196,2002_14_BUF_NE,2002,REG,14,2002-12-08,Sunday,13:00,BUF,NE,17,27,10,Gillette Stadium,Home,outdoors,grass,2002120802
199
+ 197,2002_14_HOU_PIT,2002,REG,14,2002-12-08,Sunday,13:00,HOU,PIT,24,6,-18,Heinz Field,Home,outdoors,grass,2002120808
200
+ 198,2002_14_ATL_TB,2002,REG,14,2002-12-08,Sunday,13:00,ATL,TB,10,34,24,Raymond James Stadium,Home,outdoors,grass,2002120800
201
+ 199,2002_14_IND_TEN,2002,REG,14,2002-12-08,Sunday,13:00,IND,TEN,17,27,10,The Coliseum,Home,outdoors,grass,2002120810
202
+ 200,2002_14_NYG_WAS,2002,REG,14,2002-12-08,Sunday,13:00,NYG,WAS,27,21,-6,FedExField,Home,outdoors,grass,2002120812
203
+ 201,2002_14_DET_ARI,2002,REG,14,2002-12-08,Sunday,16:05,DET,ARI,20,23,3,Sun Devil Stadium,Home,outdoors,grass,2002120803
204
+ 202,2002_14_NO_BAL,2002,REG,14,2002-12-08,Sunday,16:05,NO,BAL,37,25,-12,Ravens Stadium,Home,outdoors,grass,2002120805
205
+ 203,2002_14_PHI_SEA,2002,REG,14,2002-12-08,Sunday,16:05,PHI,SEA,27,20,-7,Seahawks Stadium,Home,outdoors,fieldturf,2002120807
206
+ 204,2002_14_DEN_NYJ,2002,REG,14,2002-12-08,Sunday,16:15,DEN,NYJ,13,19,6,Giants Stadium,Home,outdoors,grass,2002120809
207
+ 205,2002_14_OAK_SD,2002,REG,14,2002-12-08,Sunday,16:15,OAK,SD,27,7,-20,Qualcomm Stadium,Home,outdoors,grass,2002120811
208
+ 206,2002_14_MIN_GB,2002,REG,14,2002-12-08,Sunday,20:30,MIN,GB,22,26,4,Lambeau Field,Home,outdoors,grass,2002120813
209
+ 207,2002_14_CHI_MIA,2002,REG,14,2002-12-09,Monday,09:00,CHI,MIA,9,27,18,Pro Player Stadium,Home,outdoors,grass,2002120900
210
+ 208,2002_15_SEA_ATL,2002,REG,15,2002-12-15,Sunday,13:00,SEA,ATL,30,24,-6,Georgia Dome,Home,dome,astroturf,2002121501
211
+ 209,2002_15_SD_BUF,2002,REG,15,2002-12-15,Sunday,13:00,SD,BUF,13,20,7,Ralph Wilson Stadium,Home,outdoors,astroturf,2002121514
212
+ 210,2002_15_NYJ_CHI,2002,REG,15,2002-12-15,Sunday,13:00,NYJ,CHI,13,20,7,Memorial Stadium (Champaign),Home,outdoors,astroplay,2002121510
213
+ 211,2002_15_JAX_CIN,2002,REG,15,2002-12-15,Sunday,13:00,JAX,CIN,29,15,-14,Paul Brown Stadium,Home,outdoors,grass,2002121506
214
+ 212,2002_15_IND_CLE,2002,REG,15,2002-12-15,Sunday,13:00,IND,CLE,28,23,-5,Cleveland Browns Stadium,Home,outdoors,grass,2002121504
215
+ 213,2002_15_TB_DET,2002,REG,15,2002-12-15,Sunday,13:00,TB,DET,23,20,-3,Ford Field,Home,dome,fieldturf,2002121503
216
+ 214,2002_15_BAL_HOU,2002,REG,15,2002-12-15,Sunday,13:00,BAL,HOU,23,19,-4,Reliant Stadium,Home,open,grass,2002121500
217
+ 215,2002_15_OAK_MIA,2002,REG,15,2002-12-15,Sunday,13:00,OAK,MIA,17,23,6,Pro Player Stadium,Home,outdoors,grass,2002121512
218
+ 216,2002_15_MIN_NO,2002,REG,15,2002-12-15,Sunday,13:00,MIN,NO,32,31,-1,Louisiana Superdome,Home,dome,astroturf,2002121508
219
+ 217,2002_15_WAS_PHI,2002,REG,15,2002-12-15,Sunday,13:00,WAS,PHI,21,34,13,Veterans Stadium,Home,outdoors,fieldturf,2002121505
220
+ 218,2002_15_CAR_PIT,2002,REG,15,2002-12-15,Sunday,13:00,CAR,PIT,14,30,16,Heinz Field,Home,outdoors,grass,2002121502
221
+ 219,2002_15_KC_DEN,2002,REG,15,2002-12-15,Sunday,16:05,KC,DEN,24,31,7,Invesco Field at Mile High,Home,outdoors,grass,2002121507
222
+ 220,2002_15_DAL_NYG,2002,REG,15,2002-12-15,Sunday,16:15,DAL,NYG,7,37,30,Giants Stadium,Home,outdoors,grass,2002121509
223
+ 221,2002_15_GB_SF,2002,REG,15,2002-12-15,Sunday,16:15,GB,SF,20,14,-6,3Com Park,Home,outdoors,grass,2002121511
224
+ 222,2002_15_ARI_STL,2002,REG,15,2002-12-15,Sunday,20:30,ARI,STL,28,30,2,Edward Jones Dome,Home,dome,astroturf,2002121513
225
+ 223,2002_15_NE_TEN,2002,REG,15,2002-12-16,Monday,09:00,NE,TEN,7,24,17,The Coliseum,Home,outdoors,grass,2002121600
226
+ 224,2002_16_MIA_MIN,2002,REG,16,2002-12-21,Saturday,13:30,MIA,MIN,17,20,3,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2002122100
227
+ 225,2002_16_SF_ARI,2002,REG,16,2002-12-21,Saturday,17:00,SF,ARI,17,14,-3,Sun Devil Stadium,Home,outdoors,grass,2002122101
228
+ 226,2002_16_PHI_DAL,2002,REG,16,2002-12-21,Saturday,20:30,PHI,DAL,27,3,-24,Texas Stadium,Home,outdoors,astroturf,2002122102
229
+ 227,2002_16_DET_ATL,2002,REG,16,2002-12-22,Sunday,13:00,DET,ATL,15,36,21,Georgia Dome,Home,dome,astroturf,2002122204
230
+ 228,2002_16_CHI_CAR,2002,REG,16,2002-12-22,Sunday,13:00,CHI,CAR,14,24,10,Ericsson Stadium,Home,outdoors,grass,2002122202
231
+ 229,2002_16_NO_CIN,2002,REG,16,2002-12-22,Sunday,13:00,NO,CIN,13,20,7,Paul Brown Stadium,Home,outdoors,grass,2002122208
232
+ 230,2002_16_BUF_GB,2002,REG,16,2002-12-22,Sunday,13:00,BUF,GB,0,10,10,Lambeau Field,Home,outdoors,grass,2002122200
233
+ 231,2002_16_NYG_IND,2002,REG,16,2002-12-22,Sunday,13:00,NYG,IND,44,27,-17,RCA Dome,Home,dome,astroturf,2002122210
234
+ 232,2002_16_TEN_JAX,2002,REG,16,2002-12-22,Sunday,13:00,TEN,JAX,28,10,-18,Alltel Stadium,Home,outdoors,grass,2002122203
235
+ 233,2002_16_SD_KC,2002,REG,16,2002-12-22,Sunday,13:00,SD,KC,22,24,2,Arrowhead Stadium,Home,outdoors,grass,2002122201
236
+ 234,2002_16_HOU_WAS,2002,REG,16,2002-12-22,Sunday,13:00,HOU,WAS,10,26,16,FedExField,Home,outdoors,grass,2002122206
237
+ 235,2002_16_STL_SEA,2002,REG,16,2002-12-22,Sunday,16:05,STL,SEA,10,30,20,Seahawks Stadium,Home,outdoors,fieldturf,2002122205
238
+ 236,2002_16_CLE_BAL,2002,REG,16,2002-12-22,Sunday,16:15,CLE,BAL,14,13,-1,Ravens Stadium,Home,outdoors,grass,2002122207
239
+ 237,2002_16_DEN_OAK,2002,REG,16,2002-12-22,Sunday,16:15,DEN,OAK,16,28,12,Network Associates Coliseum,Home,outdoors,grass,2002122209
240
+ 238,2002_16_NYJ_NE,2002,REG,16,2002-12-22,Sunday,20:30,NYJ,NE,30,17,-13,Gillette Stadium,Home,outdoors,grass,2002122211
241
+ 239,2002_16_PIT_TB,2002,REG,16,2002-12-23,Monday,09:00,PIT,TB,17,7,-10,Raymond James Stadium,Home,outdoors,grass,2002122300
242
+ 240,2002_17_PHI_NYG,2002,REG,17,2002-12-28,Saturday,13:30,PHI,NYG,7,10,3,Giants Stadium,Home,outdoors,grass,2002122800
243
+ 241,2002_17_KC_OAK,2002,REG,17,2002-12-28,Saturday,17:00,KC,OAK,0,24,24,Network Associates Coliseum,Home,outdoors,grass,2002122801
244
+ 242,2002_17_CIN_BUF,2002,REG,17,2002-12-29,Sunday,13:00,CIN,BUF,9,27,18,Ralph Wilson Stadium,Home,outdoors,astroturf,2002122906
245
+ 243,2002_17_ATL_CLE,2002,REG,17,2002-12-29,Sunday,13:00,ATL,CLE,16,24,8,Cleveland Browns Stadium,Home,outdoors,grass,2002122900
246
+ 244,2002_17_MIN_DET,2002,REG,17,2002-12-29,Sunday,13:00,MIN,DET,38,36,-2,Ford Field,Home,dome,fieldturf,2002122912
247
+ 245,2002_17_TEN_HOU,2002,REG,17,2002-12-29,Sunday,13:00,TEN,HOU,13,3,-10,Reliant Stadium,Home,open,grass,2002122901
248
+ 246,2002_17_MIA_NE,2002,REG,17,2002-12-29,Sunday,13:00,MIA,NE,24,27,3,Gillette Stadium,Home,outdoors,grass,2002122910
249
+ 247,2002_17_CAR_NO,2002,REG,17,2002-12-29,Sunday,13:00,CAR,NO,10,6,-4,Louisiana Superdome,Home,dome,astroturf,2002122904
250
+ 248,2002_17_BAL_PIT,2002,REG,17,2002-12-29,Sunday,13:00,BAL,PIT,31,34,3,Heinz Field,Home,outdoors,grass,2002122902
251
+ 249,2002_17_DAL_WAS,2002,REG,17,2002-12-29,Sunday,13:00,DAL,WAS,14,20,6,FedExField,Home,outdoors,grass,2002122908
252
+ 250,2002_17_JAX_IND,2002,REG,17,2002-12-29,Sunday,16:05,JAX,IND,13,20,7,RCA Dome,Home,dome,astroturf,2002122903
253
+ 251,2002_17_ARI_DEN,2002,REG,17,2002-12-29,Sunday,16:15,ARI,DEN,7,37,30,Invesco Field at Mile High,Home,outdoors,grass,2002122905
254
+ 252,2002_17_GB_NYJ,2002,REG,17,2002-12-29,Sunday,16:15,GB,NYJ,17,42,25,Giants Stadium,Home,outdoors,grass,2002122907
255
+ 253,2002_17_SEA_SD,2002,REG,17,2002-12-29,Sunday,16:15,SEA,SD,31,28,-3,Qualcomm Stadium,Home,outdoors,grass,2002122909
256
+ 254,2002_17_TB_CHI,2002,REG,17,2002-12-29,Sunday,20:30,TB,CHI,15,0,-15,Memorial Stadium (Champaign),Home,outdoors,astroplay,2002122911
257
+ 255,2002_17_SF_STL,2002,REG,17,2002-12-30,Monday,09:00,SF,STL,20,31,11,Edward Jones Dome,Home,dome,astroturf,2002123000
258
+ 256,2002_18_IND_NYJ,2002,WC,18,2003-01-04,Saturday,16:30,IND,NYJ,0,41,41,Giants Stadium,Home,outdoors,grass,2003010400
259
+ 257,2002_18_ATL_GB,2002,WC,18,2003-01-04,Saturday,20:00,ATL,GB,27,7,-20,Lambeau Field,Home,outdoors,grass,2003010401
260
+ 258,2002_18_CLE_PIT,2002,WC,18,2003-01-05,Sunday,13:00,CLE,PIT,33,36,3,Heinz Field,Home,outdoors,grass,2003010500
261
+ 259,2002_18_NYG_SF,2002,WC,18,2003-01-05,Sunday,16:30,NYG,SF,38,39,1,3Com Park,Home,outdoors,grass,2003010501
262
+ 260,2002_19_PIT_TEN,2002,DIV,19,2003-01-11,Saturday,16:30,PIT,TEN,31,34,3,The Coliseum,Home,outdoors,grass,2003011100
263
+ 261,2002_19_ATL_PHI,2002,DIV,19,2003-01-11,Saturday,20:00,ATL,PHI,6,20,14,Veterans Stadium,Home,outdoors,fieldturf,2003011101
264
+ 262,2002_19_SF_TB,2002,DIV,19,2003-01-12,Sunday,13:00,SF,TB,6,31,25,Raymond James Stadium,Home,outdoors,grass,2003011201
265
+ 263,2002_19_NYJ_OAK,2002,DIV,19,2003-01-12,Sunday,16:30,NYJ,OAK,10,30,20,Network Associates Coliseum,Home,outdoors,grass,2003011200
266
+ 264,2002_20_TB_PHI,2002,CON,20,2003-01-19,Sunday,15:00,TB,PHI,27,10,-17,Veterans Stadium,Home,outdoors,fieldturf,2003011900
267
+ 265,2002_20_TEN_OAK,2002,CON,20,2003-01-19,Sunday,18:30,TEN,OAK,24,41,17,Network Associates Coliseum,Home,outdoors,grass,2003011901
268
+ 266,2002_21_OAK_TB,2002,SB,21,2003-01-26,Sunday,18:18,OAK,TB,21,48,27,Qualcomm Stadium,Neutral,outdoors,grass,2003012600
Source/Build/nfl_data_py/data/schedules/2003.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2003_01_NYJ_WAS,2003,REG,1,2003-09-04,Thursday,09:00,NYJ,WAS,13,16,3,FedExField,Home,outdoors,grass,2003090400
3
+ 1,2003_01_NE_BUF,2003,REG,1,2003-09-07,Sunday,13:00,NE,BUF,0,31,31,Ralph Wilson Stadium,Home,outdoors,astroplay,2003090707
4
+ 2,2003_01_JAX_CAR,2003,REG,1,2003-09-07,Sunday,13:00,JAX,CAR,23,24,1,Ericsson Stadium,Home,outdoors,grass,2003090705
5
+ 3,2003_01_DEN_CIN,2003,REG,1,2003-09-07,Sunday,13:00,DEN,CIN,30,10,-20,Paul Brown Stadium,Home,outdoors,grass,2003090701
6
+ 4,2003_01_IND_CLE,2003,REG,1,2003-09-07,Sunday,13:00,IND,CLE,9,6,-3,Cleveland Browns Stadium,Home,outdoors,grass,2003090702
7
+ 5,2003_01_ARI_DET,2003,REG,1,2003-09-07,Sunday,13:00,ARI,DET,24,42,18,Ford Field,Home,dome,fieldturf,2003090700
8
+ 6,2003_01_MIN_GB,2003,REG,1,2003-09-07,Sunday,13:00,MIN,GB,30,25,-5,Lambeau Field,Home,outdoors,grass,2003090706
9
+ 7,2003_01_SD_KC,2003,REG,1,2003-09-07,Sunday,13:00,SD,KC,14,27,13,Arrowhead Stadium,Home,outdoors,grass,2003090708
10
+ 8,2003_01_HOU_MIA,2003,REG,1,2003-09-07,Sunday,13:00,HOU,MIA,21,20,-1,Pro Player Stadium,Home,outdoors,grass,2003090704
11
+ 9,2003_01_STL_NYG,2003,REG,1,2003-09-07,Sunday,13:00,STL,NYG,13,23,10,Giants Stadium,Home,outdoors,fieldturf,2003090709
12
+ 10,2003_01_BAL_PIT,2003,REG,1,2003-09-07,Sunday,13:00,BAL,PIT,15,34,19,Heinz Field,Home,outdoors,dessograss,2003090703
13
+ 11,2003_01_ATL_DAL,2003,REG,1,2003-09-07,Sunday,16:15,ATL,DAL,27,13,-14,Texas Stadium,Home,outdoors,fieldturf,2003090710
14
+ 12,2003_01_NO_SEA,2003,REG,1,2003-09-07,Sunday,16:15,NO,SEA,10,27,17,Seahawks Stadium,Home,outdoors,fieldturf,2003090712
15
+ 13,2003_01_CHI_SF,2003,REG,1,2003-09-07,Sunday,16:15,CHI,SF,7,49,42,3Com Park,Home,outdoors,grass,2003090711
16
+ 14,2003_01_OAK_TEN,2003,REG,1,2003-09-07,Sunday,20:30,OAK,TEN,20,25,5,The Coliseum,Home,outdoors,grass,2003090713
17
+ 15,2003_01_TB_PHI,2003,REG,1,2003-09-08,Monday,09:00,TB,PHI,17,0,-17,Lincoln Financial Field,Home,outdoors,grass,2003090800
18
+ 16,2003_02_WAS_ATL,2003,REG,2,2003-09-14,Sunday,13:00,WAS,ATL,33,31,-2,Georgia Dome,Home,dome,fieldturf,2003091408
19
+ 17,2003_02_CLE_BAL,2003,REG,2,2003-09-14,Sunday,13:00,CLE,BAL,13,33,20,M&T Bank Stadium,Home,outdoors,sportturf,2003091401
20
+ 18,2003_02_DET_GB,2003,REG,2,2003-09-14,Sunday,13:00,DET,GB,6,31,25,Lambeau Field,Home,outdoors,grass,2003091402
21
+ 19,2003_02_TEN_IND,2003,REG,2,2003-09-14,Sunday,13:00,TEN,IND,7,33,26,RCA Dome,Home,dome,astroturf,2003091407
22
+ 20,2003_02_BUF_JAX,2003,REG,2,2003-09-14,Sunday,13:00,BUF,JAX,38,17,-21,Alltel Stadium,Home,outdoors,grass,2003091400
23
+ 21,2003_02_PIT_KC,2003,REG,2,2003-09-14,Sunday,13:00,PIT,KC,20,41,21,Arrowhead Stadium,Home,outdoors,grass,2003091405
24
+ 22,2003_02_HOU_NO,2003,REG,2,2003-09-14,Sunday,13:00,HOU,NO,10,31,21,Louisiana Superdome,Home,dome,fieldturf,2003091403
25
+ 23,2003_02_MIA_NYJ,2003,REG,2,2003-09-14,Sunday,13:00,MIA,NYJ,21,10,-11,Giants Stadium,Home,outdoors,fieldturf,2003091404
26
+ 24,2003_02_SF_STL,2003,REG,2,2003-09-14,Sunday,13:00,SF,STL,24,27,3,Edward Jones Dome,Home,dome,astroturf,2003091406
27
+ 25,2003_02_SEA_ARI,2003,REG,2,2003-09-14,Sunday,16:05,SEA,ARI,38,0,-38,Sun Devil Stadium,Home,outdoors,grass,2003091410
28
+ 26,2003_02_CAR_TB,2003,REG,2,2003-09-14,Sunday,16:05,CAR,TB,12,9,-3,Raymond James Stadium,Home,outdoors,grass,2003091409
29
+ 27,2003_02_CIN_OAK,2003,REG,2,2003-09-14,Sunday,16:15,CIN,OAK,20,23,3,Network Associates Coliseum,Home,outdoors,grass,2003091411
30
+ 28,2003_02_NE_PHI,2003,REG,2,2003-09-14,Sunday,16:15,NE,PHI,31,10,-21,Lincoln Financial Field,Home,outdoors,grass,2003091413
31
+ 29,2003_02_DEN_SD,2003,REG,2,2003-09-14,Sunday,16:15,DEN,SD,37,13,-24,Qualcomm Stadium,Home,outdoors,grass,2003091412
32
+ 30,2003_02_CHI_MIN,2003,REG,2,2003-09-14,Sunday,20:30,CHI,MIN,13,24,11,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2003091414
33
+ 31,2003_02_DAL_NYG,2003,REG,2,2003-09-15,Monday,09:00,DAL,NYG,35,32,-3,Giants Stadium,Home,outdoors,fieldturf,2003091500
34
+ 32,2003_03_TB_ATL,2003,REG,3,2003-09-21,Sunday,13:00,TB,ATL,31,10,-21,Georgia Dome,Home,dome,fieldturf,2003092100
35
+ 33,2003_03_PIT_CIN,2003,REG,3,2003-09-21,Sunday,13:00,PIT,CIN,17,10,-7,Paul Brown Stadium,Home,outdoors,grass,2003092112
36
+ 34,2003_03_MIN_DET,2003,REG,3,2003-09-21,Sunday,13:00,MIN,DET,23,13,-10,Ford Field,Home,dome,fieldturf,2003092109
37
+ 35,2003_03_KC_HOU,2003,REG,3,2003-09-21,Sunday,13:00,KC,HOU,42,14,-28,Reliant Stadium,Home,closed,grass,2003092108
38
+ 36,2003_03_JAX_IND,2003,REG,3,2003-09-21,Sunday,13:00,JAX,IND,13,23,10,RCA Dome,Home,dome,astroturf,2003092107
39
+ 37,2003_03_NYJ_NE,2003,REG,3,2003-09-21,Sunday,13:00,NYJ,NE,16,23,7,Gillette Stadium,Home,outdoors,grass,2003092111
40
+ 38,2003_03_NO_TEN,2003,REG,3,2003-09-21,Sunday,13:00,NO,TEN,12,27,15,The Coliseum,Home,outdoors,grass,2003092110
41
+ 39,2003_03_GB_ARI,2003,REG,3,2003-09-21,Sunday,16:05,GB,ARI,13,20,7,Sun Devil Stadium,Home,outdoors,grass,2003092104
42
+ 40,2003_03_STL_SEA,2003,REG,3,2003-09-21,Sunday,16:05,STL,SEA,23,24,1,Seahawks Stadium,Home,outdoors,fieldturf,2003092105
43
+ 41,2003_03_NYG_WAS,2003,REG,3,2003-09-21,Sunday,16:05,NYG,WAS,24,21,-3,FedExField,Home,outdoors,grass,2003092101
44
+ 42,2003_03_BAL_SD,2003,REG,3,2003-09-21,Sunday,16:15,BAL,SD,24,10,-14,Qualcomm Stadium,Home,outdoors,grass,2003092102
45
+ 43,2003_03_CLE_SF,2003,REG,3,2003-09-21,Sunday,16:15,CLE,SF,13,12,-1,3Com Park,Home,outdoors,grass,2003092106
46
+ 44,2003_03_BUF_MIA,2003,REG,3,2003-09-21,Sunday,20:30,BUF,MIA,7,17,10,Pro Player Stadium,Home,outdoors,grass,2003092103
47
+ 45,2003_03_OAK_DEN,2003,REG,3,2003-09-22,Monday,09:00,OAK,DEN,10,31,21,Invesco Field at Mile High,Home,outdoors,grass,2003092200
48
+ 46,2003_04_PHI_BUF,2003,REG,4,2003-09-28,Sunday,13:00,PHI,BUF,23,13,-10,Ralph Wilson Stadium,Home,outdoors,astroplay,2003092803
49
+ 47,2003_04_CIN_CLE,2003,REG,4,2003-09-28,Sunday,13:00,CIN,CLE,21,14,-7,Cleveland Browns Stadium,Home,outdoors,grass,2003092801
50
+ 48,2003_04_JAX_HOU,2003,REG,4,2003-09-28,Sunday,13:00,JAX,HOU,20,24,4,Reliant Stadium,Home,open,grass,2003092808
51
+ 49,2003_04_SF_MIN,2003,REG,4,2003-09-28,Sunday,13:00,SF,MIN,7,35,28,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2003092810
52
+ 50,2003_04_TEN_PIT,2003,REG,4,2003-09-28,Sunday,13:00,TEN,PIT,30,13,-17,Heinz Field,Home,outdoors,dessograss,2003092804
53
+ 51,2003_04_ARI_STL,2003,REG,4,2003-09-28,Sunday,13:00,ARI,STL,13,37,24,Edward Jones Dome,Home,dome,astroturf,2003092800
54
+ 52,2003_04_NE_WAS,2003,REG,4,2003-09-28,Sunday,13:00,NE,WAS,17,20,3,FedExField,Home,outdoors,grass,2003092809
55
+ 53,2003_04_KC_BAL,2003,REG,4,2003-09-28,Sunday,16:05,KC,BAL,17,10,-7,M&T Bank Stadium,Home,outdoors,sportturf,2003092802
56
+ 54,2003_04_SD_OAK,2003,REG,4,2003-09-28,Sunday,16:05,SD,OAK,31,34,3,Network Associates Coliseum,Home,outdoors,grass,2003092811
57
+ 55,2003_04_ATL_CAR,2003,REG,4,2003-09-28,Sunday,16:15,ATL,CAR,3,23,20,Ericsson Stadium,Home,outdoors,grass,2003092807
58
+ 56,2003_04_DET_DEN,2003,REG,4,2003-09-28,Sunday,16:15,DET,DEN,16,20,4,Invesco Field at Mile High,Home,outdoors,grass,2003092812
59
+ 57,2003_04_DAL_NYJ,2003,REG,4,2003-09-28,Sunday,16:15,DAL,NYJ,17,6,-11,Giants Stadium,Home,outdoors,fieldturf,2003092805
60
+ 58,2003_04_IND_NO,2003,REG,4,2003-09-28,Sunday,20:30,IND,NO,55,21,-34,Louisiana Superdome,Home,dome,fieldturf,2003092806
61
+ 59,2003_04_GB_CHI,2003,REG,4,2003-09-29,Monday,09:00,GB,CHI,38,23,-15,Soldier Field,Home,outdoors,grass,2003092900
62
+ 60,2003_05_MIN_ATL,2003,REG,5,2003-10-05,Sunday,13:00,MIN,ATL,39,26,-13,Georgia Dome,Home,dome,fieldturf,2003100502
63
+ 61,2003_05_CIN_BUF,2003,REG,5,2003-10-05,Sunday,13:00,CIN,BUF,16,22,6,Ralph Wilson Stadium,Home,outdoors,astroplay,2003100507
64
+ 62,2003_05_NO_CAR,2003,REG,5,2003-10-05,Sunday,13:00,NO,CAR,13,19,6,Ericsson Stadium,Home,outdoors,grass,2003100509
65
+ 63,2003_05_OAK_CHI,2003,REG,5,2003-10-05,Sunday,13:00,OAK,CHI,21,24,3,Soldier Field,Home,outdoors,grass,2003100503
66
+ 64,2003_05_ARI_DAL,2003,REG,5,2003-10-05,Sunday,13:00,ARI,DAL,7,24,17,Texas Stadium,Home,outdoors,fieldturf,2003100500
67
+ 65,2003_05_SEA_GB,2003,REG,5,2003-10-05,Sunday,13:00,SEA,GB,13,35,22,Lambeau Field,Home,outdoors,grass,2003100510
68
+ 66,2003_05_DEN_KC,2003,REG,5,2003-10-05,Sunday,13:00,DEN,KC,23,24,1,Arrowhead Stadium,Home,outdoors,grass,2003100501
69
+ 67,2003_05_TEN_NE,2003,REG,5,2003-10-05,Sunday,13:00,TEN,NE,30,38,8,Gillette Stadium,Home,outdoors,grass,2003100504
70
+ 68,2003_05_MIA_NYG,2003,REG,5,2003-10-05,Sunday,13:00,MIA,NYG,23,10,-13,Giants Stadium,Home,outdoors,fieldturf,2003100508
71
+ 69,2003_05_SD_JAX,2003,REG,5,2003-10-05,Sunday,16:05,SD,JAX,21,27,6,Alltel Stadium,Home,outdoors,grass,2003100511
72
+ 70,2003_05_WAS_PHI,2003,REG,5,2003-10-05,Sunday,16:15,WAS,PHI,25,27,2,Lincoln Financial Field,Home,outdoors,grass,2003100512
73
+ 71,2003_05_DET_SF,2003,REG,5,2003-10-05,Sunday,16:15,DET,SF,17,24,7,3Com Park,Home,outdoors,grass,2003100505
74
+ 72,2003_05_CLE_PIT,2003,REG,5,2003-10-05,Sunday,20:30,CLE,PIT,33,13,-20,Heinz Field,Home,outdoors,dessograss,2003100506
75
+ 73,2003_05_IND_TB,2003,REG,5,2003-10-06,Monday,09:00,IND,TB,38,35,-3,Raymond James Stadium,Home,outdoors,grass,2003100600
76
+ 74,2003_06_OAK_CLE,2003,REG,6,2003-10-12,Sunday,13:00,OAK,CLE,7,13,6,Cleveland Browns Stadium,Home,outdoors,grass,2003101203
77
+ 75,2003_06_PHI_DAL,2003,REG,6,2003-10-12,Sunday,13:00,PHI,DAL,21,23,2,Texas Stadium,Home,outdoors,fieldturf,2003101210
78
+ 76,2003_06_KC_GB,2003,REG,6,2003-10-12,Sunday,13:00,KC,GB,40,34,-6,Lambeau Field,Home,outdoors,grass,2003101208
79
+ 77,2003_06_CAR_IND,2003,REG,6,2003-10-12,Sunday,13:00,CAR,IND,23,20,-3,RCA Dome,Home,dome,astroturf,2003101200
80
+ 78,2003_06_MIA_JAX,2003,REG,6,2003-10-12,Sunday,13:00,MIA,JAX,24,10,-14,Alltel Stadium,Home,outdoors,grass,2003101202
81
+ 79,2003_06_NYG_NE,2003,REG,6,2003-10-12,Sunday,13:00,NYG,NE,6,17,11,Gillette Stadium,Home,outdoors,grass,2003101209
82
+ 80,2003_06_CHI_NO,2003,REG,6,2003-10-12,Sunday,13:00,CHI,NO,13,20,7,Louisiana Superdome,Home,dome,fieldturf,2003101207
83
+ 81,2003_06_HOU_TEN,2003,REG,6,2003-10-12,Sunday,13:00,HOU,TEN,17,38,21,The Coliseum,Home,outdoors,grass,2003101201
84
+ 82,2003_06_TB_WAS,2003,REG,6,2003-10-12,Sunday,13:00,TB,WAS,35,13,-22,FedExField,Home,outdoors,grass,2003101204
85
+ 83,2003_06_BAL_ARI,2003,REG,6,2003-10-12,Sunday,16:15,BAL,ARI,26,18,-8,Sun Devil Stadium,Home,outdoors,grass,2003101211
86
+ 84,2003_06_PIT_DEN,2003,REG,6,2003-10-12,Sunday,16:15,PIT,DEN,14,17,3,Invesco Field at Mile High,Home,outdoors,grass,2003101212
87
+ 85,2003_06_BUF_NYJ,2003,REG,6,2003-10-12,Sunday,16:15,BUF,NYJ,3,30,27,Giants Stadium,Home,outdoors,fieldturf,2003101205
88
+ 86,2003_06_SF_SEA,2003,REG,6,2003-10-12,Sunday,20:30,SF,SEA,19,20,1,Seahawks Stadium,Home,outdoors,fieldturf,2003101206
89
+ 87,2003_06_ATL_STL,2003,REG,6,2003-10-13,Monday,09:00,ATL,STL,0,36,36,Edward Jones Dome,Home,dome,astroturf,2003101300
90
+ 88,2003_07_NO_ATL,2003,REG,7,2003-10-19,Sunday,13:00,NO,ATL,45,17,-28,Georgia Dome,Home,dome,fieldturf,2003101909
91
+ 89,2003_07_TEN_CAR,2003,REG,7,2003-10-19,Sunday,13:00,TEN,CAR,37,17,-20,Ericsson Stadium,Home,outdoors,grass,2003101904
92
+ 90,2003_07_BAL_CIN,2003,REG,7,2003-10-19,Sunday,13:00,BAL,CIN,26,34,8,Paul Brown Stadium,Home,outdoors,grass,2003101900
93
+ 91,2003_07_SD_CLE,2003,REG,7,2003-10-19,Sunday,13:00,SD,CLE,26,20,-6,Cleveland Browns Stadium,Home,outdoors,grass,2003101910
94
+ 92,2003_07_DAL_DET,2003,REG,7,2003-10-19,Sunday,13:00,DAL,DET,38,7,-31,Ford Field,Home,dome,fieldturf,2003101907
95
+ 93,2003_07_NE_MIA,2003,REG,7,2003-10-19,Sunday,13:00,NE,MIA,19,13,-6,Pro Player Stadium,Home,outdoors,grass,2003101902
96
+ 94,2003_07_DEN_MIN,2003,REG,7,2003-10-19,Sunday,13:00,DEN,MIN,20,28,8,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2003101901
97
+ 95,2003_07_PHI_NYG,2003,REG,7,2003-10-19,Sunday,13:00,PHI,NYG,14,10,-4,Giants Stadium,Home,outdoors,fieldturf,2003101903
98
+ 96,2003_07_GB_STL,2003,REG,7,2003-10-19,Sunday,13:00,GB,STL,24,34,10,Edward Jones Dome,Home,dome,astroturf,2003101908
99
+ 97,2003_07_NYJ_HOU,2003,REG,7,2003-10-19,Sunday,16:05,NYJ,HOU,19,14,-5,Reliant Stadium,Home,open,grass,2003101905
100
+ 98,2003_07_WAS_BUF,2003,REG,7,2003-10-19,Sunday,16:15,WAS,BUF,7,24,17,Ralph Wilson Stadium,Home,outdoors,astroplay,2003101911
101
+ 99,2003_07_CHI_SEA,2003,REG,7,2003-10-19,Sunday,16:15,CHI,SEA,17,24,7,Seahawks Stadium,Home,outdoors,fieldturf,2003101912
102
+ 100,2003_07_TB_SF,2003,REG,7,2003-10-19,Sunday,16:15,TB,SF,7,24,17,3Com Park,Home,outdoors,grass,2003101906
103
+ 101,2003_07_KC_OAK,2003,REG,7,2003-10-20,Monday,09:00,KC,OAK,17,10,-7,Network Associates Coliseum,Home,outdoors,grass,2003102000
104
+ 102,2003_08_DEN_BAL,2003,REG,8,2003-10-26,Sunday,13:00,DEN,BAL,6,26,20,M&T Bank Stadium,Home,outdoors,sportturf,2003102608
105
+ 103,2003_08_DET_CHI,2003,REG,8,2003-10-26,Sunday,13:00,DET,CHI,16,24,8,Soldier Field,Home,outdoors,grass,2003102602
106
+ 104,2003_08_SEA_CIN,2003,REG,8,2003-10-26,Sunday,13:00,SEA,CIN,24,27,3,Paul Brown Stadium,Home,outdoors,grass,2003102603
107
+ 105,2003_08_TEN_JAX,2003,REG,8,2003-10-26,Sunday,13:00,TEN,JAX,30,17,-13,Alltel Stadium,Home,outdoors,grass,2003102604
108
+ 106,2003_08_NYG_MIN,2003,REG,8,2003-10-26,Sunday,13:00,NYG,MIN,29,17,-12,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2003102609
109
+ 107,2003_08_CLE_NE,2003,REG,8,2003-10-26,Sunday,13:00,CLE,NE,3,9,6,Gillette Stadium,Home,outdoors,grass,2003102607
110
+ 108,2003_08_CAR_NO,2003,REG,8,2003-10-26,Sunday,13:00,CAR,NO,23,20,-3,Louisiana Superdome,Home,dome,fieldturf,2003102600
111
+ 109,2003_08_STL_PIT,2003,REG,8,2003-10-26,Sunday,13:00,STL,PIT,33,21,-12,Heinz Field,Home,outdoors,dessograss,2003102610
112
+ 110,2003_08_DAL_TB,2003,REG,8,2003-10-26,Sunday,13:00,DAL,TB,0,16,16,Raymond James Stadium,Home,outdoors,grass,2003102601
113
+ 111,2003_08_SF_ARI,2003,REG,8,2003-10-26,Sunday,16:05,SF,ARI,13,16,3,Sun Devil Stadium,Home,outdoors,grass,2003102611
114
+ 112,2003_08_HOU_IND,2003,REG,8,2003-10-26,Sunday,16:15,HOU,IND,21,30,9,RCA Dome,Home,dome,astroturf,2003102605
115
+ 113,2003_08_NYJ_PHI,2003,REG,8,2003-10-26,Sunday,16:15,NYJ,PHI,17,24,7,Lincoln Financial Field,Home,outdoors,grass,2003102612
116
+ 114,2003_08_BUF_KC,2003,REG,8,2003-10-26,Sunday,20:30,BUF,KC,5,38,33,Arrowhead Stadium,Home,outdoors,grass,2003102606
117
+ 115,2003_08_MIA_SD,2003,REG,8,2003-10-27,Monday,09:00,MIA,SD,26,10,-16,Sun Devil Stadium,Neutral,outdoors,grass,2003102700
118
+ 116,2003_09_JAX_BAL,2003,REG,9,2003-11-02,Sunday,13:00,JAX,BAL,17,24,7,M&T Bank Stadium,Home,outdoors,sportturf,2003110201
119
+ 117,2003_09_SD_CHI,2003,REG,9,2003-11-02,Sunday,13:00,SD,CHI,7,20,13,Soldier Field,Home,outdoors,grass,2003110203
120
+ 118,2003_09_OAK_DET,2003,REG,9,2003-11-02,Sunday,13:00,OAK,DET,13,23,10,Ford Field,Home,dome,fieldturf,2003110209
121
+ 119,2003_09_CAR_HOU,2003,REG,9,2003-11-02,Sunday,13:00,CAR,HOU,10,14,4,Reliant Stadium,Home,closed,grass,2003110200
122
+ 120,2003_09_IND_MIA,2003,REG,9,2003-11-02,Sunday,13:00,IND,MIA,23,17,-6,Pro Player Stadium,Home,outdoors,grass,2003110207
123
+ 121,2003_09_NYG_NYJ,2003,REG,9,2003-11-02,Sunday,13:00,NYG,NYJ,31,28,-3,Giants Stadium,Home,outdoors,fieldturf,2003110202
124
+ 122,2003_09_NO_TB,2003,REG,9,2003-11-02,Sunday,13:00,NO,TB,17,14,-3,Raymond James Stadium,Home,outdoors,grass,2003110208
125
+ 123,2003_09_CIN_ARI,2003,REG,9,2003-11-02,Sunday,16:05,CIN,ARI,14,17,3,Sun Devil Stadium,Home,outdoors,grass,2003110204
126
+ 124,2003_09_PIT_SEA,2003,REG,9,2003-11-02,Sunday,16:05,PIT,SEA,16,23,7,Seahawks Stadium,Home,outdoors,fieldturf,2003110211
127
+ 125,2003_09_PHI_ATL,2003,REG,9,2003-11-02,Sunday,16:15,PHI,ATL,23,16,-7,Georgia Dome,Home,dome,fieldturf,2003110205
128
+ 126,2003_09_WAS_DAL,2003,REG,9,2003-11-02,Sunday,16:15,WAS,DAL,14,21,7,Texas Stadium,Home,outdoors,fieldturf,2003110210
129
+ 127,2003_09_STL_SF,2003,REG,9,2003-11-02,Sunday,16:15,STL,SF,10,30,20,3Com Park,Home,outdoors,grass,2003110212
130
+ 128,2003_09_GB_MIN,2003,REG,9,2003-11-02,Sunday,20:30,GB,MIN,30,27,-3,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2003110206
131
+ 129,2003_09_NE_DEN,2003,REG,9,2003-11-03,Monday,09:00,NE,DEN,30,26,-4,Invesco Field at Mile High,Home,outdoors,grass,2003110300
132
+ 130,2003_10_TB_CAR,2003,REG,10,2003-11-09,Sunday,13:00,TB,CAR,24,27,3,Ericsson Stadium,Home,outdoors,grass,2003110904
133
+ 131,2003_10_HOU_CIN,2003,REG,10,2003-11-09,Sunday,13:00,HOU,CIN,27,34,7,Paul Brown Stadium,Home,outdoors,grass,2003110902
134
+ 132,2003_10_CHI_DET,2003,REG,10,2003-11-09,Sunday,13:00,CHI,DET,10,12,2,Ford Field,Home,dome,fieldturf,2003110901
135
+ 133,2003_10_IND_JAX,2003,REG,10,2003-11-09,Sunday,13:00,IND,JAX,23,28,5,Alltel Stadium,Home,outdoors,grass,2003110909
136
+ 134,2003_10_CLE_KC,2003,REG,10,2003-11-09,Sunday,13:00,CLE,KC,20,41,21,Arrowhead Stadium,Home,outdoors,grass,2003110908
137
+ 135,2003_10_ATL_NYG,2003,REG,10,2003-11-09,Sunday,13:00,ATL,NYG,27,7,-20,Giants Stadium,Home,outdoors,fieldturf,2003110907
138
+ 136,2003_10_ARI_PIT,2003,REG,10,2003-11-09,Sunday,13:00,ARI,PIT,15,28,13,Heinz Field,Home,outdoors,dessograss,2003110900
139
+ 137,2003_10_MIA_TEN,2003,REG,10,2003-11-09,Sunday,13:00,MIA,TEN,7,31,24,The Coliseum,Home,outdoors,grass,2003110903
140
+ 138,2003_10_SEA_WAS,2003,REG,10,2003-11-09,Sunday,13:00,SEA,WAS,20,27,7,FedExField,Home,outdoors,grass,2003110910
141
+ 139,2003_10_MIN_SD,2003,REG,10,2003-11-09,Sunday,16:05,MIN,SD,28,42,14,Qualcomm Stadium,Home,outdoors,grass,2003110911
142
+ 140,2003_10_BUF_DAL,2003,REG,10,2003-11-09,Sunday,16:15,BUF,DAL,6,10,4,Texas Stadium,Home,outdoors,fieldturf,2003110905
143
+ 141,2003_10_NYJ_OAK,2003,REG,10,2003-11-09,Sunday,16:15,NYJ,OAK,27,24,-3,Network Associates Coliseum,Home,outdoors,grass,2003110912
144
+ 142,2003_10_BAL_STL,2003,REG,10,2003-11-09,Sunday,20:30,BAL,STL,22,33,11,Edward Jones Dome,Home,dome,astroturf,2003110906
145
+ 143,2003_10_PHI_GB,2003,REG,10,2003-11-10,Monday,09:00,PHI,GB,17,14,-3,Lambeau Field,Home,outdoors,grass,2003111000
146
+ 144,2003_11_HOU_BUF,2003,REG,11,2003-11-16,Sunday,13:00,HOU,BUF,12,10,-2,Ralph Wilson Stadium,Home,outdoors,astroplay,2003111609
147
+ 145,2003_11_WAS_CAR,2003,REG,11,2003-11-16,Sunday,13:00,WAS,CAR,17,20,3,Ericsson Stadium,Home,outdoors,grass,2003111604
148
+ 146,2003_11_STL_CHI,2003,REG,11,2003-11-16,Sunday,13:00,STL,CHI,23,21,-2,Soldier Field,Home,outdoors,grass,2003111611
149
+ 147,2003_11_KC_CIN,2003,REG,11,2003-11-16,Sunday,13:00,KC,CIN,19,24,5,Paul Brown Stadium,Home,outdoors,grass,2003111610
150
+ 148,2003_11_ARI_CLE,2003,REG,11,2003-11-16,Sunday,13:00,ARI,CLE,6,44,38,Cleveland Browns Stadium,Home,outdoors,grass,2003111600
151
+ 149,2003_11_BAL_MIA,2003,REG,11,2003-11-16,Sunday,13:00,BAL,MIA,6,9,3,Pro Player Stadium,Home,outdoors,grass,2003111601
152
+ 150,2003_11_ATL_NO,2003,REG,11,2003-11-16,Sunday,13:00,ATL,NO,20,23,3,Louisiana Superdome,Home,dome,fieldturf,2003111608
153
+ 151,2003_11_NYG_PHI,2003,REG,11,2003-11-16,Sunday,13:00,NYG,PHI,10,28,18,Lincoln Financial Field,Home,outdoors,grass,2003111603
154
+ 152,2003_11_JAX_TEN,2003,REG,11,2003-11-16,Sunday,13:00,JAX,TEN,3,10,7,The Coliseum,Home,outdoors,grass,2003111602
155
+ 153,2003_11_SD_DEN,2003,REG,11,2003-11-16,Sunday,16:05,SD,DEN,8,37,29,Invesco Field at Mile High,Home,outdoors,grass,2003111605
156
+ 154,2003_11_NYJ_IND,2003,REG,11,2003-11-16,Sunday,16:05,NYJ,IND,31,38,7,RCA Dome,Home,dome,astroturf,2003111612
157
+ 155,2003_11_MIN_OAK,2003,REG,11,2003-11-16,Sunday,16:15,MIN,OAK,18,28,10,Network Associates Coliseum,Home,outdoors,grass,2003111614
158
+ 156,2003_11_DET_SEA,2003,REG,11,2003-11-16,Sunday,16:15,DET,SEA,14,35,21,Seahawks Stadium,Home,outdoors,fieldturf,2003111613
159
+ 157,2003_11_GB_TB,2003,REG,11,2003-11-16,Sunday,16:15,GB,TB,20,13,-7,Raymond James Stadium,Home,outdoors,grass,2003111606
160
+ 158,2003_11_DAL_NE,2003,REG,11,2003-11-16,Sunday,20:30,DAL,NE,0,12,12,Gillette Stadium,Home,outdoors,grass,2003111607
161
+ 159,2003_11_PIT_SF,2003,REG,11,2003-11-17,Monday,09:00,PIT,SF,14,30,16,3Com Park,Home,outdoors,grass,2003111700
162
+ 160,2003_12_SEA_BAL,2003,REG,12,2003-11-23,Sunday,13:00,SEA,BAL,41,44,3,M&T Bank Stadium,Home,outdoors,sportturf,2003112311
163
+ 161,2003_12_IND_BUF,2003,REG,12,2003-11-23,Sunday,13:00,IND,BUF,17,14,-3,Ralph Wilson Stadium,Home,outdoors,astroplay,2003112301
164
+ 162,2003_12_PIT_CLE,2003,REG,12,2003-11-23,Sunday,13:00,PIT,CLE,13,6,-7,Cleveland Browns Stadium,Home,outdoors,grass,2003112303
165
+ 163,2003_12_CAR_DAL,2003,REG,12,2003-11-23,Sunday,13:00,CAR,DAL,20,24,4,Texas Stadium,Home,outdoors,fieldturf,2003112300
166
+ 164,2003_12_SF_GB,2003,REG,12,2003-11-23,Sunday,13:00,SF,GB,10,20,10,Lambeau Field,Home,outdoors,grass,2003112304
167
+ 165,2003_12_NE_HOU,2003,REG,12,2003-11-23,Sunday,13:00,NE,HOU,23,20,-3,Reliant Stadium,Home,closed,grass,2003112302
168
+ 166,2003_12_DET_MIN,2003,REG,12,2003-11-23,Sunday,13:00,DET,MIN,14,24,10,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2003112308
169
+ 167,2003_12_JAX_NYJ,2003,REG,12,2003-11-23,Sunday,13:00,JAX,NYJ,10,13,3,Giants Stadium,Home,outdoors,fieldturf,2003112309
170
+ 168,2003_12_NO_PHI,2003,REG,12,2003-11-23,Sunday,13:00,NO,PHI,20,33,13,Lincoln Financial Field,Home,outdoors,grass,2003112310
171
+ 169,2003_12_STL_ARI,2003,REG,12,2003-11-23,Sunday,16:05,STL,ARI,30,27,-3,Sun Devil Stadium,Home,outdoors,grass,2003112305
172
+ 170,2003_12_CHI_DEN,2003,REG,12,2003-11-23,Sunday,16:05,CHI,DEN,19,10,-9,Invesco Field at Mile High,Home,outdoors,grass,2003112312
173
+ 171,2003_12_TEN_ATL,2003,REG,12,2003-11-23,Sunday,16:15,TEN,ATL,38,31,-7,Georgia Dome,Home,dome,fieldturf,2003112314
174
+ 172,2003_12_OAK_KC,2003,REG,12,2003-11-23,Sunday,16:15,OAK,KC,24,27,3,Arrowhead Stadium,Home,outdoors,grass,2003112306
175
+ 173,2003_12_CIN_SD,2003,REG,12,2003-11-23,Sunday,16:15,CIN,SD,34,27,-7,Qualcomm Stadium,Home,outdoors,grass,2003112313
176
+ 174,2003_12_WAS_MIA,2003,REG,12,2003-11-23,Sunday,20:30,WAS,MIA,23,24,1,Pro Player Stadium,Home,outdoors,grass,2003112307
177
+ 175,2003_12_NYG_TB,2003,REG,12,2003-11-24,Monday,09:00,NYG,TB,13,19,6,Raymond James Stadium,Home,outdoors,grass,2003112400
178
+ 176,2003_13_GB_DET,2003,REG,13,2003-11-27,Thursday,12:30,GB,DET,14,22,8,Ford Field,Home,dome,fieldturf,2003112700
179
+ 177,2003_13_MIA_DAL,2003,REG,13,2003-11-27,Thursday,16:05,MIA,DAL,40,21,-19,Texas Stadium,Home,outdoors,fieldturf,2003112701
180
+ 178,2003_13_SF_BAL,2003,REG,13,2003-11-30,Sunday,13:00,SF,BAL,6,44,38,M&T Bank Stadium,Home,outdoors,sportturf,2003113010
181
+ 179,2003_13_PHI_CAR,2003,REG,13,2003-11-30,Sunday,13:00,PHI,CAR,25,16,-9,Ericsson Stadium,Home,outdoors,grass,2003113003
182
+ 180,2003_13_ARI_CHI,2003,REG,13,2003-11-30,Sunday,13:00,ARI,CHI,3,28,25,Soldier Field,Home,outdoors,grass,2003113000
183
+ 181,2003_13_ATL_HOU,2003,REG,13,2003-11-30,Sunday,13:00,ATL,HOU,13,17,4,Reliant Stadium,Home,closed,grass,2003113007
184
+ 182,2003_13_NE_IND,2003,REG,13,2003-11-30,Sunday,13:00,NE,IND,38,34,-4,RCA Dome,Home,dome,astroturf,2003113009
185
+ 183,2003_13_BUF_NYG,2003,REG,13,2003-11-30,Sunday,13:00,BUF,NYG,24,7,-17,Giants Stadium,Home,outdoors,fieldturf,2003113001
186
+ 184,2003_13_CIN_PIT,2003,REG,13,2003-11-30,Sunday,13:00,CIN,PIT,24,20,-4,Heinz Field,Home,outdoors,dessograss,2003113008
187
+ 185,2003_13_MIN_STL,2003,REG,13,2003-11-30,Sunday,13:00,MIN,STL,17,48,31,Edward Jones Dome,Home,dome,astroturf,2003113002
188
+ 186,2003_13_NO_WAS,2003,REG,13,2003-11-30,Sunday,16:05,NO,WAS,24,20,-4,FedExField,Home,outdoors,grass,2003113004
189
+ 187,2003_13_DEN_OAK,2003,REG,13,2003-11-30,Sunday,16:15,DEN,OAK,22,8,-14,Network Associates Coliseum,Home,outdoors,grass,2003113005
190
+ 188,2003_13_KC_SD,2003,REG,13,2003-11-30,Sunday,16:15,KC,SD,28,24,-4,Qualcomm Stadium,Home,outdoors,grass,2003113012
191
+ 189,2003_13_CLE_SEA,2003,REG,13,2003-11-30,Sunday,16:15,CLE,SEA,7,34,27,Seahawks Stadium,Home,outdoors,fieldturf,2003113011
192
+ 190,2003_13_TB_JAX,2003,REG,13,2003-11-30,Sunday,20:30,TB,JAX,10,17,7,Alltel Stadium,Home,outdoors,grass,2003113006
193
+ 191,2003_13_TEN_NYJ,2003,REG,13,2003-12-01,Monday,09:00,TEN,NYJ,17,24,7,Giants Stadium,Home,outdoors,fieldturf,2003120100
194
+ 192,2003_14_CIN_BAL,2003,REG,14,2003-12-07,Sunday,13:00,CIN,BAL,13,31,18,M&T Bank Stadium,Home,outdoors,sportturf,2003120704
195
+ 193,2003_14_SD_DET,2003,REG,14,2003-12-07,Sunday,13:00,SD,DET,14,7,-7,Ford Field,Home,dome,fieldturf,2003120703
196
+ 194,2003_14_CHI_GB,2003,REG,14,2003-12-07,Sunday,13:00,CHI,GB,21,34,13,Lambeau Field,Home,outdoors,grass,2003120700
197
+ 195,2003_14_HOU_JAX,2003,REG,14,2003-12-07,Sunday,13:00,HOU,JAX,0,27,27,Alltel Stadium,Home,outdoors,grass,2003120705
198
+ 196,2003_14_SEA_MIN,2003,REG,14,2003-12-07,Sunday,13:00,SEA,MIN,7,34,27,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2003120707
199
+ 197,2003_14_TB_NO,2003,REG,14,2003-12-07,Sunday,13:00,TB,NO,14,7,-7,Louisiana Superdome,Home,dome,fieldturf,2003120708
200
+ 198,2003_14_WAS_NYG,2003,REG,14,2003-12-07,Sunday,13:00,WAS,NYG,20,7,-13,Giants Stadium,Home,outdoors,fieldturf,2003120709
201
+ 199,2003_14_DAL_PHI,2003,REG,14,2003-12-07,Sunday,13:00,DAL,PHI,10,36,26,Lincoln Financial Field,Home,outdoors,grass,2003120701
202
+ 200,2003_14_OAK_PIT,2003,REG,14,2003-12-07,Sunday,13:00,OAK,PIT,7,27,20,Heinz Field,Home,outdoors,dessograss,2003120706
203
+ 201,2003_14_IND_TEN,2003,REG,14,2003-12-07,Sunday,13:00,IND,TEN,29,27,-2,The Coliseum,Home,outdoors,grass,2003120702
204
+ 202,2003_14_ARI_SF,2003,REG,14,2003-12-07,Sunday,16:05,ARI,SF,14,50,36,3Com Park,Home,outdoors,grass,2003120710
205
+ 203,2003_14_NYJ_BUF,2003,REG,14,2003-12-07,Sunday,16:15,NYJ,BUF,6,17,11,Ralph Wilson Stadium,Home,outdoors,astroplay,2003120713
206
+ 204,2003_14_KC_DEN,2003,REG,14,2003-12-07,Sunday,16:15,KC,DEN,27,45,18,Invesco Field at Mile High,Home,outdoors,grass,2003120711
207
+ 205,2003_14_MIA_NE,2003,REG,14,2003-12-07,Sunday,16:15,MIA,NE,0,12,12,Gillette Stadium,Home,outdoors,grass,2003120712
208
+ 206,2003_14_CAR_ATL,2003,REG,14,2003-12-07,Sunday,20:30,CAR,ATL,14,20,6,Georgia Dome,Home,dome,fieldturf,2003120714
209
+ 207,2003_14_STL_CLE,2003,REG,14,2003-12-08,Monday,09:00,STL,CLE,26,20,-6,Cleveland Browns Stadium,Home,outdoors,grass,2003120800
210
+ 208,2003_15_MIN_CHI,2003,REG,15,2003-12-14,Sunday,13:00,MIN,CHI,10,13,3,Soldier Field,Home,outdoors,grass,2003121403
211
+ 209,2003_15_SF_CIN,2003,REG,15,2003-12-14,Sunday,13:00,SF,CIN,38,41,3,Paul Brown Stadium,Home,outdoors,grass,2003121411
212
+ 210,2003_15_ATL_IND,2003,REG,15,2003-12-14,Sunday,13:00,ATL,IND,7,38,31,RCA Dome,Home,dome,astroturf,2003121400
213
+ 211,2003_15_DET_KC,2003,REG,15,2003-12-14,Sunday,13:00,DET,KC,17,45,28,Arrowhead Stadium,Home,outdoors,grass,2003121408
214
+ 212,2003_15_JAX_NE,2003,REG,15,2003-12-14,Sunday,13:00,JAX,NE,13,27,14,Gillette Stadium,Home,outdoors,grass,2003121409
215
+ 213,2003_15_PIT_NYJ,2003,REG,15,2003-12-14,Sunday,13:00,PIT,NYJ,0,6,6,Giants Stadium,Home,outdoors,fieldturf,2003121410
216
+ 214,2003_15_SEA_STL,2003,REG,15,2003-12-14,Sunday,13:00,SEA,STL,22,27,5,Edward Jones Dome,Home,dome,astroturf,2003121404
217
+ 215,2003_15_HOU_TB,2003,REG,15,2003-12-14,Sunday,13:00,HOU,TB,3,16,13,Raymond James Stadium,Home,outdoors,grass,2003121402
218
+ 216,2003_15_BUF_TEN,2003,REG,15,2003-12-14,Sunday,13:00,BUF,TEN,26,28,2,The Coliseum,Home,outdoors,grass,2003121407
219
+ 217,2003_15_CLE_DEN,2003,REG,15,2003-12-14,Sunday,16:05,CLE,DEN,20,23,3,Invesco Field at Mile High,Home,outdoors,grass,2003121412
220
+ 218,2003_15_BAL_OAK,2003,REG,15,2003-12-14,Sunday,16:05,BAL,OAK,12,20,8,Network Associates Coliseum,Home,outdoors,grass,2003121414
221
+ 219,2003_15_CAR_ARI,2003,REG,15,2003-12-14,Sunday,16:15,CAR,ARI,20,17,-3,Sun Devil Stadium,Home,outdoors,grass,2003121405
222
+ 220,2003_15_GB_SD,2003,REG,15,2003-12-14,Sunday,16:15,GB,SD,38,21,-17,Qualcomm Stadium,Home,outdoors,grass,2003121413
223
+ 221,2003_15_DAL_WAS,2003,REG,15,2003-12-14,Sunday,16:15,DAL,WAS,27,0,-27,FedExField,Home,outdoors,grass,2003121401
224
+ 222,2003_15_NYG_NO,2003,REG,15,2003-12-14,Sunday,20:30,NYG,NO,7,45,38,Louisiana Superdome,Home,dome,fieldturf,2003121406
225
+ 223,2003_15_PHI_MIA,2003,REG,15,2003-12-15,Monday,09:00,PHI,MIA,34,27,-7,Pro Player Stadium,Home,outdoors,grass,2003121501
226
+ 224,2003_16_ATL_TB,2003,REG,16,2003-12-20,Saturday,13:30,ATL,TB,30,28,-2,Raymond James Stadium,Home,outdoors,grass,2003122000
227
+ 225,2003_16_KC_MIN,2003,REG,16,2003-12-20,Saturday,17:00,KC,MIN,20,45,25,Hubert H. Humphrey Metrodome,Home,dome,astroturf,2003122002
228
+ 226,2003_16_NE_NYJ,2003,REG,16,2003-12-20,Saturday,20:30,NE,NYJ,21,16,-5,Giants Stadium,Home,outdoors,fieldturf,2003122001
229
+ 227,2003_16_MIA_BUF,2003,REG,16,2003-12-21,Sunday,13:00,MIA,BUF,20,3,-17,Ralph Wilson Stadium,Home,outdoors,astroplay,2003122107
230
+ 228,2003_16_DET_CAR,2003,REG,16,2003-12-21,Sunday,13:00,DET,CAR,14,20,6,Ericsson Stadium,Home,outdoors,grass,2003122101
231
+ 229,2003_16_WAS_CHI,2003,REG,16,2003-12-21,Sunday,13:00,WAS,CHI,24,27,3,Soldier Field,Home,outdoors,grass,2003122109
232
+ 230,2003_16_BAL_CLE,2003,REG,16,2003-12-21,Sunday,13:00,BAL,CLE,35,0,-35,Cleveland Browns Stadium,Home,outdoors,grass,2003122100
233
+ 231,2003_16_NYG_DAL,2003,REG,16,2003-12-21,Sunday,13:00,NYG,DAL,3,19,16,Texas Stadium,Home,outdoors,fieldturf,2003122108
234
+ 232,2003_16_TEN_HOU,2003,REG,16,2003-12-21,Sunday,13:00,TEN,HOU,27,24,-3,Reliant Stadium,Home,open,grass,2003122103
235
+ 233,2003_16_NO_JAX,2003,REG,16,2003-12-21,Sunday,13:00,NO,JAX,19,20,1,Alltel Stadium,Home,outdoors,grass,2003122102
236
+ 234,2003_16_CIN_STL,2003,REG,16,2003-12-21,Sunday,13:00,CIN,STL,10,27,17,Edward Jones Dome,Home,dome,astroturf,2003122106
237
+ 235,2003_16_SD_PIT,2003,REG,16,2003-12-21,Sunday,16:05,SD,PIT,24,40,16,Heinz Field,Home,outdoors,dessograss,2003122104
238
+ 236,2003_16_SF_PHI,2003,REG,16,2003-12-21,Sunday,16:15,SF,PHI,31,28,-3,Lincoln Financial Field,Home,outdoors,grass,2003122105
239
+ 237,2003_16_ARI_SEA,2003,REG,16,2003-12-21,Sunday,16:15,ARI,SEA,10,28,18,Seahawks Stadium,Home,outdoors,fieldturf,2003122110
240
+ 238,2003_16_DEN_IND,2003,REG,16,2003-12-21,Sunday,20:30,DEN,IND,31,17,-14,RCA Dome,Home,dome,astroturf,2003122111
241
+ 239,2003_16_GB_OAK,2003,REG,16,2003-12-22,Monday,09:00,GB,OAK,41,7,-34,Network Associates Coliseum,Home,outdoors,grass,2003122200
242
+ 240,2003_17_BUF_NE,2003,REG,17,2003-12-27,Saturday,13:30,BUF,NE,0,31,31,Gillette Stadium,Home,outdoors,grass,2003122700
243
+ 241,2003_17_SEA_SF,2003,REG,17,2003-12-27,Saturday,17:00,SEA,SF,24,17,-7,3Com Park,Home,outdoors,grass,2003122701
244
+ 242,2003_17_PHI_WAS,2003,REG,17,2003-12-27,Saturday,20:30,PHI,WAS,31,7,-24,FedExField,Home,outdoors,grass,2003122702
245
+ 243,2003_17_JAX_ATL,2003,REG,17,2003-12-28,Sunday,13:00,JAX,ATL,14,21,7,Georgia Dome,Home,dome,fieldturf,2003122804
246
+ 244,2003_17_CLE_CIN,2003,REG,17,2003-12-28,Sunday,13:00,CLE,CIN,22,14,-8,Paul Brown Stadium,Home,outdoors,grass,2003122801
247
+ 245,2003_17_STL_DET,2003,REG,17,2003-12-28,Sunday,13:00,STL,DET,20,30,10,Ford Field,Home,dome,fieldturf,2003122805
248
+ 246,2003_17_IND_HOU,2003,REG,17,2003-12-28,Sunday,13:00,IND,HOU,20,17,-3,Reliant Stadium,Home,closed,grass,2003122803
249
+ 247,2003_17_CHI_KC,2003,REG,17,2003-12-28,Sunday,13:00,CHI,KC,3,31,28,Arrowhead Stadium,Home,outdoors,grass,2003122800
250
+ 248,2003_17_NYJ_MIA,2003,REG,17,2003-12-28,Sunday,13:00,NYJ,MIA,21,23,2,Pro Player Stadium,Home,outdoors,grass,2003122806
251
+ 249,2003_17_DAL_NO,2003,REG,17,2003-12-28,Sunday,13:00,DAL,NO,7,13,6,Louisiana Superdome,Home,dome,fieldturf,2003122802
252
+ 250,2003_17_TB_TEN,2003,REG,17,2003-12-28,Sunday,13:00,TB,TEN,13,33,20,The Coliseum,Home,outdoors,grass,2003122807
253
+ 251,2003_17_MIN_ARI,2003,REG,17,2003-12-28,Sunday,16:05,MIN,ARI,17,18,1,Sun Devil Stadium,Home,outdoors,grass,2003122809
254
+ 252,2003_17_CAR_NYG,2003,REG,17,2003-12-28,Sunday,16:05,CAR,NYG,37,24,-13,Giants Stadium,Home,outdoors,fieldturf,2003122808
255
+ 253,2003_17_DEN_GB,2003,REG,17,2003-12-28,Sunday,16:15,DEN,GB,3,31,28,Lambeau Field,Home,outdoors,grass,2003122810
256
+ 254,2003_17_OAK_SD,2003,REG,17,2003-12-28,Sunday,16:15,OAK,SD,14,21,7,Qualcomm Stadium,Home,outdoors,grass,2003122811
257
+ 255,2003_17_PIT_BAL,2003,REG,17,2003-12-28,Sunday,20:30,PIT,BAL,10,13,3,M&T Bank Stadium,Home,outdoors,sportturf,2003122812
258
+ 256,2003_18_TEN_BAL,2003,WC,18,2004-01-03,Saturday,16:30,TEN,BAL,20,17,-3,M&T Bank Stadium,Home,outdoors,sportturf,2004010301
259
+ 257,2003_18_DAL_CAR,2003,WC,18,2004-01-03,Saturday,20:00,DAL,CAR,10,29,19,Ericsson Stadium,Home,outdoors,grass,2004010300
260
+ 258,2003_18_SEA_GB,2003,WC,18,2004-01-04,Sunday,13:00,SEA,GB,27,33,6,Lambeau Field,Home,outdoors,grass,2004010400
261
+ 259,2003_18_DEN_IND,2003,WC,18,2004-01-04,Sunday,16:30,DEN,IND,10,41,31,RCA Dome,Home,dome,astroturf,2004010401
262
+ 260,2003_19_CAR_STL,2003,DIV,19,2004-01-10,Saturday,16:30,CAR,STL,29,23,-6,Edward Jones Dome,Home,dome,astroturf,2004011000
263
+ 261,2003_19_TEN_NE,2003,DIV,19,2004-01-10,Saturday,20:15,TEN,NE,14,17,3,Gillette Stadium,Home,outdoors,grass,2004011002
264
+ 262,2003_19_IND_KC,2003,DIV,19,2004-01-11,Sunday,14:00,IND,KC,38,31,-7,Arrowhead Stadium,Home,outdoors,grass,2004011102
265
+ 263,2003_19_GB_PHI,2003,DIV,19,2004-01-11,Sunday,16:45,GB,PHI,17,20,3,Lincoln Financial Field,Home,outdoors,grass,2004011100
266
+ 264,2003_20_IND_NE,2003,CON,20,2004-01-18,Sunday,15:00,IND,NE,14,24,10,Gillette Stadium,Home,outdoors,grass,2004011800
267
+ 265,2003_20_CAR_PHI,2003,CON,20,2004-01-18,Sunday,18:45,CAR,PHI,14,3,-11,Lincoln Financial Field,Home,outdoors,grass,2004011801
268
+ 266,2003_21_CAR_NE,2003,SB,21,2004-02-01,Sunday,18:25,CAR,NE,29,32,3,Reliant Stadium,Neutral,closed,grass,2004020100
Source/Build/nfl_data_py/data/schedules/2004.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2004_01_IND_NE,2004,REG,1,2004-09-09,Thursday,09:00,IND,NE,24,27,3,Gillette Stadium,Home,outdoors,grass,2004090900
3
+ 1,2004_01_TEN_MIA,2004,REG,1,2004-09-11,Saturday,13:00,TEN,MIA,17,7,-10,Pro Player Stadium,Home,outdoors,grass,2004091100
4
+ 2,2004_01_JAX_BUF,2004,REG,1,2004-09-12,Sunday,13:00,JAX,BUF,13,10,-3,Ralph Wilson Stadium,Home,outdoors,astroplay,2004091200
5
+ 3,2004_01_DET_CHI,2004,REG,1,2004-09-12,Sunday,13:00,DET,CHI,20,16,-4,Soldier Field,Home,outdoors,grass,2004091201
6
+ 4,2004_01_BAL_CLE,2004,REG,1,2004-09-12,Sunday,13:00,BAL,CLE,3,20,17,Cleveland Browns Stadium,Home,outdoors,grass,2004091202
7
+ 5,2004_01_SD_HOU,2004,REG,1,2004-09-12,Sunday,13:00,SD,HOU,27,20,-7,Reliant Stadium,Home,closed,grass,2004091203
8
+ 6,2004_01_SEA_NO,2004,REG,1,2004-09-12,Sunday,13:00,SEA,NO,21,7,-14,Louisiana Superdome,Home,dome,fieldturf,2004091205
9
+ 7,2004_01_CIN_NYJ,2004,REG,1,2004-09-12,Sunday,13:00,CIN,NYJ,24,31,7,Giants Stadium,Home,outdoors,fieldturf,2004091206
10
+ 8,2004_01_OAK_PIT,2004,REG,1,2004-09-12,Sunday,13:00,OAK,PIT,21,24,3,Heinz Field,Home,outdoors,dessograss,2004091207
11
+ 9,2004_01_ARI_STL,2004,REG,1,2004-09-12,Sunday,13:00,ARI,STL,10,17,7,Edward Jones Dome,Home,dome,astroturf,2004091208
12
+ 10,2004_01_TB_WAS,2004,REG,1,2004-09-12,Sunday,13:00,TB,WAS,10,16,6,FedExField,Home,outdoors,grass,2004091209
13
+ 11,2004_01_DAL_MIN,2004,REG,1,2004-09-12,Sunday,16:15,DAL,MIN,17,35,18,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2004091210
14
+ 12,2004_01_NYG_PHI,2004,REG,1,2004-09-12,Sunday,16:15,NYG,PHI,17,31,14,Lincoln Financial Field,Home,outdoors,grass,2004091211
15
+ 13,2004_01_ATL_SF,2004,REG,1,2004-09-12,Sunday,16:15,ATL,SF,21,19,-2,3Com Park,Home,outdoors,grass,2004091212
16
+ 14,2004_01_KC_DEN,2004,REG,1,2004-09-12,Sunday,20:30,KC,DEN,24,34,10,Invesco Field at Mile High,Home,outdoors,grass,2004091213
17
+ 15,2004_01_GB_CAR,2004,REG,1,2004-09-13,Monday,09:00,GB,CAR,24,14,-10,Bank of America Stadium,Home,outdoors,grass,2004091300
18
+ 16,2004_02_STL_ATL,2004,REG,2,2004-09-19,Sunday,13:00,STL,ATL,17,34,17,Georgia Dome,Home,dome,fieldturf,2004091900
19
+ 17,2004_02_PIT_BAL,2004,REG,2,2004-09-19,Sunday,13:00,PIT,BAL,13,30,17,M&T Bank Stadium,Home,outdoors,sportturf,2004091901
20
+ 18,2004_02_HOU_DET,2004,REG,2,2004-09-19,Sunday,13:00,HOU,DET,16,28,12,Ford Field,Home,dome,fieldturf,2004091902
21
+ 19,2004_02_CHI_GB,2004,REG,2,2004-09-19,Sunday,13:00,CHI,GB,21,10,-11,Lambeau Field,Home,outdoors,grass,2004091903
22
+ 20,2004_02_DEN_JAX,2004,REG,2,2004-09-19,Sunday,13:00,DEN,JAX,6,7,1,Alltel Stadium,Home,outdoors,grass,2004091904
23
+ 21,2004_02_CAR_KC,2004,REG,2,2004-09-19,Sunday,13:00,CAR,KC,28,17,-11,Arrowhead Stadium,Home,outdoors,grass,2004091905
24
+ 22,2004_02_SF_NO,2004,REG,2,2004-09-19,Sunday,13:00,SF,NO,27,30,3,Louisiana Superdome,Home,dome,fieldturf,2004091906
25
+ 23,2004_02_WAS_NYG,2004,REG,2,2004-09-19,Sunday,13:00,WAS,NYG,14,20,6,Giants Stadium,Home,outdoors,fieldturf,2004091907
26
+ 24,2004_02_IND_TEN,2004,REG,2,2004-09-19,Sunday,13:00,IND,TEN,31,17,-14,The Coliseum,Home,outdoors,grass,2004091908
27
+ 25,2004_02_SEA_TB,2004,REG,2,2004-09-19,Sunday,16:05,SEA,TB,10,6,-4,Raymond James Stadium,Home,outdoors,grass,2004091909
28
+ 26,2004_02_NE_ARI,2004,REG,2,2004-09-19,Sunday,16:15,NE,ARI,23,12,-11,Sun Devil Stadium,Home,outdoors,grass,2004091910
29
+ 27,2004_02_CLE_DAL,2004,REG,2,2004-09-19,Sunday,16:15,CLE,DAL,12,19,7,Texas Stadium,Home,outdoors,fieldturf,2004091911
30
+ 28,2004_02_BUF_OAK,2004,REG,2,2004-09-19,Sunday,16:15,BUF,OAK,10,13,3,McAfee Coliseum,Home,outdoors,grass,2004091912
31
+ 29,2004_02_NYJ_SD,2004,REG,2,2004-09-19,Sunday,16:15,NYJ,SD,34,28,-6,Qualcomm Stadium,Home,outdoors,grass,2004091913
32
+ 30,2004_02_MIA_CIN,2004,REG,2,2004-09-19,Sunday,20:30,MIA,CIN,13,16,3,Paul Brown Stadium,Home,outdoors,fieldturf,2004091914
33
+ 31,2004_02_MIN_PHI,2004,REG,2,2004-09-20,Monday,09:00,MIN,PHI,16,27,11,Lincoln Financial Field,Home,outdoors,grass,2004092000
34
+ 32,2004_03_ARI_ATL,2004,REG,3,2004-09-26,Sunday,13:00,ARI,ATL,3,6,3,Georgia Dome,Home,dome,fieldturf,2004092600
35
+ 33,2004_03_BAL_CIN,2004,REG,3,2004-09-26,Sunday,13:00,BAL,CIN,23,9,-14,Paul Brown Stadium,Home,outdoors,fieldturf,2004092601
36
+ 34,2004_03_PHI_DET,2004,REG,3,2004-09-26,Sunday,13:00,PHI,DET,30,13,-17,Ford Field,Home,dome,fieldturf,2004092602
37
+ 35,2004_03_HOU_KC,2004,REG,3,2004-09-26,Sunday,13:00,HOU,KC,24,21,-3,Arrowhead Stadium,Home,outdoors,grass,2004092603
38
+ 36,2004_03_CHI_MIN,2004,REG,3,2004-09-26,Sunday,13:00,CHI,MIN,22,27,5,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2004092605
39
+ 37,2004_03_CLE_NYG,2004,REG,3,2004-09-26,Sunday,13:00,CLE,NYG,10,27,17,Giants Stadium,Home,outdoors,fieldturf,2004092606
40
+ 38,2004_03_NO_STL,2004,REG,3,2004-09-26,Sunday,13:00,NO,STL,28,25,-3,Edward Jones Dome,Home,dome,astroturf,2004092607
41
+ 39,2004_03_JAX_TEN,2004,REG,3,2004-09-26,Sunday,13:00,JAX,TEN,15,12,-3,The Coliseum,Home,outdoors,grass,2004092608
42
+ 40,2004_03_SD_DEN,2004,REG,3,2004-09-26,Sunday,16:05,SD,DEN,13,23,10,Invesco Field at Mile High,Home,outdoors,grass,2004092609
43
+ 41,2004_03_GB_IND,2004,REG,3,2004-09-26,Sunday,16:15,GB,IND,31,45,14,RCA Dome,Home,dome,astroturf,2004092610
44
+ 42,2004_03_SF_SEA,2004,REG,3,2004-09-26,Sunday,16:15,SF,SEA,0,34,34,Qwest Field,Home,outdoors,fieldturf,2004092611
45
+ 43,2004_03_PIT_MIA,2004,REG,3,2004-09-26,Sunday,20:30,PIT,MIA,13,3,-10,Pro Player Stadium,Home,outdoors,grass,2004092604
46
+ 44,2004_03_TB_OAK,2004,REG,3,2004-09-26,Sunday,20:30,TB,OAK,20,30,10,McAfee Coliseum,Home,outdoors,grass,2004092612
47
+ 45,2004_03_DAL_WAS,2004,REG,3,2004-09-27,Monday,09:00,DAL,WAS,21,18,-3,FedExField,Home,outdoors,grass,2004092700
48
+ 46,2004_04_NE_BUF,2004,REG,4,2004-10-03,Sunday,13:00,NE,BUF,31,17,-14,Ralph Wilson Stadium,Home,outdoors,astroplay,2004100300
49
+ 47,2004_04_PHI_CHI,2004,REG,4,2004-10-03,Sunday,13:00,PHI,CHI,19,9,-10,Soldier Field,Home,outdoors,grass,2004100301
50
+ 48,2004_04_WAS_CLE,2004,REG,4,2004-10-03,Sunday,13:00,WAS,CLE,13,17,4,Cleveland Browns Stadium,Home,outdoors,grass,2004100302
51
+ 49,2004_04_NYG_GB,2004,REG,4,2004-10-03,Sunday,13:00,NYG,GB,14,7,-7,Lambeau Field,Home,outdoors,grass,2004100303
52
+ 50,2004_04_OAK_HOU,2004,REG,4,2004-10-03,Sunday,13:00,OAK,HOU,17,30,13,Reliant Stadium,Home,open,grass,2004100304
53
+ 51,2004_04_IND_JAX,2004,REG,4,2004-10-03,Sunday,13:00,IND,JAX,24,17,-7,Alltel Stadium,Home,outdoors,grass,2004100305
54
+ 52,2004_04_CIN_PIT,2004,REG,4,2004-10-03,Sunday,13:00,CIN,PIT,17,28,11,Heinz Field,Home,outdoors,dessograss,2004100306
55
+ 53,2004_04_NO_ARI,2004,REG,4,2004-10-03,Sunday,16:05,NO,ARI,10,34,24,Sun Devil Stadium,Home,outdoors,grass,2004100307
56
+ 54,2004_04_ATL_CAR,2004,REG,4,2004-10-03,Sunday,16:05,ATL,CAR,27,10,-17,Bank of America Stadium,Home,outdoors,grass,2004100308
57
+ 55,2004_04_NYJ_MIA,2004,REG,4,2004-10-03,Sunday,16:15,NYJ,MIA,17,9,-8,Pro Player Stadium,Home,outdoors,grass,2004100309
58
+ 56,2004_04_TEN_SD,2004,REG,4,2004-10-03,Sunday,16:15,TEN,SD,17,38,21,Qualcomm Stadium,Home,outdoors,grass,2004100310
59
+ 57,2004_04_DEN_TB,2004,REG,4,2004-10-03,Sunday,16:15,DEN,TB,16,13,-3,Raymond James Stadium,Home,outdoors,grass,2004100311
60
+ 58,2004_04_STL_SF,2004,REG,4,2004-10-03,Sunday,20:30,STL,SF,24,14,-10,3Com Park,Home,outdoors,grass,2004100312
61
+ 59,2004_04_KC_BAL,2004,REG,4,2004-10-04,Monday,09:00,KC,BAL,27,24,-3,M&T Bank Stadium,Home,outdoors,sportturf,2004100400
62
+ 60,2004_05_DET_ATL,2004,REG,5,2004-10-10,Sunday,13:00,DET,ATL,17,10,-7,Georgia Dome,Home,dome,fieldturf,2004101000
63
+ 61,2004_05_NYG_DAL,2004,REG,5,2004-10-10,Sunday,13:00,NYG,DAL,26,10,-16,Texas Stadium,Home,outdoors,fieldturf,2004101001
64
+ 62,2004_05_MIN_HOU,2004,REG,5,2004-10-10,Sunday,13:00,MIN,HOU,34,28,-6,Reliant Stadium,Home,open,grass,2004101002
65
+ 63,2004_05_OAK_IND,2004,REG,5,2004-10-10,Sunday,13:00,OAK,IND,14,35,21,RCA Dome,Home,dome,astroturf,2004101003
66
+ 64,2004_05_MIA_NE,2004,REG,5,2004-10-10,Sunday,13:00,MIA,NE,10,24,14,Gillette Stadium,Home,outdoors,grass,2004101004
67
+ 65,2004_05_TB_NO,2004,REG,5,2004-10-10,Sunday,13:00,TB,NO,20,17,-3,Louisiana Superdome,Home,dome,fieldturf,2004101005
68
+ 66,2004_05_CLE_PIT,2004,REG,5,2004-10-10,Sunday,13:00,CLE,PIT,23,34,11,Heinz Field,Home,outdoors,dessograss,2004101006
69
+ 67,2004_05_BUF_NYJ,2004,REG,5,2004-10-10,Sunday,16:05,BUF,NYJ,14,16,2,Giants Stadium,Home,outdoors,fieldturf,2004101007
70
+ 68,2004_05_JAX_SD,2004,REG,5,2004-10-10,Sunday,16:05,JAX,SD,21,34,13,Qualcomm Stadium,Home,outdoors,grass,2004101008
71
+ 69,2004_05_CAR_DEN,2004,REG,5,2004-10-10,Sunday,16:15,CAR,DEN,17,20,3,Invesco Field at Mile High,Home,outdoors,grass,2004101009
72
+ 70,2004_05_STL_SEA,2004,REG,5,2004-10-10,Sunday,16:15,STL,SEA,33,27,-6,Qwest Field,Home,outdoors,fieldturf,2004101011
73
+ 71,2004_05_ARI_SF,2004,REG,5,2004-10-10,Sunday,16:15,ARI,SF,28,31,3,3Com Park,Home,outdoors,grass,2004101010
74
+ 72,2004_05_BAL_WAS,2004,REG,5,2004-10-10,Sunday,20:30,BAL,WAS,17,10,-7,FedExField,Home,outdoors,grass,2004101012
75
+ 73,2004_05_TEN_GB,2004,REG,5,2004-10-11,Monday,09:00,TEN,GB,48,27,-21,Lambeau Field,Home,outdoors,grass,2004101100
76
+ 74,2004_06_SD_ATL,2004,REG,6,2004-10-17,Sunday,13:00,SD,ATL,20,21,1,Georgia Dome,Home,dome,fieldturf,2004101700
77
+ 75,2004_06_MIA_BUF,2004,REG,6,2004-10-17,Sunday,13:00,MIA,BUF,13,20,7,Ralph Wilson Stadium,Home,outdoors,astroplay,2004101701
78
+ 76,2004_06_WAS_CHI,2004,REG,6,2004-10-17,Sunday,13:00,WAS,CHI,13,10,-3,Soldier Field,Home,outdoors,grass,2004101702
79
+ 77,2004_06_CIN_CLE,2004,REG,6,2004-10-17,Sunday,13:00,CIN,CLE,17,34,17,Cleveland Browns Stadium,Home,outdoors,grass,2004101703
80
+ 78,2004_06_GB_DET,2004,REG,6,2004-10-17,Sunday,13:00,GB,DET,38,10,-28,Ford Field,Home,dome,fieldturf,2004101704
81
+ 79,2004_06_KC_JAX,2004,REG,6,2004-10-17,Sunday,13:00,KC,JAX,16,22,6,Alltel Stadium,Home,outdoors,grass,2004101705
82
+ 80,2004_06_SEA_NE,2004,REG,6,2004-10-17,Sunday,13:00,SEA,NE,20,30,10,Gillette Stadium,Home,outdoors,grass,2004101706
83
+ 81,2004_06_SF_NYJ,2004,REG,6,2004-10-17,Sunday,13:00,SF,NYJ,14,22,8,Giants Stadium,Home,outdoors,fieldturf,2004101707
84
+ 82,2004_06_CAR_PHI,2004,REG,6,2004-10-17,Sunday,13:00,CAR,PHI,8,30,22,Lincoln Financial Field,Home,outdoors,grass,2004101708
85
+ 83,2004_06_HOU_TEN,2004,REG,6,2004-10-17,Sunday,13:00,HOU,TEN,20,10,-10,The Coliseum,Home,outdoors,grass,2004101709
86
+ 84,2004_06_PIT_DAL,2004,REG,6,2004-10-17,Sunday,16:15,PIT,DAL,24,20,-4,Texas Stadium,Home,outdoors,fieldturf,2004101710
87
+ 85,2004_06_DEN_OAK,2004,REG,6,2004-10-17,Sunday,16:15,DEN,OAK,31,3,-28,McAfee Coliseum,Home,outdoors,grass,2004101711
88
+ 86,2004_06_MIN_NO,2004,REG,6,2004-10-17,Sunday,20:30,MIN,NO,38,31,-7,Louisiana Superdome,Home,dome,fieldturf,2004101712
89
+ 87,2004_06_TB_STL,2004,REG,6,2004-10-18,Monday,09:00,TB,STL,21,28,7,Edward Jones Dome,Home,dome,astroturf,2004101800
90
+ 88,2004_07_BUF_BAL,2004,REG,7,2004-10-24,Sunday,13:00,BUF,BAL,6,20,14,M&T Bank Stadium,Home,outdoors,sportturf,2004102400
91
+ 89,2004_07_SD_CAR,2004,REG,7,2004-10-24,Sunday,13:00,SD,CAR,17,6,-11,Bank of America Stadium,Home,outdoors,grass,2004102401
92
+ 90,2004_07_PHI_CLE,2004,REG,7,2004-10-24,Sunday,13:00,PHI,CLE,34,31,-3,Cleveland Browns Stadium,Home,outdoors,grass,2004102402
93
+ 91,2004_07_JAX_IND,2004,REG,7,2004-10-24,Sunday,13:00,JAX,IND,27,24,-3,RCA Dome,Home,dome,astroturf,2004102403
94
+ 92,2004_07_ATL_KC,2004,REG,7,2004-10-24,Sunday,13:00,ATL,KC,10,56,46,Arrowhead Stadium,Home,outdoors,grass,2004102404
95
+ 93,2004_07_STL_MIA,2004,REG,7,2004-10-24,Sunday,13:00,STL,MIA,14,31,17,Pro Player Stadium,Home,outdoors,grass,2004102405
96
+ 94,2004_07_TEN_MIN,2004,REG,7,2004-10-24,Sunday,13:00,TEN,MIN,3,20,17,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2004102406
97
+ 95,2004_07_DET_NYG,2004,REG,7,2004-10-24,Sunday,13:00,DET,NYG,28,13,-15,Giants Stadium,Home,outdoors,fieldturf,2004102407
98
+ 96,2004_07_CHI_TB,2004,REG,7,2004-10-24,Sunday,13:00,CHI,TB,7,19,12,Raymond James Stadium,Home,outdoors,grass,2004102408
99
+ 97,2004_07_NYJ_NE,2004,REG,7,2004-10-24,Sunday,16:05,NYJ,NE,7,13,6,Gillette Stadium,Home,outdoors,grass,2004102409
100
+ 98,2004_07_SEA_ARI,2004,REG,7,2004-10-24,Sunday,16:15,SEA,ARI,17,25,8,Sun Devil Stadium,Home,outdoors,grass,2004102410
101
+ 99,2004_07_DAL_GB,2004,REG,7,2004-10-24,Sunday,16:15,DAL,GB,20,41,21,Lambeau Field,Home,outdoors,grass,2004102411
102
+ 100,2004_07_NO_OAK,2004,REG,7,2004-10-24,Sunday,16:15,NO,OAK,31,26,-5,McAfee Coliseum,Home,outdoors,grass,2004102412
103
+ 101,2004_07_DEN_CIN,2004,REG,7,2004-10-25,Monday,09:00,DEN,CIN,10,23,13,Paul Brown Stadium,Home,outdoors,fieldturf,2004102500
104
+ 102,2004_08_ARI_BUF,2004,REG,8,2004-10-31,Sunday,13:00,ARI,BUF,14,38,24,Ralph Wilson Stadium,Home,outdoors,astroplay,2004103100
105
+ 103,2004_08_DET_DAL,2004,REG,8,2004-10-31,Sunday,13:00,DET,DAL,21,31,10,Texas Stadium,Home,outdoors,fieldturf,2004103101
106
+ 104,2004_08_JAX_HOU,2004,REG,8,2004-10-31,Sunday,13:00,JAX,HOU,6,20,14,Reliant Stadium,Home,open,grass,2004103102
107
+ 105,2004_08_IND_KC,2004,REG,8,2004-10-31,Sunday,13:00,IND,KC,35,45,10,Arrowhead Stadium,Home,outdoors,grass,2004103103
108
+ 106,2004_08_NYG_MIN,2004,REG,8,2004-10-31,Sunday,13:00,NYG,MIN,34,13,-21,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2004103104
109
+ 107,2004_08_BAL_PHI,2004,REG,8,2004-10-31,Sunday,13:00,BAL,PHI,10,15,5,Lincoln Financial Field,Home,outdoors,grass,2004103105
110
+ 108,2004_08_CIN_TEN,2004,REG,8,2004-10-31,Sunday,13:00,CIN,TEN,20,27,7,The Coliseum,Home,outdoors,grass,2004103106
111
+ 109,2004_08_GB_WAS,2004,REG,8,2004-10-31,Sunday,13:00,GB,WAS,28,14,-14,FedExField,Home,outdoors,grass,2004103107
112
+ 110,2004_08_ATL_DEN,2004,REG,8,2004-10-31,Sunday,16:05,ATL,DEN,41,28,-13,Invesco Field at Mile High,Home,outdoors,grass,2004103108
113
+ 111,2004_08_CAR_SEA,2004,REG,8,2004-10-31,Sunday,16:05,CAR,SEA,17,23,6,Qwest Field,Home,outdoors,fieldturf,2004103109
114
+ 112,2004_08_NE_PIT,2004,REG,8,2004-10-31,Sunday,16:15,NE,PIT,20,34,14,Heinz Field,Home,outdoors,dessograss,2004103110
115
+ 113,2004_08_OAK_SD,2004,REG,8,2004-10-31,Sunday,16:15,OAK,SD,14,42,28,Qualcomm Stadium,Home,outdoors,grass,2004103111
116
+ 114,2004_08_SF_CHI,2004,REG,8,2004-10-31,Sunday,20:30,SF,CHI,13,23,10,Soldier Field,Home,outdoors,grass,2004103112
117
+ 115,2004_08_MIA_NYJ,2004,REG,8,2004-11-01,Monday,09:00,MIA,NYJ,14,41,27,Giants Stadium,Home,outdoors,fieldturf,2004110100
118
+ 116,2004_09_NYJ_BUF,2004,REG,9,2004-11-07,Sunday,13:00,NYJ,BUF,17,22,5,Ralph Wilson Stadium,Home,outdoors,astroplay,2004110700
119
+ 117,2004_09_OAK_CAR,2004,REG,9,2004-11-07,Sunday,13:00,OAK,CAR,27,24,-3,Bank of America Stadium,Home,outdoors,grass,2004110701
120
+ 118,2004_09_DAL_CIN,2004,REG,9,2004-11-07,Sunday,13:00,DAL,CIN,3,26,23,Paul Brown Stadium,Home,outdoors,fieldturf,2004110702
121
+ 119,2004_09_WAS_DET,2004,REG,9,2004-11-07,Sunday,13:00,WAS,DET,17,10,-7,Ford Field,Home,dome,fieldturf,2004110703
122
+ 120,2004_09_ARI_MIA,2004,REG,9,2004-11-07,Sunday,13:00,ARI,MIA,24,23,-1,Pro Player Stadium,Home,outdoors,grass,2004110704
123
+ 121,2004_09_PHI_PIT,2004,REG,9,2004-11-07,Sunday,13:00,PHI,PIT,3,27,24,Heinz Field,Home,outdoors,dessograss,2004110705
124
+ 122,2004_09_KC_TB,2004,REG,9,2004-11-07,Sunday,13:00,KC,TB,31,34,3,Raymond James Stadium,Home,outdoors,grass,2004110706
125
+ 123,2004_09_CHI_NYG,2004,REG,9,2004-11-07,Sunday,16:05,CHI,NYG,28,21,-7,Giants Stadium,Home,outdoors,fieldturf,2004110707
126
+ 124,2004_09_NO_SD,2004,REG,9,2004-11-07,Sunday,16:05,NO,SD,17,43,26,Qualcomm Stadium,Home,outdoors,grass,2004110708
127
+ 125,2004_09_SEA_SF,2004,REG,9,2004-11-07,Sunday,16:05,SEA,SF,42,27,-15,3Com Park,Home,outdoors,grass,2004110709
128
+ 126,2004_09_HOU_DEN,2004,REG,9,2004-11-07,Sunday,16:15,HOU,DEN,13,31,18,Invesco Field at Mile High,Home,outdoors,grass,2004110710
129
+ 127,2004_09_NE_STL,2004,REG,9,2004-11-07,Sunday,16:15,NE,STL,40,22,-18,Edward Jones Dome,Home,dome,astroturf,2004110711
130
+ 128,2004_09_CLE_BAL,2004,REG,9,2004-11-07,Sunday,20:30,CLE,BAL,13,27,14,M&T Bank Stadium,Home,outdoors,sportturf,2004110712
131
+ 129,2004_09_MIN_IND,2004,REG,9,2004-11-08,Monday,09:00,MIN,IND,28,31,3,RCA Dome,Home,dome,astroturf,2004110800
132
+ 130,2004_10_TB_ATL,2004,REG,10,2004-11-14,Sunday,13:00,TB,ATL,14,24,10,Georgia Dome,Home,dome,fieldturf,2004111400
133
+ 131,2004_10_PIT_CLE,2004,REG,10,2004-11-14,Sunday,13:00,PIT,CLE,24,10,-14,Cleveland Browns Stadium,Home,outdoors,grass,2004111401
134
+ 132,2004_10_HOU_IND,2004,REG,10,2004-11-14,Sunday,13:00,HOU,IND,14,49,35,RCA Dome,Home,dome,astroturf,2004111402
135
+ 133,2004_10_DET_JAX,2004,REG,10,2004-11-14,Sunday,13:00,DET,JAX,17,23,6,Alltel Stadium,Home,outdoors,grass,2004111403
136
+ 134,2004_10_KC_NO,2004,REG,10,2004-11-14,Sunday,13:00,KC,NO,20,27,7,Louisiana Superdome,Home,dome,fieldturf,2004111404
137
+ 135,2004_10_BAL_NYJ,2004,REG,10,2004-11-14,Sunday,13:00,BAL,NYJ,20,17,-3,Giants Stadium,Home,outdoors,fieldturf,2004111405
138
+ 136,2004_10_SEA_STL,2004,REG,10,2004-11-14,Sunday,13:00,SEA,STL,12,23,11,Edward Jones Dome,Home,dome,astroturf,2004111406
139
+ 137,2004_10_CHI_TEN,2004,REG,10,2004-11-14,Sunday,13:00,CHI,TEN,19,17,-2,The Coliseum,Home,outdoors,grass,2004111407
140
+ 138,2004_10_CIN_WAS,2004,REG,10,2004-11-14,Sunday,16:05,CIN,WAS,17,10,-7,FedExField,Home,outdoors,grass,2004111408
141
+ 139,2004_10_NYG_ARI,2004,REG,10,2004-11-14,Sunday,16:15,NYG,ARI,14,17,3,Sun Devil Stadium,Home,outdoors,grass,2004111409
142
+ 140,2004_10_MIN_GB,2004,REG,10,2004-11-14,Sunday,16:15,MIN,GB,31,34,3,Lambeau Field,Home,outdoors,grass,2004111410
143
+ 141,2004_10_CAR_SF,2004,REG,10,2004-11-14,Sunday,16:15,CAR,SF,37,27,-10,3Com Park,Home,outdoors,grass,2004111411
144
+ 142,2004_10_BUF_NE,2004,REG,10,2004-11-14,Sunday,20:30,BUF,NE,6,29,23,Gillette Stadium,Home,outdoors,grass,2004111412
145
+ 143,2004_10_PHI_DAL,2004,REG,10,2004-11-15,Monday,09:00,PHI,DAL,49,21,-28,Texas Stadium,Home,outdoors,fieldturf,2004111500
146
+ 144,2004_11_DAL_BAL,2004,REG,11,2004-11-21,Sunday,13:00,DAL,BAL,10,30,20,M&T Bank Stadium,Home,outdoors,sportturf,2004112100
147
+ 145,2004_11_STL_BUF,2004,REG,11,2004-11-21,Sunday,13:00,STL,BUF,17,37,20,Ralph Wilson Stadium,Home,outdoors,astroplay,2004112101
148
+ 146,2004_11_ARI_CAR,2004,REG,11,2004-11-21,Sunday,13:00,ARI,CAR,10,35,25,Bank of America Stadium,Home,outdoors,grass,2004112102
149
+ 147,2004_11_IND_CHI,2004,REG,11,2004-11-21,Sunday,13:00,IND,CHI,41,10,-31,Soldier Field,Home,outdoors,grass,2004112103
150
+ 148,2004_11_PIT_CIN,2004,REG,11,2004-11-21,Sunday,13:00,PIT,CIN,19,14,-5,Paul Brown Stadium,Home,outdoors,fieldturf,2004112104
151
+ 149,2004_11_NYJ_CLE,2004,REG,11,2004-11-21,Sunday,13:00,NYJ,CLE,10,7,-3,Cleveland Browns Stadium,Home,outdoors,grass,2004112105
152
+ 150,2004_11_TEN_JAX,2004,REG,11,2004-11-21,Sunday,13:00,TEN,JAX,18,15,-3,Alltel Stadium,Home,outdoors,grass,2004112106
153
+ 151,2004_11_DET_MIN,2004,REG,11,2004-11-21,Sunday,13:00,DET,MIN,19,22,3,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2004112107
154
+ 152,2004_11_DEN_NO,2004,REG,11,2004-11-21,Sunday,13:00,DEN,NO,34,13,-21,Louisiana Superdome,Home,dome,fieldturf,2004112108
155
+ 153,2004_11_SF_TB,2004,REG,11,2004-11-21,Sunday,13:00,SF,TB,3,35,32,Raymond James Stadium,Home,outdoors,grass,2004112109
156
+ 154,2004_11_SD_OAK,2004,REG,11,2004-11-21,Sunday,16:05,SD,OAK,23,17,-6,McAfee Coliseum,Home,outdoors,grass,2004112110
157
+ 155,2004_11_MIA_SEA,2004,REG,11,2004-11-21,Sunday,16:05,MIA,SEA,17,24,7,Qwest Field,Home,outdoors,fieldturf,2004112111
158
+ 156,2004_11_ATL_NYG,2004,REG,11,2004-11-21,Sunday,16:15,ATL,NYG,14,10,-4,Giants Stadium,Home,outdoors,fieldturf,2004112112
159
+ 157,2004_11_WAS_PHI,2004,REG,11,2004-11-21,Sunday,16:15,WAS,PHI,6,28,22,Lincoln Financial Field,Home,outdoors,grass,2004112113
160
+ 158,2004_11_GB_HOU,2004,REG,11,2004-11-21,Sunday,20:30,GB,HOU,16,13,-3,Reliant Stadium,Home,closed,grass,2004112114
161
+ 159,2004_11_NE_KC,2004,REG,11,2004-11-22,Monday,09:00,NE,KC,27,19,-8,Arrowhead Stadium,Home,outdoors,grass,2004112200
162
+ 160,2004_12_IND_DET,2004,REG,12,2004-11-25,Thursday,12:30,IND,DET,41,9,-32,Ford Field,Home,dome,fieldturf,2004112500
163
+ 161,2004_12_CHI_DAL,2004,REG,12,2004-11-25,Thursday,16:15,CHI,DAL,7,21,14,Texas Stadium,Home,outdoors,fieldturf,2004112501
164
+ 162,2004_12_TB_CAR,2004,REG,12,2004-11-28,Sunday,13:00,TB,CAR,14,21,7,Bank of America Stadium,Home,outdoors,grass,2004112800
165
+ 163,2004_12_CLE_CIN,2004,REG,12,2004-11-28,Sunday,13:00,CLE,CIN,48,58,10,Paul Brown Stadium,Home,outdoors,fieldturf,2004112801
166
+ 164,2004_12_TEN_HOU,2004,REG,12,2004-11-28,Sunday,13:00,TEN,HOU,21,31,10,Reliant Stadium,Home,open,grass,2004112802
167
+ 165,2004_12_SD_KC,2004,REG,12,2004-11-28,Sunday,13:00,SD,KC,34,31,-3,Arrowhead Stadium,Home,outdoors,grass,2004112803
168
+ 166,2004_12_JAX_MIN,2004,REG,12,2004-11-28,Sunday,13:00,JAX,MIN,16,27,11,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2004112804
169
+ 167,2004_12_PHI_NYG,2004,REG,12,2004-11-28,Sunday,13:00,PHI,NYG,27,6,-21,Giants Stadium,Home,outdoors,fieldturf,2004112806
170
+ 168,2004_12_WAS_PIT,2004,REG,12,2004-11-28,Sunday,13:00,WAS,PIT,7,16,9,Heinz Field,Home,outdoors,dessograss,2004112807
171
+ 169,2004_12_NO_ATL,2004,REG,12,2004-11-28,Sunday,16:05,NO,ATL,21,24,3,Georgia Dome,Home,dome,fieldturf,2004112808
172
+ 170,2004_12_NYJ_ARI,2004,REG,12,2004-11-28,Sunday,16:15,NYJ,ARI,13,3,-10,Sun Devil Stadium,Home,outdoors,grass,2004112809
173
+ 171,2004_12_BAL_NE,2004,REG,12,2004-11-28,Sunday,16:15,BAL,NE,3,24,21,Gillette Stadium,Home,outdoors,grass,2004112805
174
+ 172,2004_12_BUF_SEA,2004,REG,12,2004-11-28,Sunday,16:15,BUF,SEA,38,9,-29,Qwest Field,Home,outdoors,fieldturf,2004112811
175
+ 173,2004_12_MIA_SF,2004,REG,12,2004-11-28,Sunday,16:15,MIA,SF,24,17,-7,3Com Park,Home,outdoors,grass,2004112810
176
+ 174,2004_12_OAK_DEN,2004,REG,12,2004-11-28,Sunday,20:30,OAK,DEN,25,24,-1,Invesco Field at Mile High,Home,outdoors,grass,2004112812
177
+ 175,2004_12_STL_GB,2004,REG,12,2004-11-29,Monday,09:00,STL,GB,17,45,28,Lambeau Field,Home,outdoors,grass,2004112900
178
+ 176,2004_13_CIN_BAL,2004,REG,13,2004-12-05,Sunday,13:00,CIN,BAL,27,26,-1,M&T Bank Stadium,Home,outdoors,sportturf,2004120500
179
+ 177,2004_13_MIN_CHI,2004,REG,13,2004-12-05,Sunday,13:00,MIN,CHI,14,24,10,Soldier Field,Home,outdoors,grass,2004120501
180
+ 178,2004_13_NE_CLE,2004,REG,13,2004-12-05,Sunday,13:00,NE,CLE,42,15,-27,Cleveland Browns Stadium,Home,outdoors,grass,2004120502
181
+ 179,2004_13_ARI_DET,2004,REG,13,2004-12-05,Sunday,13:00,ARI,DET,12,26,14,Ford Field,Home,dome,fieldturf,2004120503
182
+ 180,2004_13_TEN_IND,2004,REG,13,2004-12-05,Sunday,13:00,TEN,IND,24,51,27,RCA Dome,Home,dome,astroturf,2004120504
183
+ 181,2004_13_BUF_MIA,2004,REG,13,2004-12-05,Sunday,13:00,BUF,MIA,42,32,-10,Pro Player Stadium,Home,outdoors,grass,2004120505
184
+ 182,2004_13_CAR_NO,2004,REG,13,2004-12-05,Sunday,13:00,CAR,NO,32,21,-11,Louisiana Superdome,Home,dome,fieldturf,2004120506
185
+ 183,2004_13_HOU_NYJ,2004,REG,13,2004-12-05,Sunday,13:00,HOU,NYJ,7,29,22,Giants Stadium,Home,outdoors,fieldturf,2004120507
186
+ 184,2004_13_SF_STL,2004,REG,13,2004-12-05,Sunday,13:00,SF,STL,6,16,10,Edward Jones Dome,Home,dome,astroturf,2004120508
187
+ 185,2004_13_ATL_TB,2004,REG,13,2004-12-05,Sunday,13:00,ATL,TB,0,27,27,Raymond James Stadium,Home,outdoors,grass,2004120509
188
+ 186,2004_13_KC_OAK,2004,REG,13,2004-12-05,Sunday,16:05,KC,OAK,34,27,-7,McAfee Coliseum,Home,outdoors,grass,2004120510
189
+ 187,2004_13_DEN_SD,2004,REG,13,2004-12-05,Sunday,16:05,DEN,SD,17,20,3,Qualcomm Stadium,Home,outdoors,grass,2004120511
190
+ 188,2004_13_GB_PHI,2004,REG,13,2004-12-05,Sunday,16:15,GB,PHI,17,47,30,Lincoln Financial Field,Home,outdoors,grass,2004120512
191
+ 189,2004_13_NYG_WAS,2004,REG,13,2004-12-05,Sunday,16:15,NYG,WAS,7,31,24,FedExField,Home,outdoors,grass,2004120513
192
+ 190,2004_13_PIT_JAX,2004,REG,13,2004-12-05,Sunday,20:30,PIT,JAX,17,16,-1,Alltel Stadium,Home,outdoors,grass,2004120514
193
+ 191,2004_13_DAL_SEA,2004,REG,13,2004-12-06,Monday,09:00,DAL,SEA,43,39,-4,Qwest Field,Home,outdoors,fieldturf,2004120600
194
+ 192,2004_14_OAK_ATL,2004,REG,14,2004-12-12,Sunday,13:00,OAK,ATL,10,35,25,Georgia Dome,Home,dome,fieldturf,2004121200
195
+ 193,2004_14_NYG_BAL,2004,REG,14,2004-12-12,Sunday,13:00,NYG,BAL,14,37,23,M&T Bank Stadium,Home,outdoors,sportturf,2004121201
196
+ 194,2004_14_CLE_BUF,2004,REG,14,2004-12-12,Sunday,13:00,CLE,BUF,7,37,30,Ralph Wilson Stadium,Home,outdoors,astroplay,2004121202
197
+ 195,2004_14_NO_DAL,2004,REG,14,2004-12-12,Sunday,13:00,NO,DAL,27,13,-14,Texas Stadium,Home,outdoors,fieldturf,2004121203
198
+ 196,2004_14_IND_HOU,2004,REG,14,2004-12-12,Sunday,13:00,IND,HOU,23,14,-9,Reliant Stadium,Home,open,grass,2004121205
199
+ 197,2004_14_CHI_JAX,2004,REG,14,2004-12-12,Sunday,13:00,CHI,JAX,3,22,19,Alltel Stadium,Home,outdoors,grass,2004121206
200
+ 198,2004_14_SEA_MIN,2004,REG,14,2004-12-12,Sunday,13:00,SEA,MIN,27,23,-4,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2004121207
201
+ 199,2004_14_CIN_NE,2004,REG,14,2004-12-12,Sunday,13:00,CIN,NE,28,35,7,Gillette Stadium,Home,outdoors,grass,2004121208
202
+ 200,2004_14_MIA_DEN,2004,REG,14,2004-12-12,Sunday,16:05,MIA,DEN,17,20,3,Invesco Field at Mile High,Home,outdoors,grass,2004121209
203
+ 201,2004_14_NYJ_PIT,2004,REG,14,2004-12-12,Sunday,16:05,NYJ,PIT,6,17,11,Heinz Field,Home,outdoors,dessograss,2004121210
204
+ 202,2004_14_SF_ARI,2004,REG,14,2004-12-12,Sunday,16:15,SF,ARI,31,28,-3,Sun Devil Stadium,Home,outdoors,grass,2004121211
205
+ 203,2004_14_STL_CAR,2004,REG,14,2004-12-12,Sunday,16:15,STL,CAR,7,20,13,Bank of America Stadium,Home,outdoors,grass,2004121212
206
+ 204,2004_14_DET_GB,2004,REG,14,2004-12-12,Sunday,16:15,DET,GB,13,16,3,Lambeau Field,Home,outdoors,grass,2004121204
207
+ 205,2004_14_TB_SD,2004,REG,14,2004-12-12,Sunday,16:15,TB,SD,24,31,7,Qualcomm Stadium,Home,outdoors,grass,2004121213
208
+ 206,2004_14_PHI_WAS,2004,REG,14,2004-12-12,Sunday,20:30,PHI,WAS,17,14,-3,FedExField,Home,outdoors,grass,2004121214
209
+ 207,2004_14_KC_TEN,2004,REG,14,2004-12-13,Monday,09:00,KC,TEN,49,38,-11,The Coliseum,Home,outdoors,grass,2004121300
210
+ 208,2004_15_PIT_NYG,2004,REG,15,2004-12-18,Saturday,13:30,PIT,NYG,33,30,-3,Giants Stadium,Home,outdoors,fieldturf,2004121800
211
+ 209,2004_15_WAS_SF,2004,REG,15,2004-12-18,Saturday,17:00,WAS,SF,26,16,-10,3Com Park,Home,outdoors,grass,2004121801
212
+ 210,2004_15_CAR_ATL,2004,REG,15,2004-12-18,Saturday,20:30,CAR,ATL,31,34,3,Georgia Dome,Home,dome,fieldturf,2004121802
213
+ 211,2004_15_HOU_CHI,2004,REG,15,2004-12-19,Sunday,13:00,HOU,CHI,24,5,-19,Soldier Field,Home,outdoors,grass,2004121900
214
+ 212,2004_15_BUF_CIN,2004,REG,15,2004-12-19,Sunday,13:00,BUF,CIN,33,17,-16,Paul Brown Stadium,Home,outdoors,fieldturf,2004121901
215
+ 213,2004_15_SD_CLE,2004,REG,15,2004-12-19,Sunday,13:00,SD,CLE,21,0,-21,Cleveland Browns Stadium,Home,outdoors,grass,2004121904
216
+ 214,2004_15_MIN_DET,2004,REG,15,2004-12-19,Sunday,13:00,MIN,DET,28,27,-1,Ford Field,Home,dome,fieldturf,2004121903
217
+ 215,2004_15_DEN_KC,2004,REG,15,2004-12-19,Sunday,13:00,DEN,KC,17,45,28,Arrowhead Stadium,Home,outdoors,grass,2004121909
218
+ 216,2004_15_SEA_NYJ,2004,REG,15,2004-12-19,Sunday,13:00,SEA,NYJ,14,37,23,Giants Stadium,Home,outdoors,fieldturf,2004121905
219
+ 217,2004_15_DAL_PHI,2004,REG,15,2004-12-19,Sunday,13:00,DAL,PHI,7,12,5,Lincoln Financial Field,Home,outdoors,grass,2004121906
220
+ 218,2004_15_STL_ARI,2004,REG,15,2004-12-19,Sunday,16:05,STL,ARI,7,31,24,Sun Devil Stadium,Home,outdoors,grass,2004121907
221
+ 219,2004_15_NO_TB,2004,REG,15,2004-12-19,Sunday,16:05,NO,TB,21,17,-4,Raymond James Stadium,Home,outdoors,grass,2004121908
222
+ 220,2004_15_JAX_GB,2004,REG,15,2004-12-19,Sunday,16:15,JAX,GB,28,25,-3,Lambeau Field,Home,outdoors,grass,2004121902
223
+ 221,2004_15_TEN_OAK,2004,REG,15,2004-12-19,Sunday,16:15,TEN,OAK,35,40,5,McAfee Coliseum,Home,outdoors,grass,2004121910
224
+ 222,2004_15_BAL_IND,2004,REG,15,2004-12-19,Sunday,20:30,BAL,IND,10,20,10,RCA Dome,Home,dome,astroturf,2004121911
225
+ 223,2004_15_NE_MIA,2004,REG,15,2004-12-20,Monday,09:00,NE,MIA,28,29,1,Pro Player Stadium,Home,outdoors,grass,2004122000
226
+ 224,2004_16_GB_MIN,2004,REG,16,2004-12-24,Friday,15:00,GB,MIN,34,31,-3,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2004122400
227
+ 225,2004_16_OAK_KC,2004,REG,16,2004-12-25,Saturday,17:00,OAK,KC,30,31,1,Arrowhead Stadium,Home,outdoors,grass,2004122500
228
+ 226,2004_16_DEN_TEN,2004,REG,16,2004-12-25,Saturday,20:30,DEN,TEN,37,16,-21,The Coliseum,Home,outdoors,grass,2004122501
229
+ 227,2004_16_NYG_CIN,2004,REG,16,2004-12-26,Sunday,13:00,NYG,CIN,22,23,1,Paul Brown Stadium,Home,outdoors,fieldturf,2004122600
230
+ 228,2004_16_CHI_DET,2004,REG,16,2004-12-26,Sunday,13:00,CHI,DET,13,19,6,Ford Field,Home,dome,fieldturf,2004122601
231
+ 229,2004_16_SD_IND,2004,REG,16,2004-12-26,Sunday,13:00,SD,IND,31,34,3,RCA Dome,Home,dome,astroturf,2004122602
232
+ 230,2004_16_HOU_JAX,2004,REG,16,2004-12-26,Sunday,13:00,HOU,JAX,21,0,-21,Alltel Stadium,Home,outdoors,grass,2004122603
233
+ 231,2004_16_ATL_NO,2004,REG,16,2004-12-26,Sunday,13:00,ATL,NO,13,26,13,Louisiana Superdome,Home,dome,fieldturf,2004122604
234
+ 232,2004_16_BAL_PIT,2004,REG,16,2004-12-26,Sunday,13:00,BAL,PIT,7,20,13,Heinz Field,Home,outdoors,dessograss,2004122605
235
+ 233,2004_16_NE_NYJ,2004,REG,16,2004-12-26,Sunday,16:05,NE,NYJ,23,7,-16,Giants Stadium,Home,outdoors,fieldturf,2004122607
236
+ 234,2004_16_BUF_SF,2004,REG,16,2004-12-26,Sunday,16:05,BUF,SF,41,7,-34,3Com Park,Home,outdoors,grass,2004122608
237
+ 235,2004_16_WAS_DAL,2004,REG,16,2004-12-26,Sunday,16:15,WAS,DAL,10,13,3,Texas Stadium,Home,outdoors,fieldturf,2004122609
238
+ 236,2004_16_ARI_SEA,2004,REG,16,2004-12-26,Sunday,16:15,ARI,SEA,21,24,3,Qwest Field,Home,outdoors,fieldturf,2004122610
239
+ 237,2004_16_CAR_TB,2004,REG,16,2004-12-26,Sunday,16:15,CAR,TB,37,20,-17,Raymond James Stadium,Home,outdoors,grass,2004122606
240
+ 238,2004_16_CLE_MIA,2004,REG,16,2004-12-26,Sunday,20:30,CLE,MIA,7,10,3,Pro Player Stadium,Home,outdoors,grass,2004122611
241
+ 239,2004_16_PHI_STL,2004,REG,16,2004-12-27,Monday,09:00,PHI,STL,7,20,13,Edward Jones Dome,Home,dome,astroturf,2004122700
242
+ 240,2004_17_MIA_BAL,2004,REG,17,2005-01-02,Sunday,13:00,MIA,BAL,23,30,7,M&T Bank Stadium,Home,outdoors,sportturf,2005010200
243
+ 241,2004_17_PIT_BUF,2004,REG,17,2005-01-02,Sunday,13:00,PIT,BUF,29,24,-5,Ralph Wilson Stadium,Home,outdoors,astroplay,2005010201
244
+ 242,2004_17_NO_CAR,2004,REG,17,2005-01-02,Sunday,13:00,NO,CAR,21,18,-3,Bank of America Stadium,Home,outdoors,grass,2005010202
245
+ 243,2004_17_GB_CHI,2004,REG,17,2005-01-02,Sunday,13:00,GB,CHI,31,14,-17,Soldier Field,Home,outdoors,grass,2005010203
246
+ 244,2004_17_CLE_HOU,2004,REG,17,2005-01-02,Sunday,13:00,CLE,HOU,22,14,-8,Reliant Stadium,Home,closed,grass,2005010204
247
+ 245,2004_17_SF_NE,2004,REG,17,2005-01-02,Sunday,13:00,SF,NE,7,21,14,Gillette Stadium,Home,outdoors,grass,2005010205
248
+ 246,2004_17_CIN_PHI,2004,REG,17,2005-01-02,Sunday,13:00,CIN,PHI,38,10,-28,Lincoln Financial Field,Home,outdoors,grass,2005010206
249
+ 247,2004_17_NYJ_STL,2004,REG,17,2005-01-02,Sunday,13:00,NYJ,STL,29,32,3,Edward Jones Dome,Home,dome,astroturf,2005010207
250
+ 248,2004_17_DET_TEN,2004,REG,17,2005-01-02,Sunday,13:00,DET,TEN,19,24,5,The Coliseum,Home,outdoors,grass,2005010208
251
+ 249,2004_17_MIN_WAS,2004,REG,17,2005-01-02,Sunday,13:00,MIN,WAS,18,21,3,FedExField,Home,outdoors,grass,2005010209
252
+ 250,2004_17_TB_ARI,2004,REG,17,2005-01-02,Sunday,16:05,TB,ARI,7,12,5,Sun Devil Stadium,Home,outdoors,grass,2005010210
253
+ 251,2004_17_ATL_SEA,2004,REG,17,2005-01-02,Sunday,16:05,ATL,SEA,26,28,2,Qwest Field,Home,outdoors,fieldturf,2005010211
254
+ 252,2004_17_IND_DEN,2004,REG,17,2005-01-02,Sunday,16:15,IND,DEN,14,33,19,Invesco Field at Mile High,Home,outdoors,grass,2005010212
255
+ 253,2004_17_JAX_OAK,2004,REG,17,2005-01-02,Sunday,16:15,JAX,OAK,13,6,-7,McAfee Coliseum,Home,outdoors,grass,2005010213
256
+ 254,2004_17_KC_SD,2004,REG,17,2005-01-02,Sunday,16:15,KC,SD,17,24,7,Qualcomm Stadium,Home,outdoors,grass,2005010214
257
+ 255,2004_17_DAL_NYG,2004,REG,17,2005-01-02,Sunday,20:30,DAL,NYG,24,28,4,Giants Stadium,Home,outdoors,fieldturf,2005010215
258
+ 256,2004_18_STL_SEA,2004,WC,18,2005-01-08,Saturday,16:30,STL,SEA,27,20,-7,Qwest Field,Home,outdoors,fieldturf,2005010800
259
+ 257,2004_18_NYJ_SD,2004,WC,18,2005-01-08,Saturday,20:00,NYJ,SD,20,17,-3,Qualcomm Stadium,Home,outdoors,grass,2005010801
260
+ 258,2004_18_DEN_IND,2004,WC,18,2005-01-09,Sunday,13:00,DEN,IND,24,49,25,RCA Dome,Home,dome,astroturf,2005010901
261
+ 259,2004_18_MIN_GB,2004,WC,18,2005-01-09,Sunday,16:30,MIN,GB,31,17,-14,Lambeau Field,Home,outdoors,grass,2005010902
262
+ 260,2004_19_NYJ_PIT,2004,DIV,19,2005-01-15,Saturday,16:30,NYJ,PIT,17,20,3,Heinz Field,Home,outdoors,dessograss,2005011500
263
+ 261,2004_19_STL_ATL,2004,DIV,19,2005-01-15,Saturday,20:00,STL,ATL,17,47,30,Georgia Dome,Home,dome,fieldturf,2005011501
264
+ 262,2004_19_MIN_PHI,2004,DIV,19,2005-01-16,Sunday,13:00,MIN,PHI,14,27,13,Lincoln Financial Field,Home,outdoors,grass,2005011600
265
+ 263,2004_19_IND_NE,2004,DIV,19,2005-01-16,Sunday,16:30,IND,NE,3,20,17,Gillette Stadium,Home,outdoors,grass,2005011601
266
+ 264,2004_20_ATL_PHI,2004,CON,20,2005-01-23,Sunday,15:00,ATL,PHI,10,27,17,Lincoln Financial Field,Home,outdoors,grass,2005012300
267
+ 265,2004_20_NE_PIT,2004,CON,20,2005-01-23,Sunday,18:30,NE,PIT,41,27,-14,Heinz Field,Home,outdoors,dessograss,2005012301
268
+ 266,2004_21_NE_PHI,2004,SB,21,2005-02-06,Sunday,18:30,NE,PHI,24,21,-3,Alltel Stadium,Neutral,outdoors,grass,2005020600
Source/Build/nfl_data_py/data/schedules/2005.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2005_01_OAK_NE,2005,REG,1,2005-09-08,Thursday,09:00,OAK,NE,20,30,10,Gillette Stadium,Home,outdoors,grass,2005090800
3
+ 1,2005_01_HOU_BUF,2005,REG,1,2005-09-11,Sunday,13:00,HOU,BUF,7,22,15,Ralph Wilson Stadium,Home,outdoors,astroplay,2005091107
4
+ 2,2005_01_NO_CAR,2005,REG,1,2005-09-11,Sunday,13:00,NO,CAR,23,20,-3,Bank of America Stadium,Home,outdoors,grass,2005091102
5
+ 3,2005_01_CIN_CLE,2005,REG,1,2005-09-11,Sunday,13:00,CIN,CLE,27,13,-14,Cleveland Browns Stadium,Home,outdoors,grass,2005091106
6
+ 4,2005_01_SEA_JAX,2005,REG,1,2005-09-11,Sunday,13:00,SEA,JAX,14,26,12,Alltel Stadium,Home,outdoors,grass,2005091103
7
+ 5,2005_01_NYJ_KC,2005,REG,1,2005-09-11,Sunday,13:00,NYJ,KC,7,27,20,Arrowhead Stadium,Home,outdoors,grass,2005091108
8
+ 6,2005_01_DEN_MIA,2005,REG,1,2005-09-11,Sunday,13:00,DEN,MIA,10,34,24,Dolphin Stadium,Home,outdoors,grass,2005091101
9
+ 7,2005_01_TB_MIN,2005,REG,1,2005-09-11,Sunday,13:00,TB,MIN,24,13,-11,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2005091109
10
+ 8,2005_01_TEN_PIT,2005,REG,1,2005-09-11,Sunday,13:00,TEN,PIT,7,34,27,Heinz Field,Home,outdoors,dessograss,2005091104
11
+ 9,2005_01_CHI_WAS,2005,REG,1,2005-09-11,Sunday,13:00,CHI,WAS,7,9,2,FedExField,Home,outdoors,grass,2005091100
12
+ 10,2005_01_GB_DET,2005,REG,1,2005-09-11,Sunday,16:15,GB,DET,3,17,14,Ford Field,Home,dome,fieldturf,2005091111
13
+ 11,2005_01_ARI_NYG,2005,REG,1,2005-09-11,Sunday,16:15,ARI,NYG,19,42,23,Giants Stadium,Home,outdoors,fieldturf,2005091110
14
+ 12,2005_01_DAL_SD,2005,REG,1,2005-09-11,Sunday,16:15,DAL,SD,28,24,-4,Qualcomm Stadium,Home,outdoors,grass,2005091105
15
+ 13,2005_01_STL_SF,2005,REG,1,2005-09-11,Sunday,16:15,STL,SF,25,28,3,Monster Park,Home,outdoors,grass,2005091113
16
+ 14,2005_01_IND_BAL,2005,REG,1,2005-09-11,Sunday,20:30,IND,BAL,24,7,-17,M&T Bank Stadium,Home,outdoors,sportturf,2005091112
17
+ 15,2005_01_PHI_ATL,2005,REG,1,2005-09-12,Monday,09:00,PHI,ATL,10,14,4,Georgia Dome,Home,dome,fieldturf,2005091200
18
+ 16,2005_02_NE_CAR,2005,REG,2,2005-09-18,Sunday,13:00,NE,CAR,17,27,10,Bank of America Stadium,Home,outdoors,grass,2005091805
19
+ 17,2005_02_DET_CHI,2005,REG,2,2005-09-18,Sunday,13:00,DET,CHI,6,38,32,Soldier Field,Home,outdoors,grass,2005091802
20
+ 18,2005_02_MIN_CIN,2005,REG,2,2005-09-18,Sunday,13:00,MIN,CIN,8,37,29,Paul Brown Stadium,Home,outdoors,fieldturf,2005091804
21
+ 19,2005_02_PIT_HOU,2005,REG,2,2005-09-18,Sunday,13:00,PIT,HOU,27,7,-20,Reliant Stadium,Home,open,grass,2005091807
22
+ 20,2005_02_JAX_IND,2005,REG,2,2005-09-18,Sunday,13:00,JAX,IND,3,10,7,RCA Dome,Home,dome,fieldturf,2005091803
23
+ 21,2005_02_SF_PHI,2005,REG,2,2005-09-18,Sunday,13:00,SF,PHI,3,42,39,Lincoln Financial Field,Home,outdoors,grass,2005091808
24
+ 22,2005_02_BUF_TB,2005,REG,2,2005-09-18,Sunday,13:00,BUF,TB,3,19,16,Raymond James Stadium,Home,outdoors,grass,2005091801
25
+ 23,2005_02_BAL_TEN,2005,REG,2,2005-09-18,Sunday,13:00,BAL,TEN,10,25,15,The Coliseum,Home,outdoors,grass,2005091800
26
+ 24,2005_02_STL_ARI,2005,REG,2,2005-09-18,Sunday,16:05,STL,ARI,17,12,-5,Sun Devil Stadium,Home,outdoors,grass,2005091810
27
+ 25,2005_02_ATL_SEA,2005,REG,2,2005-09-18,Sunday,16:05,ATL,SEA,18,21,3,Qwest Field,Home,outdoors,fieldturf,2005091809
28
+ 26,2005_02_SD_DEN,2005,REG,2,2005-09-18,Sunday,16:15,SD,DEN,17,20,3,Invesco Field at Mile High,Home,outdoors,grass,2005091813
29
+ 27,2005_02_CLE_GB,2005,REG,2,2005-09-18,Sunday,16:15,CLE,GB,26,24,-2,Lambeau Field,Home,outdoors,grass,2005091811
30
+ 28,2005_02_MIA_NYJ,2005,REG,2,2005-09-18,Sunday,16:15,MIA,NYJ,7,17,10,Giants Stadium,Home,outdoors,fieldturf,2005091812
31
+ 29,2005_02_KC_OAK,2005,REG,2,2005-09-18,Sunday,20:30,KC,OAK,23,17,-6,McAfee Coliseum,Home,outdoors,grass,2005091814
32
+ 30,2005_02_WAS_DAL,2005,REG,2,2005-09-19,Monday,09:00,WAS,DAL,14,13,-1,Texas Stadium,Home,outdoors,fieldturf,2005091900
33
+ 31,2005_02_NYG_NO,2005,REG,2,2005-09-19,Monday,19:30,NYG,NO,27,10,-17,Giants Stadium,Home,outdoors,fieldturf,2005091901
34
+ 32,2005_03_ATL_BUF,2005,REG,3,2005-09-25,Sunday,13:00,ATL,BUF,24,16,-8,Ralph Wilson Stadium,Home,outdoors,astroplay,2005092500
35
+ 33,2005_03_CIN_CHI,2005,REG,3,2005-09-25,Sunday,13:00,CIN,CHI,24,7,-17,Soldier Field,Home,outdoors,grass,2005092502
36
+ 34,2005_03_TB_GB,2005,REG,3,2005-09-25,Sunday,13:00,TB,GB,17,16,-1,Lambeau Field,Home,outdoors,grass,2005092507
37
+ 35,2005_03_CLE_IND,2005,REG,3,2005-09-25,Sunday,13:00,CLE,IND,6,13,7,RCA Dome,Home,dome,fieldturf,2005092503
38
+ 36,2005_03_CAR_MIA,2005,REG,3,2005-09-25,Sunday,13:00,CAR,MIA,24,27,3,Dolphin Stadium,Home,outdoors,grass,2005092501
39
+ 37,2005_03_NO_MIN,2005,REG,3,2005-09-25,Sunday,13:00,NO,MIN,16,33,17,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2005092505
40
+ 38,2005_03_JAX_NYJ,2005,REG,3,2005-09-25,Sunday,13:00,JAX,NYJ,26,20,-6,Giants Stadium,Home,outdoors,fieldturf,2005092504
41
+ 39,2005_03_OAK_PHI,2005,REG,3,2005-09-25,Sunday,13:00,OAK,PHI,20,23,3,Lincoln Financial Field,Home,outdoors,grass,2005092506
42
+ 40,2005_03_TEN_STL,2005,REG,3,2005-09-25,Sunday,13:00,TEN,STL,27,31,4,Edward Jones Dome,Home,dome,fieldturf,2005092508
43
+ 41,2005_03_ARI_SEA,2005,REG,3,2005-09-25,Sunday,16:05,ARI,SEA,12,37,25,Qwest Field,Home,outdoors,fieldturf,2005092509
44
+ 42,2005_03_DAL_SF,2005,REG,3,2005-09-25,Sunday,16:05,DAL,SF,34,31,-3,Monster Park,Home,outdoors,grass,2005092510
45
+ 43,2005_03_NE_PIT,2005,REG,3,2005-09-25,Sunday,16:15,NE,PIT,23,20,-3,Heinz Field,Home,outdoors,dessograss,2005092511
46
+ 44,2005_03_NYG_SD,2005,REG,3,2005-09-25,Sunday,20:30,NYG,SD,23,45,22,Qualcomm Stadium,Home,outdoors,grass,2005092512
47
+ 45,2005_03_KC_DEN,2005,REG,3,2005-09-26,Monday,09:00,KC,DEN,10,30,20,Invesco Field at Mile High,Home,outdoors,grass,2005092600
48
+ 46,2005_04_HOU_CIN,2005,REG,4,2005-10-02,Sunday,13:00,HOU,CIN,10,16,6,Paul Brown Stadium,Home,outdoors,fieldturf,2005100203
49
+ 47,2005_04_DEN_JAX,2005,REG,4,2005-10-02,Sunday,13:00,DEN,JAX,20,7,-13,Alltel Stadium,Home,outdoors,grass,2005100201
50
+ 48,2005_04_SD_NE,2005,REG,4,2005-10-02,Sunday,13:00,SD,NE,41,17,-24,Gillette Stadium,Home,outdoors,grass,2005100206
51
+ 49,2005_04_BUF_NO,2005,REG,4,2005-10-02,Sunday,13:00,BUF,NO,7,19,12,Alamo Dome,Home,dome,fieldturf,2005100200
52
+ 50,2005_04_STL_NYG,2005,REG,4,2005-10-02,Sunday,13:00,STL,NYG,24,44,20,Giants Stadium,Home,outdoors,fieldturf,2005100208
53
+ 51,2005_04_DET_TB,2005,REG,4,2005-10-02,Sunday,13:00,DET,TB,13,17,4,Raymond James Stadium,Home,outdoors,grass,2005100202
54
+ 52,2005_04_IND_TEN,2005,REG,4,2005-10-02,Sunday,13:00,IND,TEN,31,10,-21,The Coliseum,Home,outdoors,grass,2005100204
55
+ 53,2005_04_SEA_WAS,2005,REG,4,2005-10-02,Sunday,13:00,SEA,WAS,17,20,3,FedExField,Home,outdoors,grass,2005100207
56
+ 54,2005_04_NYJ_BAL,2005,REG,4,2005-10-02,Sunday,16:05,NYJ,BAL,3,13,10,M&T Bank Stadium,Home,outdoors,sportturf,2005100209
57
+ 55,2005_04_MIN_ATL,2005,REG,4,2005-10-02,Sunday,16:15,MIN,ATL,10,30,20,Georgia Dome,Home,dome,fieldturf,2005100211
58
+ 56,2005_04_PHI_KC,2005,REG,4,2005-10-02,Sunday,16:15,PHI,KC,37,31,-6,Arrowhead Stadium,Home,outdoors,grass,2005100205
59
+ 57,2005_04_DAL_OAK,2005,REG,4,2005-10-02,Sunday,16:15,DAL,OAK,13,19,6,McAfee Coliseum,Home,outdoors,grass,2005100210
60
+ 58,2005_04_SF_ARI,2005,REG,4,2005-10-02,Sunday,20:30,SF,ARI,14,31,17,Azteca Stadium,Neutral,outdoors,grass,2005100212
61
+ 59,2005_04_GB_CAR,2005,REG,4,2005-10-03,Monday,09:00,GB,CAR,29,32,3,Bank of America Stadium,Home,outdoors,grass,2005100300
62
+ 60,2005_05_NE_ATL,2005,REG,5,2005-10-09,Sunday,13:00,NE,ATL,31,28,-3,Georgia Dome,Home,dome,fieldturf,2005100903
63
+ 61,2005_05_MIA_BUF,2005,REG,5,2005-10-09,Sunday,13:00,MIA,BUF,14,20,6,Ralph Wilson Stadium,Home,outdoors,astroplay,2005100902
64
+ 62,2005_05_CHI_CLE,2005,REG,5,2005-10-09,Sunday,13:00,CHI,CLE,10,20,10,Cleveland Browns Stadium,Home,outdoors,grass,2005100901
65
+ 63,2005_05_BAL_DET,2005,REG,5,2005-10-09,Sunday,13:00,BAL,DET,17,35,18,Ford Field,Home,dome,fieldturf,2005100900
66
+ 64,2005_05_NO_GB,2005,REG,5,2005-10-09,Sunday,13:00,NO,GB,3,52,49,Lambeau Field,Home,outdoors,grass,2005100904
67
+ 65,2005_05_TEN_HOU,2005,REG,5,2005-10-09,Sunday,13:00,TEN,HOU,34,20,-14,Reliant Stadium,Home,closed,grass,2005100907
68
+ 66,2005_05_TB_NYJ,2005,REG,5,2005-10-09,Sunday,13:00,TB,NYJ,12,14,2,Giants Stadium,Home,outdoors,fieldturf,2005100906
69
+ 67,2005_05_SEA_STL,2005,REG,5,2005-10-09,Sunday,13:00,SEA,STL,37,31,-6,Edward Jones Dome,Home,dome,fieldturf,2005100905
70
+ 68,2005_05_IND_SF,2005,REG,5,2005-10-09,Sunday,16:05,IND,SF,28,3,-25,Monster Park,Home,outdoors,grass,2005100908
71
+ 69,2005_05_CAR_ARI,2005,REG,5,2005-10-09,Sunday,16:15,CAR,ARI,24,20,-4,Sun Devil Stadium,Home,outdoors,grass,2005100909
72
+ 70,2005_05_PHI_DAL,2005,REG,5,2005-10-09,Sunday,16:15,PHI,DAL,10,33,23,Texas Stadium,Home,outdoors,fieldturf,2005100910
73
+ 71,2005_05_WAS_DEN,2005,REG,5,2005-10-09,Sunday,16:15,WAS,DEN,19,21,2,Invesco Field at Mile High,Home,outdoors,grass,2005100911
74
+ 72,2005_05_CIN_JAX,2005,REG,5,2005-10-09,Sunday,20:30,CIN,JAX,20,23,3,Alltel Stadium,Home,outdoors,grass,2005100912
75
+ 73,2005_05_PIT_SD,2005,REG,5,2005-10-10,Monday,09:00,PIT,SD,24,22,-2,Qualcomm Stadium,Home,outdoors,grass,2005101000
76
+ 74,2005_06_CLE_BAL,2005,REG,6,2005-10-16,Sunday,13:00,CLE,BAL,3,16,13,M&T Bank Stadium,Home,outdoors,sportturf,2005101603
77
+ 75,2005_06_MIN_CHI,2005,REG,6,2005-10-16,Sunday,13:00,MIN,CHI,3,28,25,Soldier Field,Home,outdoors,grass,2005101606
78
+ 76,2005_06_NYG_DAL,2005,REG,6,2005-10-16,Sunday,13:00,NYG,DAL,13,16,3,Texas Stadium,Home,outdoors,fieldturf,2005101607
79
+ 77,2005_06_CAR_DET,2005,REG,6,2005-10-16,Sunday,13:00,CAR,DET,21,20,-1,Ford Field,Home,dome,fieldturf,2005101601
80
+ 78,2005_06_WAS_KC,2005,REG,6,2005-10-16,Sunday,13:00,WAS,KC,21,28,7,Arrowhead Stadium,Home,outdoors,grass,2005101608
81
+ 79,2005_06_ATL_NO,2005,REG,6,2005-10-16,Sunday,13:00,ATL,NO,34,31,-3,Alamo Dome,Home,dome,fieldturf,2005101600
82
+ 80,2005_06_JAX_PIT,2005,REG,6,2005-10-16,Sunday,13:00,JAX,PIT,23,17,-6,Heinz Field,Home,outdoors,dessograss,2005101604
83
+ 81,2005_06_MIA_TB,2005,REG,6,2005-10-16,Sunday,13:00,MIA,TB,13,27,14,Raymond James Stadium,Home,outdoors,grass,2005101605
84
+ 82,2005_06_CIN_TEN,2005,REG,6,2005-10-16,Sunday,13:00,CIN,TEN,31,23,-8,The Coliseum,Home,outdoors,grass,2005101602
85
+ 83,2005_06_NYJ_BUF,2005,REG,6,2005-10-16,Sunday,16:15,NYJ,BUF,17,27,10,Ralph Wilson Stadium,Home,outdoors,astroplay,2005101610
86
+ 84,2005_06_NE_DEN,2005,REG,6,2005-10-16,Sunday,16:15,NE,DEN,20,28,8,Invesco Field at Mile High,Home,outdoors,grass,2005101609
87
+ 85,2005_06_SD_OAK,2005,REG,6,2005-10-16,Sunday,16:15,SD,OAK,27,14,-13,McAfee Coliseum,Home,outdoors,grass,2005101611
88
+ 86,2005_06_HOU_SEA,2005,REG,6,2005-10-16,Sunday,20:30,HOU,SEA,10,42,32,Qwest Field,Home,outdoors,fieldturf,2005101612
89
+ 87,2005_06_STL_IND,2005,REG,6,2005-10-17,Monday,09:00,STL,IND,28,45,17,RCA Dome,Home,dome,fieldturf,2005101700
90
+ 88,2005_07_KC_MIA,2005,REG,7,2005-10-21,Friday,19:00,KC,MIA,30,20,-10,Dolphin Stadium,Home,outdoors,grass,2005102100
91
+ 89,2005_07_PIT_CIN,2005,REG,7,2005-10-23,Sunday,13:00,PIT,CIN,27,13,-14,Paul Brown Stadium,Home,outdoors,fieldturf,2005102305
92
+ 90,2005_07_DET_CLE,2005,REG,7,2005-10-23,Sunday,13:00,DET,CLE,13,10,-3,Cleveland Browns Stadium,Home,outdoors,grass,2005102300
93
+ 91,2005_07_IND_HOU,2005,REG,7,2005-10-23,Sunday,13:00,IND,HOU,38,20,-18,Reliant Stadium,Home,closed,grass,2005102302
94
+ 92,2005_07_GB_MIN,2005,REG,7,2005-10-23,Sunday,13:00,GB,MIN,20,23,3,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2005102301
95
+ 93,2005_07_SD_PHI,2005,REG,7,2005-10-23,Sunday,13:00,SD,PHI,17,20,3,Lincoln Financial Field,Home,outdoors,grass,2005102306
96
+ 94,2005_07_NO_STL,2005,REG,7,2005-10-23,Sunday,13:00,NO,STL,17,28,11,Edward Jones Dome,Home,dome,fieldturf,2005102304
97
+ 95,2005_07_SF_WAS,2005,REG,7,2005-10-23,Sunday,13:00,SF,WAS,17,52,35,FedExField,Home,outdoors,grass,2005102307
98
+ 96,2005_07_DAL_SEA,2005,REG,7,2005-10-23,Sunday,16:05,DAL,SEA,10,13,3,Qwest Field,Home,outdoors,fieldturf,2005102308
99
+ 97,2005_07_TEN_ARI,2005,REG,7,2005-10-23,Sunday,16:15,TEN,ARI,10,20,10,Sun Devil Stadium,Home,outdoors,grass,2005102312
100
+ 98,2005_07_BAL_CHI,2005,REG,7,2005-10-23,Sunday,16:15,BAL,CHI,6,10,4,Soldier Field,Home,outdoors,grass,2005102309
101
+ 99,2005_07_DEN_NYG,2005,REG,7,2005-10-23,Sunday,16:15,DEN,NYG,23,24,1,Giants Stadium,Home,outdoors,fieldturf,2005102311
102
+ 100,2005_07_BUF_OAK,2005,REG,7,2005-10-23,Sunday,16:15,BUF,OAK,17,38,21,McAfee Coliseum,Home,outdoors,grass,2005102310
103
+ 101,2005_07_NYJ_ATL,2005,REG,7,2005-10-24,Monday,09:00,NYJ,ATL,14,27,13,Georgia Dome,Home,dome,fieldturf,2005102400
104
+ 102,2005_08_MIN_CAR,2005,REG,8,2005-10-30,Sunday,13:00,MIN,CAR,13,38,25,Bank of America Stadium,Home,outdoors,grass,2005103006
105
+ 103,2005_08_GB_CIN,2005,REG,8,2005-10-30,Sunday,13:00,GB,CIN,14,21,7,Paul Brown Stadium,Home,outdoors,fieldturf,2005103003
106
+ 104,2005_08_ARI_DAL,2005,REG,8,2005-10-30,Sunday,13:00,ARI,DAL,13,34,21,Texas Stadium,Home,outdoors,fieldturf,2005103000
107
+ 105,2005_08_CHI_DET,2005,REG,8,2005-10-30,Sunday,13:00,CHI,DET,19,13,-6,Ford Field,Home,dome,fieldturf,2005103001
108
+ 106,2005_08_CLE_HOU,2005,REG,8,2005-10-30,Sunday,13:00,CLE,HOU,16,19,3,Reliant Stadium,Home,open,grass,2005103002
109
+ 107,2005_08_WAS_NYG,2005,REG,8,2005-10-30,Sunday,13:00,WAS,NYG,0,36,36,Giants Stadium,Home,outdoors,fieldturf,2005103008
110
+ 108,2005_08_JAX_STL,2005,REG,8,2005-10-30,Sunday,13:00,JAX,STL,21,24,3,Edward Jones Dome,Home,dome,fieldturf,2005103004
111
+ 109,2005_08_OAK_TEN,2005,REG,8,2005-10-30,Sunday,13:00,OAK,TEN,34,25,-9,The Coliseum,Home,outdoors,grass,2005103007
112
+ 110,2005_08_MIA_NO,2005,REG,8,2005-10-30,Sunday,16:05,MIA,NO,21,6,-15,Tiger Stadium (LSU),Home,outdoors,grass,2005103005
113
+ 111,2005_08_KC_SD,2005,REG,8,2005-10-30,Sunday,16:05,KC,SD,20,28,8,Qualcomm Stadium,Home,outdoors,grass,2005103009
114
+ 112,2005_08_PHI_DEN,2005,REG,8,2005-10-30,Sunday,16:15,PHI,DEN,21,49,28,Invesco Field at Mile High,Home,outdoors,grass,2005103010
115
+ 113,2005_08_TB_SF,2005,REG,8,2005-10-30,Sunday,16:15,TB,SF,10,15,5,Monster Park,Home,outdoors,grass,2005103011
116
+ 114,2005_08_BUF_NE,2005,REG,8,2005-10-30,Sunday,20:30,BUF,NE,16,21,5,Gillette Stadium,Home,outdoors,grass,2005103012
117
+ 115,2005_08_BAL_PIT,2005,REG,8,2005-10-31,Monday,09:00,BAL,PIT,19,20,1,Heinz Field,Home,outdoors,dessograss,2005103100
118
+ 116,2005_09_CIN_BAL,2005,REG,9,2005-11-06,Sunday,13:00,CIN,BAL,21,9,-12,M&T Bank Stadium,Home,outdoors,sportturf,2005110603
119
+ 117,2005_09_TEN_CLE,2005,REG,9,2005-11-06,Sunday,13:00,TEN,CLE,14,20,6,Cleveland Browns Stadium,Home,outdoors,grass,2005110608
120
+ 118,2005_09_HOU_JAX,2005,REG,9,2005-11-06,Sunday,13:00,HOU,JAX,14,21,7,Alltel Stadium,Home,outdoors,grass,2005110605
121
+ 119,2005_09_OAK_KC,2005,REG,9,2005-11-06,Sunday,13:00,OAK,KC,23,27,4,Arrowhead Stadium,Home,outdoors,grass,2005110606
122
+ 120,2005_09_ATL_MIA,2005,REG,9,2005-11-06,Sunday,13:00,ATL,MIA,17,10,-7,Dolphin Stadium,Home,outdoors,grass,2005110600
123
+ 121,2005_09_DET_MIN,2005,REG,9,2005-11-06,Sunday,13:00,DET,MIN,14,27,13,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2005110604
124
+ 122,2005_09_SD_NYJ,2005,REG,9,2005-11-06,Sunday,13:00,SD,NYJ,31,26,-5,Giants Stadium,Home,outdoors,fieldturf,2005110607
125
+ 123,2005_09_CAR_TB,2005,REG,9,2005-11-06,Sunday,13:00,CAR,TB,34,14,-20,Raymond James Stadium,Home,outdoors,grass,2005110601
126
+ 124,2005_09_SEA_ARI,2005,REG,9,2005-11-06,Sunday,16:05,SEA,ARI,33,19,-14,Sun Devil Stadium,Home,outdoors,grass,2005110610
127
+ 125,2005_09_CHI_NO,2005,REG,9,2005-11-06,Sunday,16:05,CHI,NO,20,17,-3,Tiger Stadium (LSU),Home,outdoors,grass,2005110602
128
+ 126,2005_09_NYG_SF,2005,REG,9,2005-11-06,Sunday,16:05,NYG,SF,24,6,-18,Monster Park,Home,outdoors,grass,2005110609
129
+ 127,2005_09_PIT_GB,2005,REG,9,2005-11-06,Sunday,16:15,PIT,GB,20,10,-10,Lambeau Field,Home,outdoors,grass,2005110611
130
+ 128,2005_09_PHI_WAS,2005,REG,9,2005-11-06,Sunday,20:30,PHI,WAS,10,17,7,FedExField,Home,outdoors,grass,2005110612
131
+ 129,2005_09_IND_NE,2005,REG,9,2005-11-07,Monday,09:00,IND,NE,40,21,-19,Gillette Stadium,Home,outdoors,grass,2005110700
132
+ 130,2005_10_KC_BUF,2005,REG,10,2005-11-13,Sunday,13:00,KC,BUF,3,14,11,Ralph Wilson Stadium,Home,outdoors,astroplay,2005111303
133
+ 131,2005_10_SF_CHI,2005,REG,10,2005-11-13,Sunday,13:00,SF,CHI,9,17,8,Soldier Field,Home,outdoors,grass,2005111306
134
+ 132,2005_10_ARI_DET,2005,REG,10,2005-11-13,Sunday,13:00,ARI,DET,21,29,8,Ford Field,Home,dome,fieldturf,2005111300
135
+ 133,2005_10_HOU_IND,2005,REG,10,2005-11-13,Sunday,13:00,HOU,IND,17,31,14,RCA Dome,Home,dome,fieldturf,2005111302
136
+ 134,2005_10_BAL_JAX,2005,REG,10,2005-11-13,Sunday,13:00,BAL,JAX,3,30,27,Alltel Stadium,Home,outdoors,grass,2005111301
137
+ 135,2005_10_NE_MIA,2005,REG,10,2005-11-13,Sunday,13:00,NE,MIA,23,16,-7,Dolphin Stadium,Home,outdoors,grass,2005111305
138
+ 136,2005_10_MIN_NYG,2005,REG,10,2005-11-13,Sunday,13:00,MIN,NYG,24,21,-3,Giants Stadium,Home,outdoors,fieldturf,2005111304
139
+ 137,2005_10_NYJ_CAR,2005,REG,10,2005-11-13,Sunday,16:05,NYJ,CAR,3,30,27,Bank of America Stadium,Home,outdoors,grass,2005111309
140
+ 138,2005_10_DEN_OAK,2005,REG,10,2005-11-13,Sunday,16:05,DEN,OAK,31,17,-14,McAfee Coliseum,Home,outdoors,grass,2005111308
141
+ 139,2005_10_GB_ATL,2005,REG,10,2005-11-13,Sunday,16:15,GB,ATL,33,25,-8,Georgia Dome,Home,dome,fieldturf,2005111310
142
+ 140,2005_10_STL_SEA,2005,REG,10,2005-11-13,Sunday,16:15,STL,SEA,16,31,15,Qwest Field,Home,outdoors,fieldturf,2005111311
143
+ 141,2005_10_WAS_TB,2005,REG,10,2005-11-13,Sunday,16:15,WAS,TB,35,36,1,Raymond James Stadium,Home,outdoors,grass,2005111307
144
+ 142,2005_10_CLE_PIT,2005,REG,10,2005-11-13,Sunday,20:30,CLE,PIT,21,34,13,Heinz Field,Home,outdoors,dessograss,2005111312
145
+ 143,2005_10_DAL_PHI,2005,REG,10,2005-11-14,Monday,09:00,DAL,PHI,21,20,-1,Lincoln Financial Field,Home,outdoors,grass,2005111400
146
+ 144,2005_11_TB_ATL,2005,REG,11,2005-11-20,Sunday,13:00,TB,ATL,30,27,-3,Georgia Dome,Home,dome,fieldturf,2005112009
147
+ 145,2005_11_PIT_BAL,2005,REG,11,2005-11-20,Sunday,13:00,PIT,BAL,13,16,3,M&T Bank Stadium,Home,outdoors,sportturf,2005112013
148
+ 146,2005_11_CAR_CHI,2005,REG,11,2005-11-20,Sunday,13:00,CAR,CHI,3,13,10,Soldier Field,Home,outdoors,grass,2005112001
149
+ 147,2005_11_MIA_CLE,2005,REG,11,2005-11-20,Sunday,13:00,MIA,CLE,0,22,22,Cleveland Browns Stadium,Home,outdoors,grass,2005112005
150
+ 148,2005_11_DET_DAL,2005,REG,11,2005-11-20,Sunday,13:00,DET,DAL,7,20,13,Texas Stadium,Home,outdoors,fieldturf,2005112002
151
+ 149,2005_11_NO_NE,2005,REG,11,2005-11-20,Sunday,13:00,NO,NE,17,24,7,Gillette Stadium,Home,outdoors,grass,2005112006
152
+ 150,2005_11_PHI_NYG,2005,REG,11,2005-11-20,Sunday,13:00,PHI,NYG,17,27,10,Giants Stadium,Home,outdoors,fieldturf,2005112008
153
+ 151,2005_11_ARI_STL,2005,REG,11,2005-11-20,Sunday,13:00,ARI,STL,38,28,-10,Edward Jones Dome,Home,dome,fieldturf,2005112000
154
+ 152,2005_11_JAX_TEN,2005,REG,11,2005-11-20,Sunday,13:00,JAX,TEN,31,28,-3,The Coliseum,Home,outdoors,grass,2005112004
155
+ 153,2005_11_OAK_WAS,2005,REG,11,2005-11-20,Sunday,13:00,OAK,WAS,16,13,-3,FedExField,Home,outdoors,grass,2005112007
156
+ 154,2005_11_SEA_SF,2005,REG,11,2005-11-20,Sunday,16:05,SEA,SF,27,25,-2,Monster Park,Home,outdoors,grass,2005112010
157
+ 155,2005_11_IND_CIN,2005,REG,11,2005-11-20,Sunday,16:15,IND,CIN,45,37,-8,Paul Brown Stadium,Home,outdoors,fieldturf,2005112003
158
+ 156,2005_11_NYJ_DEN,2005,REG,11,2005-11-20,Sunday,16:15,NYJ,DEN,0,27,27,Invesco Field at Mile High,Home,outdoors,grass,2005112012
159
+ 157,2005_11_BUF_SD,2005,REG,11,2005-11-20,Sunday,16:15,BUF,SD,10,48,38,Qualcomm Stadium,Home,outdoors,grass,2005112011
160
+ 158,2005_11_KC_HOU,2005,REG,11,2005-11-20,Sunday,20:30,KC,HOU,45,17,-28,Reliant Stadium,Home,open,grass,2005112014
161
+ 159,2005_11_MIN_GB,2005,REG,11,2005-11-21,Monday,09:00,MIN,GB,20,17,-3,Lambeau Field,Home,outdoors,grass,2005112100
162
+ 160,2005_12_ATL_DET,2005,REG,12,2005-11-24,Thursday,12:30,ATL,DET,27,7,-20,Ford Field,Home,dome,fieldturf,2005112400
163
+ 161,2005_12_DEN_DAL,2005,REG,12,2005-11-24,Thursday,16:15,DEN,DAL,24,21,-3,Texas Stadium,Home,outdoors,fieldturf,2005112401
164
+ 162,2005_12_CAR_BUF,2005,REG,12,2005-11-27,Sunday,13:00,CAR,BUF,13,9,-4,Ralph Wilson Stadium,Home,outdoors,astroplay,2005112701
165
+ 163,2005_12_BAL_CIN,2005,REG,12,2005-11-27,Sunday,13:00,BAL,CIN,29,42,13,Paul Brown Stadium,Home,outdoors,fieldturf,2005112700
166
+ 164,2005_12_STL_HOU,2005,REG,12,2005-11-27,Sunday,13:00,STL,HOU,33,27,-6,Reliant Stadium,Home,open,grass,2005112707
167
+ 165,2005_12_NE_KC,2005,REG,12,2005-11-27,Sunday,13:00,NE,KC,16,26,10,Arrowhead Stadium,Home,outdoors,grass,2005112704
168
+ 166,2005_12_CLE_MIN,2005,REG,12,2005-11-27,Sunday,13:00,CLE,MIN,12,24,12,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2005112703
169
+ 167,2005_12_CHI_TB,2005,REG,12,2005-11-27,Sunday,13:00,CHI,TB,13,10,-3,Raymond James Stadium,Home,outdoors,grass,2005112702
170
+ 168,2005_12_SF_TEN,2005,REG,12,2005-11-27,Sunday,13:00,SF,TEN,22,33,11,The Coliseum,Home,outdoors,grass,2005112706
171
+ 169,2005_12_SD_WAS,2005,REG,12,2005-11-27,Sunday,13:00,SD,WAS,23,17,-6,FedExField,Home,outdoors,grass,2005112705
172
+ 170,2005_12_JAX_ARI,2005,REG,12,2005-11-27,Sunday,16:05,JAX,ARI,24,17,-7,Sun Devil Stadium,Home,outdoors,grass,2005112708
173
+ 171,2005_12_MIA_OAK,2005,REG,12,2005-11-27,Sunday,16:05,MIA,OAK,33,21,-12,McAfee Coliseum,Home,outdoors,grass,2005112709
174
+ 172,2005_12_GB_PHI,2005,REG,12,2005-11-27,Sunday,16:15,GB,PHI,14,19,5,Lincoln Financial Field,Home,outdoors,grass,2005112710
175
+ 173,2005_12_NYG_SEA,2005,REG,12,2005-11-27,Sunday,16:15,NYG,SEA,21,24,3,Qwest Field,Home,outdoors,fieldturf,2005112711
176
+ 174,2005_12_NO_NYJ,2005,REG,12,2005-11-27,Sunday,20:30,NO,NYJ,21,19,-2,Giants Stadium,Home,outdoors,fieldturf,2005112712
177
+ 175,2005_12_PIT_IND,2005,REG,12,2005-11-28,Monday,09:00,PIT,IND,7,26,19,RCA Dome,Home,dome,fieldturf,2005112800
178
+ 176,2005_13_HOU_BAL,2005,REG,13,2005-12-04,Sunday,13:00,HOU,BAL,15,16,1,M&T Bank Stadium,Home,outdoors,sportturf,2005120405
179
+ 177,2005_13_ATL_CAR,2005,REG,13,2005-12-04,Sunday,13:00,ATL,CAR,6,24,18,Bank of America Stadium,Home,outdoors,grass,2005120400
180
+ 178,2005_13_GB_CHI,2005,REG,13,2005-12-04,Sunday,13:00,GB,CHI,7,19,12,Soldier Field,Home,outdoors,grass,2005120404
181
+ 179,2005_13_JAX_CLE,2005,REG,13,2005-12-04,Sunday,13:00,JAX,CLE,20,14,-6,Cleveland Browns Stadium,Home,outdoors,grass,2005120406
182
+ 180,2005_13_MIN_DET,2005,REG,13,2005-12-04,Sunday,13:00,MIN,DET,21,16,-5,Ford Field,Home,dome,fieldturf,2005120407
183
+ 181,2005_13_TEN_IND,2005,REG,13,2005-12-04,Sunday,13:00,TEN,IND,3,35,32,RCA Dome,Home,dome,fieldturf,2005120409
184
+ 182,2005_13_BUF_MIA,2005,REG,13,2005-12-04,Sunday,13:00,BUF,MIA,23,24,1,Dolphin Stadium,Home,outdoors,grass,2005120401
185
+ 183,2005_13_TB_NO,2005,REG,13,2005-12-04,Sunday,13:00,TB,NO,10,3,-7,Tiger Stadium (LSU),Home,outdoors,grass,2005120408
186
+ 184,2005_13_DAL_NYG,2005,REG,13,2005-12-04,Sunday,13:00,DAL,NYG,10,17,7,Giants Stadium,Home,outdoors,fieldturf,2005120403
187
+ 185,2005_13_CIN_PIT,2005,REG,13,2005-12-04,Sunday,13:00,CIN,PIT,38,31,-7,Heinz Field,Home,outdoors,dessograss,2005120402
188
+ 186,2005_13_ARI_SF,2005,REG,13,2005-12-04,Sunday,16:05,ARI,SF,17,10,-7,Monster Park,Home,outdoors,grass,2005120410
189
+ 187,2005_13_WAS_STL,2005,REG,13,2005-12-04,Sunday,16:05,WAS,STL,24,9,-15,Edward Jones Dome,Home,dome,fieldturf,2005120411
190
+ 188,2005_13_DEN_KC,2005,REG,13,2005-12-04,Sunday,16:15,DEN,KC,27,31,4,Arrowhead Stadium,Home,outdoors,grass,2005120412
191
+ 189,2005_13_NYJ_NE,2005,REG,13,2005-12-04,Sunday,16:15,NYJ,NE,3,16,13,Gillette Stadium,Home,outdoors,grass,2005120413
192
+ 190,2005_13_OAK_SD,2005,REG,13,2005-12-04,Sunday,20:30,OAK,SD,10,34,24,Qualcomm Stadium,Home,outdoors,grass,2005120414
193
+ 191,2005_13_SEA_PHI,2005,REG,13,2005-12-05,Monday,09:00,SEA,PHI,42,0,-42,Lincoln Financial Field,Home,outdoors,grass,2005120500
194
+ 192,2005_14_NE_BUF,2005,REG,14,2005-12-11,Sunday,13:00,NE,BUF,35,7,-28,Ralph Wilson Stadium,Home,outdoors,astroplay,2005121104
195
+ 193,2005_14_TB_CAR,2005,REG,14,2005-12-11,Sunday,13:00,TB,CAR,20,10,-10,Bank of America Stadium,Home,outdoors,grass,2005121107
196
+ 194,2005_14_CLE_CIN,2005,REG,14,2005-12-11,Sunday,13:00,CLE,CIN,20,23,3,Paul Brown Stadium,Home,outdoors,fieldturf,2005121101
197
+ 195,2005_14_IND_JAX,2005,REG,14,2005-12-11,Sunday,13:00,IND,JAX,26,18,-8,Alltel Stadium,Home,outdoors,grass,2005121103
198
+ 196,2005_14_STL_MIN,2005,REG,14,2005-12-11,Sunday,13:00,STL,MIN,13,27,14,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2005121106
199
+ 197,2005_14_OAK_NYJ,2005,REG,14,2005-12-11,Sunday,13:00,OAK,NYJ,10,26,16,Giants Stadium,Home,outdoors,fieldturf,2005121105
200
+ 198,2005_14_CHI_PIT,2005,REG,14,2005-12-11,Sunday,13:00,CHI,PIT,9,21,12,Heinz Field,Home,outdoors,dessograss,2005121100
201
+ 199,2005_14_HOU_TEN,2005,REG,14,2005-12-11,Sunday,13:00,HOU,TEN,10,13,3,The Coliseum,Home,outdoors,grass,2005121102
202
+ 200,2005_14_WAS_ARI,2005,REG,14,2005-12-11,Sunday,16:05,WAS,ARI,17,13,-4,Sun Devil Stadium,Home,outdoors,grass,2005121110
203
+ 201,2005_14_NYG_PHI,2005,REG,14,2005-12-11,Sunday,16:05,NYG,PHI,26,23,-3,Lincoln Financial Field,Home,outdoors,grass,2005121108
204
+ 202,2005_14_SF_SEA,2005,REG,14,2005-12-11,Sunday,16:05,SF,SEA,3,41,38,Qwest Field,Home,outdoors,fieldturf,2005121109
205
+ 203,2005_14_KC_DAL,2005,REG,14,2005-12-11,Sunday,16:15,KC,DAL,28,31,3,Texas Stadium,Home,outdoors,fieldturf,2005121112
206
+ 204,2005_14_BAL_DEN,2005,REG,14,2005-12-11,Sunday,16:15,BAL,DEN,10,12,2,Invesco Field at Mile High,Home,outdoors,grass,2005121111
207
+ 205,2005_14_MIA_SD,2005,REG,14,2005-12-11,Sunday,16:15,MIA,SD,23,21,-2,Qualcomm Stadium,Home,outdoors,grass,2005121113
208
+ 206,2005_14_DET_GB,2005,REG,14,2005-12-11,Sunday,20:30,DET,GB,13,16,3,Lambeau Field,Home,outdoors,grass,2005121114
209
+ 207,2005_14_NO_ATL,2005,REG,14,2005-12-12,Monday,09:00,NO,ATL,17,36,19,Georgia Dome,Home,dome,fieldturf,2005121200
210
+ 208,2005_15_TB_NE,2005,REG,15,2005-12-17,Saturday,13:30,TB,NE,0,28,28,Gillette Stadium,Home,outdoors,grass,2005121700
211
+ 209,2005_15_KC_NYG,2005,REG,15,2005-12-17,Saturday,17:00,KC,NYG,17,27,10,Giants Stadium,Home,outdoors,fieldturf,2005121701
212
+ 210,2005_15_DEN_BUF,2005,REG,15,2005-12-17,Saturday,20:30,DEN,BUF,28,17,-11,Ralph Wilson Stadium,Home,outdoors,astroplay,2005121702
213
+ 211,2005_15_ARI_HOU,2005,REG,15,2005-12-18,Sunday,13:00,ARI,HOU,19,30,11,Reliant Stadium,Home,closed,grass,2005121800
214
+ 212,2005_15_SD_IND,2005,REG,15,2005-12-18,Sunday,13:00,SD,IND,26,17,-9,RCA Dome,Home,dome,fieldturf,2005121805
215
+ 213,2005_15_SF_JAX,2005,REG,15,2005-12-18,Sunday,13:00,SF,JAX,9,10,1,Alltel Stadium,Home,outdoors,grass,2005121807
216
+ 214,2005_15_NYJ_MIA,2005,REG,15,2005-12-18,Sunday,13:00,NYJ,MIA,20,24,4,Dolphin Stadium,Home,outdoors,grass,2005121803
217
+ 215,2005_15_PIT_MIN,2005,REG,15,2005-12-18,Sunday,13:00,PIT,MIN,18,3,-15,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2005121804
218
+ 216,2005_15_CAR_NO,2005,REG,15,2005-12-18,Sunday,13:00,CAR,NO,27,10,-17,Tiger Stadium (LSU),Home,outdoors,grass,2005121801
219
+ 217,2005_15_PHI_STL,2005,REG,15,2005-12-18,Sunday,13:00,PHI,STL,17,16,-1,Edward Jones Dome,Home,dome,fieldturf,2005121810
220
+ 218,2005_15_SEA_TEN,2005,REG,15,2005-12-18,Sunday,13:00,SEA,TEN,28,24,-4,The Coliseum,Home,outdoors,grass,2005121806
221
+ 219,2005_15_CIN_DET,2005,REG,15,2005-12-18,Sunday,16:05,CIN,DET,41,17,-24,Ford Field,Home,dome,fieldturf,2005121808
222
+ 220,2005_15_CLE_OAK,2005,REG,15,2005-12-18,Sunday,16:05,CLE,OAK,9,7,-2,McAfee Coliseum,Home,outdoors,grass,2005121809
223
+ 221,2005_15_DAL_WAS,2005,REG,15,2005-12-18,Sunday,16:15,DAL,WAS,7,35,28,FedExField,Home,outdoors,grass,2005121802
224
+ 222,2005_15_ATL_CHI,2005,REG,15,2005-12-18,Sunday,20:30,ATL,CHI,3,16,13,Soldier Field,Home,outdoors,grass,2005121811
225
+ 223,2005_15_GB_BAL,2005,REG,15,2005-12-19,Monday,09:00,GB,BAL,3,48,45,M&T Bank Stadium,Home,outdoors,sportturf,2005121900
226
+ 224,2005_16_DAL_CAR,2005,REG,16,2005-12-24,Saturday,13:00,DAL,CAR,24,20,-4,Bank of America Stadium,Home,outdoors,grass,2005122402
227
+ 225,2005_16_BUF_CIN,2005,REG,16,2005-12-24,Saturday,13:00,BUF,CIN,37,27,-10,Paul Brown Stadium,Home,outdoors,fieldturf,2005122401
228
+ 226,2005_16_PIT_CLE,2005,REG,16,2005-12-24,Saturday,13:00,PIT,CLE,41,0,-41,Cleveland Browns Stadium,Home,outdoors,grass,2005122406
229
+ 227,2005_16_JAX_HOU,2005,REG,16,2005-12-24,Saturday,13:00,JAX,HOU,38,20,-18,Reliant Stadium,Home,open,grass,2005122404
230
+ 228,2005_16_SD_KC,2005,REG,16,2005-12-24,Saturday,13:00,SD,KC,7,20,13,Arrowhead Stadium,Home,outdoors,grass,2005122407
231
+ 229,2005_16_TEN_MIA,2005,REG,16,2005-12-24,Saturday,13:00,TEN,MIA,10,24,14,Dolphin Stadium,Home,outdoors,grass,2005122409
232
+ 230,2005_16_DET_NO,2005,REG,16,2005-12-24,Saturday,13:00,DET,NO,13,12,-1,Alamo Dome,Home,dome,fieldturf,2005122403
233
+ 231,2005_16_SF_STL,2005,REG,16,2005-12-24,Saturday,13:00,SF,STL,24,20,-4,Edward Jones Dome,Home,dome,fieldturf,2005122408
234
+ 232,2005_16_ATL_TB,2005,REG,16,2005-12-24,Saturday,13:00,ATL,TB,24,27,3,Raymond James Stadium,Home,outdoors,grass,2005122400
235
+ 233,2005_16_NYG_WAS,2005,REG,16,2005-12-24,Saturday,13:00,NYG,WAS,20,35,15,FedExField,Home,outdoors,grass,2005122405
236
+ 234,2005_16_PHI_ARI,2005,REG,16,2005-12-24,Saturday,16:05,PHI,ARI,21,27,6,Sun Devil Stadium,Home,outdoors,grass,2005122410
237
+ 235,2005_16_OAK_DEN,2005,REG,16,2005-12-24,Saturday,16:15,OAK,DEN,3,22,19,Invesco Field at Mile High,Home,outdoors,grass,2005122412
238
+ 236,2005_16_IND_SEA,2005,REG,16,2005-12-24,Saturday,16:15,IND,SEA,13,28,15,Qwest Field,Home,outdoors,fieldturf,2005122411
239
+ 237,2005_16_CHI_GB,2005,REG,16,2005-12-25,Sunday,17:00,CHI,GB,24,17,-7,Lambeau Field,Home,outdoors,grass,2005122500
240
+ 238,2005_16_MIN_BAL,2005,REG,16,2005-12-25,Sunday,20:30,MIN,BAL,23,30,7,M&T Bank Stadium,Home,outdoors,sportturf,2005122501
241
+ 239,2005_16_NE_NYJ,2005,REG,16,2005-12-26,Monday,09:00,NE,NYJ,31,21,-10,Giants Stadium,Home,outdoors,fieldturf,2005122600
242
+ 240,2005_17_DEN_SD,2005,REG,17,2005-12-31,Saturday,16:30,DEN,SD,23,7,-16,Qualcomm Stadium,Home,outdoors,grass,2005123100
243
+ 241,2005_17_NYG_OAK,2005,REG,17,2005-12-31,Saturday,20:00,NYG,OAK,30,21,-9,McAfee Coliseum,Home,outdoors,grass,2005123101
244
+ 242,2005_17_CAR_ATL,2005,REG,17,2006-01-01,Sunday,13:00,CAR,ATL,44,11,-33,Georgia Dome,Home,dome,fieldturf,2006010103
245
+ 243,2005_17_BAL_CLE,2005,REG,17,2006-01-01,Sunday,13:00,BAL,CLE,16,20,4,Cleveland Browns Stadium,Home,outdoors,grass,2006010101
246
+ 244,2005_17_SEA_GB,2005,REG,17,2006-01-01,Sunday,13:00,SEA,GB,17,23,6,Lambeau Field,Home,outdoors,grass,2006010111
247
+ 245,2005_17_ARI_IND,2005,REG,17,2006-01-01,Sunday,13:00,ARI,IND,13,17,4,RCA Dome,Home,dome,fieldturf,2006010100
248
+ 246,2005_17_CIN_KC,2005,REG,17,2006-01-01,Sunday,13:00,CIN,KC,3,37,34,Arrowhead Stadium,Home,outdoors,grass,2006010105
249
+ 247,2005_17_MIA_NE,2005,REG,17,2006-01-01,Sunday,13:00,MIA,NE,28,26,-2,Gillette Stadium,Home,outdoors,grass,2006010107
250
+ 248,2005_17_BUF_NYJ,2005,REG,17,2006-01-01,Sunday,13:00,BUF,NYJ,26,30,4,Giants Stadium,Home,outdoors,fieldturf,2006010102
251
+ 249,2005_17_DET_PIT,2005,REG,17,2006-01-01,Sunday,13:00,DET,PIT,21,35,14,Heinz Field,Home,outdoors,dessograss,2006010106
252
+ 250,2005_17_NO_TB,2005,REG,17,2006-01-01,Sunday,13:00,NO,TB,13,27,14,Raymond James Stadium,Home,outdoors,grass,2006010108
253
+ 251,2005_17_TEN_JAX,2005,REG,17,2006-01-01,Sunday,16:05,TEN,JAX,13,40,27,Alltel Stadium,Home,outdoors,grass,2006010110
254
+ 252,2005_17_HOU_SF,2005,REG,17,2006-01-01,Sunday,16:05,HOU,SF,17,20,3,Monster Park,Home,outdoors,grass,2006010109
255
+ 253,2005_17_CHI_MIN,2005,REG,17,2006-01-01,Sunday,16:15,CHI,MIN,10,34,24,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2006010104
256
+ 254,2005_17_WAS_PHI,2005,REG,17,2006-01-01,Sunday,16:15,WAS,PHI,31,20,-11,Lincoln Financial Field,Home,outdoors,grass,2006010112
257
+ 255,2005_17_STL_DAL,2005,REG,17,2006-01-01,Sunday,20:30,STL,DAL,20,10,-10,Texas Stadium,Home,outdoors,fieldturf,2006010113
258
+ 256,2005_18_WAS_TB,2005,WC,18,2006-01-07,Saturday,16:30,WAS,TB,17,10,-7,Raymond James Stadium,Home,outdoors,grass,2006010701
259
+ 257,2005_18_JAX_NE,2005,WC,18,2006-01-07,Saturday,20:00,JAX,NE,3,28,25,Gillette Stadium,Home,outdoors,grass,2006010700
260
+ 258,2005_18_CAR_NYG,2005,WC,18,2006-01-08,Sunday,13:00,CAR,NYG,23,0,-23,Giants Stadium,Home,outdoors,fieldturf,2006010801
261
+ 259,2005_18_PIT_CIN,2005,WC,18,2006-01-08,Sunday,16:30,PIT,CIN,31,17,-14,Paul Brown Stadium,Home,outdoors,fieldturf,2006010800
262
+ 260,2005_19_WAS_SEA,2005,DIV,19,2006-01-14,Saturday,16:30,WAS,SEA,10,20,10,Qwest Field,Home,outdoors,fieldturf,2006011400
263
+ 261,2005_19_NE_DEN,2005,DIV,19,2006-01-14,Saturday,20:00,NE,DEN,13,27,14,Invesco Field at Mile High,Home,outdoors,grass,2006011401
264
+ 262,2005_19_PIT_IND,2005,DIV,19,2006-01-15,Sunday,13:00,PIT,IND,21,18,-3,RCA Dome,Home,dome,fieldturf,2006011500
265
+ 263,2005_19_CAR_CHI,2005,DIV,19,2006-01-15,Sunday,16:30,CAR,CHI,29,21,-8,Soldier Field,Home,outdoors,grass,2006011501
266
+ 264,2005_20_PIT_DEN,2005,CON,20,2006-01-22,Sunday,15:00,PIT,DEN,34,17,-17,Invesco Field at Mile High,Home,outdoors,grass,2006012200
267
+ 265,2005_20_CAR_SEA,2005,CON,20,2006-01-22,Sunday,18:30,CAR,SEA,14,34,20,Qwest Field,Home,outdoors,fieldturf,2006012201
268
+ 266,2005_21_SEA_PIT,2005,SB,21,2006-02-05,Sunday,18:30,SEA,PIT,10,21,11,Ford Field,Neutral,dome,fieldturf,2006020500
Source/Build/nfl_data_py/data/schedules/2006.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2006_01_MIA_PIT,2006,REG,1,2006-09-07,Thursday,20:30,MIA,PIT,17,28,11,Heinz Field,Home,outdoors,dessograss,2006090700
3
+ 1,2006_01_ATL_CAR,2006,REG,1,2006-09-10,Sunday,13:00,ATL,CAR,20,6,-14,Bank of America Stadium,Home,outdoors,grass,2006091000
4
+ 2,2006_01_NO_CLE,2006,REG,1,2006-09-10,Sunday,13:00,NO,CLE,19,14,-5,Cleveland Browns Stadium,Home,outdoors,grass,2006091001
5
+ 3,2006_01_SEA_DET,2006,REG,1,2006-09-10,Sunday,13:00,SEA,DET,9,6,-3,Ford Field,Home,dome,fieldturf,2006091002
6
+ 4,2006_01_PHI_HOU,2006,REG,1,2006-09-10,Sunday,13:00,PHI,HOU,24,10,-14,Reliant Stadium,Home,closed,grass,2006091003
7
+ 5,2006_01_CIN_KC,2006,REG,1,2006-09-10,Sunday,13:00,CIN,KC,23,10,-13,Arrowhead Stadium,Home,outdoors,grass,2006091004
8
+ 6,2006_01_BUF_NE,2006,REG,1,2006-09-10,Sunday,13:00,BUF,NE,17,19,2,Gillette Stadium,Home,outdoors,grass,2006091005
9
+ 7,2006_01_DEN_STL,2006,REG,1,2006-09-10,Sunday,13:00,DEN,STL,10,18,8,Edward Jones Dome,Home,dome,fieldturf,2006091006
10
+ 8,2006_01_BAL_TB,2006,REG,1,2006-09-10,Sunday,13:00,BAL,TB,27,0,-27,Raymond James Stadium,Home,outdoors,grass,2006091007
11
+ 9,2006_01_NYJ_TEN,2006,REG,1,2006-09-10,Sunday,13:00,NYJ,TEN,23,16,-7,LP Field,Home,outdoors,grass,2006091008
12
+ 10,2006_01_SF_ARI,2006,REG,1,2006-09-10,Sunday,16:15,SF,ARI,27,34,7,University of Phoenix Stadium,Home,closed,grass,2006091009
13
+ 11,2006_01_CHI_GB,2006,REG,1,2006-09-10,Sunday,16:15,CHI,GB,26,0,-26,Lambeau Field,Home,outdoors,grass,2006091010
14
+ 12,2006_01_DAL_JAX,2006,REG,1,2006-09-10,Sunday,16:15,DAL,JAX,17,24,7,Alltel Stadium,Home,outdoors,grass,2006091011
15
+ 13,2006_01_IND_NYG,2006,REG,1,2006-09-10,Sunday,20:15,IND,NYG,26,21,-5,Giants Stadium,Home,outdoors,fieldturf,2006091012
16
+ 14,2006_01_MIN_WAS,2006,REG,1,2006-09-11,Monday,19:00,MIN,WAS,19,16,-3,FedExField,Home,outdoors,grass,2006091100
17
+ 15,2006_01_SD_OAK,2006,REG,1,2006-09-11,Monday,22:15,SD,OAK,27,0,-27,McAfee Coliseum,Home,outdoors,grass,2006091101
18
+ 16,2006_02_TB_ATL,2006,REG,2,2006-09-17,Sunday,13:00,TB,ATL,3,14,11,Georgia Dome,Home,dome,fieldturf,2006091700
19
+ 17,2006_02_OAK_BAL,2006,REG,2,2006-09-17,Sunday,13:00,OAK,BAL,6,28,22,M&T Bank Stadium,Home,outdoors,sportturf,2006091701
20
+ 18,2006_02_DET_CHI,2006,REG,2,2006-09-17,Sunday,13:00,DET,CHI,7,34,27,Soldier Field,Home,outdoors,grass,2006091702
21
+ 19,2006_02_CLE_CIN,2006,REG,2,2006-09-17,Sunday,13:00,CLE,CIN,17,34,17,Paul Brown Stadium,Home,outdoors,fieldturf,2006091703
22
+ 20,2006_02_NO_GB,2006,REG,2,2006-09-17,Sunday,13:00,NO,GB,34,27,-7,Lambeau Field,Home,outdoors,grass,2006091704
23
+ 21,2006_02_HOU_IND,2006,REG,2,2006-09-17,Sunday,13:00,HOU,IND,24,43,19,RCA Dome,Home,dome,fieldturf,2006091705
24
+ 22,2006_02_BUF_MIA,2006,REG,2,2006-09-17,Sunday,13:00,BUF,MIA,16,6,-10,Dolphin Stadium,Home,outdoors,grass,2006091706
25
+ 23,2006_02_CAR_MIN,2006,REG,2,2006-09-17,Sunday,13:00,CAR,MIN,13,16,3,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2006091707
26
+ 24,2006_02_NYG_PHI,2006,REG,2,2006-09-17,Sunday,13:00,NYG,PHI,30,24,-6,Lincoln Financial Field,Home,outdoors,grass,2006091708
27
+ 25,2006_02_ARI_SEA,2006,REG,2,2006-09-17,Sunday,16:05,ARI,SEA,10,21,11,Qwest Field,Home,outdoors,fieldturf,2006091710
28
+ 26,2006_02_STL_SF,2006,REG,2,2006-09-17,Sunday,16:05,STL,SF,13,20,7,Monster Park,Home,outdoors,grass,2006091709
29
+ 27,2006_02_KC_DEN,2006,REG,2,2006-09-17,Sunday,16:15,KC,DEN,6,9,3,Invesco Field at Mile High,Home,outdoors,grass,2006091711
30
+ 28,2006_02_NE_NYJ,2006,REG,2,2006-09-17,Sunday,16:15,NE,NYJ,24,17,-7,Giants Stadium,Home,outdoors,fieldturf,2006091712
31
+ 29,2006_02_TEN_SD,2006,REG,2,2006-09-17,Sunday,16:15,TEN,SD,7,40,33,Qualcomm Stadium,Home,outdoors,grass,2006091713
32
+ 30,2006_02_WAS_DAL,2006,REG,2,2006-09-17,Sunday,20:15,WAS,DAL,10,27,17,Texas Stadium,Home,outdoors,fieldturf,2006091714
33
+ 31,2006_02_PIT_JAX,2006,REG,2,2006-09-18,Monday,20:30,PIT,JAX,0,9,9,Alltel Stadium,Home,outdoors,grass,2006091800
34
+ 32,2006_03_NYJ_BUF,2006,REG,3,2006-09-24,Sunday,13:00,NYJ,BUF,28,20,-8,Ralph Wilson Stadium,Home,outdoors,astroplay,2006092400
35
+ 33,2006_03_GB_DET,2006,REG,3,2006-09-24,Sunday,13:00,GB,DET,31,24,-7,Ford Field,Home,dome,fieldturf,2006092401
36
+ 34,2006_03_WAS_HOU,2006,REG,3,2006-09-24,Sunday,13:00,WAS,HOU,31,15,-16,Reliant Stadium,Home,closed,grass,2006092402
37
+ 35,2006_03_JAX_IND,2006,REG,3,2006-09-24,Sunday,13:00,JAX,IND,14,21,7,RCA Dome,Home,dome,fieldturf,2006092403
38
+ 36,2006_03_TEN_MIA,2006,REG,3,2006-09-24,Sunday,13:00,TEN,MIA,10,13,3,Dolphin Stadium,Home,outdoors,grass,2006092404
39
+ 37,2006_03_CHI_MIN,2006,REG,3,2006-09-24,Sunday,13:00,CHI,MIN,19,16,-3,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2006092405
40
+ 38,2006_03_CIN_PIT,2006,REG,3,2006-09-24,Sunday,13:00,CIN,PIT,28,20,-8,Heinz Field,Home,outdoors,dessograss,2006092406
41
+ 39,2006_03_CAR_TB,2006,REG,3,2006-09-24,Sunday,13:00,CAR,TB,26,24,-2,Raymond James Stadium,Home,outdoors,grass,2006092407
42
+ 40,2006_03_BAL_CLE,2006,REG,3,2006-09-24,Sunday,16:05,BAL,CLE,15,14,-1,Cleveland Browns Stadium,Home,outdoors,grass,2006092408
43
+ 41,2006_03_STL_ARI,2006,REG,3,2006-09-24,Sunday,16:15,STL,ARI,16,14,-2,University of Phoenix Stadium,Home,closed,grass,2006092409
44
+ 42,2006_03_NYG_SEA,2006,REG,3,2006-09-24,Sunday,16:15,NYG,SEA,30,42,12,Qwest Field,Home,outdoors,fieldturf,2006092411
45
+ 43,2006_03_PHI_SF,2006,REG,3,2006-09-24,Sunday,16:15,PHI,SF,38,24,-14,Monster Park,Home,outdoors,grass,2006092410
46
+ 44,2006_03_DEN_NE,2006,REG,3,2006-09-24,Sunday,20:15,DEN,NE,17,7,-10,Gillette Stadium,Home,outdoors,grass,2006092412
47
+ 45,2006_03_ATL_NO,2006,REG,3,2006-09-25,Monday,20:30,ATL,NO,3,23,20,Louisiana Superdome,Home,dome,fieldturf,2006092500
48
+ 46,2006_04_ARI_ATL,2006,REG,4,2006-10-01,Sunday,13:00,ARI,ATL,10,32,22,Georgia Dome,Home,dome,fieldturf,2006100100
49
+ 47,2006_04_SD_BAL,2006,REG,4,2006-10-01,Sunday,13:00,SD,BAL,13,16,3,M&T Bank Stadium,Home,outdoors,sportturf,2006100101
50
+ 48,2006_04_MIN_BUF,2006,REG,4,2006-10-01,Sunday,13:00,MIN,BUF,12,17,5,Ralph Wilson Stadium,Home,outdoors,astroplay,2006100102
51
+ 49,2006_04_NO_CAR,2006,REG,4,2006-10-01,Sunday,13:00,NO,CAR,18,21,3,Bank of America Stadium,Home,outdoors,grass,2006100103
52
+ 50,2006_04_MIA_HOU,2006,REG,4,2006-10-01,Sunday,13:00,MIA,HOU,15,17,2,Reliant Stadium,Home,closed,grass,2006100104
53
+ 51,2006_04_SF_KC,2006,REG,4,2006-10-01,Sunday,13:00,SF,KC,0,41,41,Arrowhead Stadium,Home,outdoors,grass,2006100105
54
+ 52,2006_04_IND_NYJ,2006,REG,4,2006-10-01,Sunday,13:00,IND,NYJ,31,28,-3,Giants Stadium,Home,outdoors,fieldturf,2006100106
55
+ 53,2006_04_DAL_TEN,2006,REG,4,2006-10-01,Sunday,13:00,DAL,TEN,45,14,-31,LP Field,Home,outdoors,grass,2006100107
56
+ 54,2006_04_DET_STL,2006,REG,4,2006-10-01,Sunday,16:05,DET,STL,34,41,7,Edward Jones Dome,Home,dome,fieldturf,2006100108
57
+ 55,2006_04_NE_CIN,2006,REG,4,2006-10-01,Sunday,16:15,NE,CIN,38,13,-25,Paul Brown Stadium,Home,outdoors,fieldturf,2006100109
58
+ 56,2006_04_CLE_OAK,2006,REG,4,2006-10-01,Sunday,16:15,CLE,OAK,24,21,-3,McAfee Coliseum,Home,outdoors,grass,2006100110
59
+ 57,2006_04_JAX_WAS,2006,REG,4,2006-10-01,Sunday,16:15,JAX,WAS,30,36,6,FedExField,Home,outdoors,grass,2006100111
60
+ 58,2006_04_SEA_CHI,2006,REG,4,2006-10-01,Sunday,20:15,SEA,CHI,6,37,31,Soldier Field,Home,outdoors,grass,2006100112
61
+ 59,2006_04_GB_PHI,2006,REG,4,2006-10-02,Monday,20:30,GB,PHI,9,31,22,Lincoln Financial Field,Home,outdoors,grass,2006100200
62
+ 60,2006_05_CLE_CAR,2006,REG,5,2006-10-08,Sunday,13:00,CLE,CAR,12,20,8,Bank of America Stadium,Home,outdoors,grass,2006100800
63
+ 61,2006_05_BUF_CHI,2006,REG,5,2006-10-08,Sunday,13:00,BUF,CHI,7,40,33,Soldier Field,Home,outdoors,grass,2006100801
64
+ 62,2006_05_STL_GB,2006,REG,5,2006-10-08,Sunday,13:00,STL,GB,23,20,-3,Lambeau Field,Home,outdoors,grass,2006100802
65
+ 63,2006_05_TEN_IND,2006,REG,5,2006-10-08,Sunday,13:00,TEN,IND,13,14,1,RCA Dome,Home,dome,fieldturf,2006100803
66
+ 64,2006_05_DET_MIN,2006,REG,5,2006-10-08,Sunday,13:00,DET,MIN,17,26,9,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2006100804
67
+ 65,2006_05_MIA_NE,2006,REG,5,2006-10-08,Sunday,13:00,MIA,NE,10,20,10,Gillette Stadium,Home,outdoors,grass,2006100805
68
+ 66,2006_05_TB_NO,2006,REG,5,2006-10-08,Sunday,13:00,TB,NO,21,24,3,Louisiana Superdome,Home,dome,fieldturf,2006100806
69
+ 67,2006_05_WAS_NYG,2006,REG,5,2006-10-08,Sunday,13:00,WAS,NYG,3,19,16,Giants Stadium,Home,outdoors,fieldturf,2006100807
70
+ 68,2006_05_KC_ARI,2006,REG,5,2006-10-08,Sunday,16:05,KC,ARI,23,20,-3,University of Phoenix Stadium,Home,closed,grass,2006100808
71
+ 69,2006_05_NYJ_JAX,2006,REG,5,2006-10-08,Sunday,16:05,NYJ,JAX,0,41,41,Alltel Stadium,Home,outdoors,grass,2006100809
72
+ 70,2006_05_OAK_SF,2006,REG,5,2006-10-08,Sunday,16:05,OAK,SF,20,34,14,Monster Park,Home,outdoors,grass,2006100810
73
+ 71,2006_05_DAL_PHI,2006,REG,5,2006-10-08,Sunday,16:15,DAL,PHI,24,38,14,Lincoln Financial Field,Home,outdoors,grass,2006100811
74
+ 72,2006_05_PIT_SD,2006,REG,5,2006-10-08,Sunday,20:15,PIT,SD,13,23,10,Qualcomm Stadium,Home,outdoors,grass,2006100812
75
+ 73,2006_05_BAL_DEN,2006,REG,5,2006-10-09,Monday,20:30,BAL,DEN,3,13,10,Invesco Field at Mile High,Home,outdoors,grass,2006100900
76
+ 74,2006_06_NYG_ATL,2006,REG,6,2006-10-15,Sunday,13:00,NYG,ATL,27,14,-13,Georgia Dome,Home,dome,fieldturf,2006101500
77
+ 75,2006_06_CAR_BAL,2006,REG,6,2006-10-15,Sunday,13:00,CAR,BAL,23,21,-2,M&T Bank Stadium,Home,outdoors,sportturf,2006101501
78
+ 76,2006_06_HOU_DAL,2006,REG,6,2006-10-15,Sunday,13:00,HOU,DAL,6,34,28,Texas Stadium,Home,outdoors,fieldturf,2006101502
79
+ 77,2006_06_BUF_DET,2006,REG,6,2006-10-15,Sunday,13:00,BUF,DET,17,20,3,Ford Field,Home,dome,fieldturf,2006101503
80
+ 78,2006_06_PHI_NO,2006,REG,6,2006-10-15,Sunday,13:00,PHI,NO,24,27,3,Louisiana Superdome,Home,dome,fieldturf,2006101504
81
+ 79,2006_06_SEA_STL,2006,REG,6,2006-10-15,Sunday,13:00,SEA,STL,30,28,-2,Edward Jones Dome,Home,dome,fieldturf,2006101505
82
+ 80,2006_06_CIN_TB,2006,REG,6,2006-10-15,Sunday,13:00,CIN,TB,13,14,1,Raymond James Stadium,Home,outdoors,grass,2006101506
83
+ 81,2006_06_TEN_WAS,2006,REG,6,2006-10-15,Sunday,13:00,TEN,WAS,25,22,-3,FedExField,Home,outdoors,grass,2006101507
84
+ 82,2006_06_MIA_NYJ,2006,REG,6,2006-10-15,Sunday,16:15,MIA,NYJ,17,20,3,Giants Stadium,Home,outdoors,fieldturf,2006101508
85
+ 83,2006_06_KC_PIT,2006,REG,6,2006-10-15,Sunday,16:15,KC,PIT,7,45,38,Heinz Field,Home,outdoors,dessograss,2006101509
86
+ 84,2006_06_SD_SF,2006,REG,6,2006-10-15,Sunday,16:15,SD,SF,48,19,-29,Monster Park,Home,outdoors,grass,2006101510
87
+ 85,2006_06_OAK_DEN,2006,REG,6,2006-10-15,Sunday,20:15,OAK,DEN,3,13,10,Invesco Field at Mile High,Home,outdoors,grass,2006101511
88
+ 86,2006_06_CHI_ARI,2006,REG,6,2006-10-16,Monday,20:30,CHI,ARI,24,23,-1,University of Phoenix Stadium,Home,open,grass,2006101600
89
+ 87,2006_07_PIT_ATL,2006,REG,7,2006-10-22,Sunday,13:00,PIT,ATL,38,41,3,Georgia Dome,Home,dome,fieldturf,2006102200
90
+ 88,2006_07_NE_BUF,2006,REG,7,2006-10-22,Sunday,13:00,NE,BUF,28,6,-22,Ralph Wilson Stadium,Home,outdoors,astroplay,2006102201
91
+ 89,2006_07_CAR_CIN,2006,REG,7,2006-10-22,Sunday,13:00,CAR,CIN,14,17,3,Paul Brown Stadium,Home,outdoors,fieldturf,2006102202
92
+ 90,2006_07_JAX_HOU,2006,REG,7,2006-10-22,Sunday,13:00,JAX,HOU,7,27,20,Reliant Stadium,Home,open,grass,2006102203
93
+ 91,2006_07_SD_KC,2006,REG,7,2006-10-22,Sunday,13:00,SD,KC,27,30,3,Arrowhead Stadium,Home,outdoors,grass,2006102204
94
+ 92,2006_07_GB_MIA,2006,REG,7,2006-10-22,Sunday,13:00,GB,MIA,34,24,-10,Dolphin Stadium,Home,outdoors,grass,2006102205
95
+ 93,2006_07_DET_NYJ,2006,REG,7,2006-10-22,Sunday,13:00,DET,NYJ,24,31,7,Giants Stadium,Home,outdoors,fieldturf,2006102206
96
+ 94,2006_07_PHI_TB,2006,REG,7,2006-10-22,Sunday,13:00,PHI,TB,21,23,2,Raymond James Stadium,Home,outdoors,grass,2006102207
97
+ 95,2006_07_DEN_CLE,2006,REG,7,2006-10-22,Sunday,16:05,DEN,CLE,17,7,-10,Cleveland Browns Stadium,Home,outdoors,grass,2006102208
98
+ 96,2006_07_WAS_IND,2006,REG,7,2006-10-22,Sunday,16:15,WAS,IND,22,36,14,RCA Dome,Home,dome,fieldturf,2006102209
99
+ 97,2006_07_ARI_OAK,2006,REG,7,2006-10-22,Sunday,16:15,ARI,OAK,9,22,13,McAfee Coliseum,Home,outdoors,grass,2006102210
100
+ 98,2006_07_MIN_SEA,2006,REG,7,2006-10-22,Sunday,16:15,MIN,SEA,31,13,-18,Qwest Field,Home,outdoors,fieldturf,2006102211
101
+ 99,2006_07_NYG_DAL,2006,REG,7,2006-10-23,Monday,20:30,NYG,DAL,36,22,-14,Texas Stadium,Home,outdoors,fieldturf,2006102300
102
+ 100,2006_08_SF_CHI,2006,REG,8,2006-10-29,Sunday,13:00,SF,CHI,10,41,31,Soldier Field,Home,outdoors,grass,2006102900
103
+ 101,2006_08_ATL_CIN,2006,REG,8,2006-10-29,Sunday,13:00,ATL,CIN,29,27,-2,Paul Brown Stadium,Home,outdoors,fieldturf,2006102901
104
+ 102,2006_08_ARI_GB,2006,REG,8,2006-10-29,Sunday,13:00,ARI,GB,14,31,17,Lambeau Field,Home,outdoors,grass,2006102902
105
+ 103,2006_08_SEA_KC,2006,REG,8,2006-10-29,Sunday,13:00,SEA,KC,28,35,7,Arrowhead Stadium,Home,outdoors,grass,2006102903
106
+ 104,2006_08_BAL_NO,2006,REG,8,2006-10-29,Sunday,13:00,BAL,NO,35,22,-13,Louisiana Superdome,Home,dome,fieldturf,2006102904
107
+ 105,2006_08_TB_NYG,2006,REG,8,2006-10-29,Sunday,13:00,TB,NYG,3,17,14,Giants Stadium,Home,outdoors,fieldturf,2006102905
108
+ 106,2006_08_JAX_PHI,2006,REG,8,2006-10-29,Sunday,13:00,JAX,PHI,13,6,-7,Lincoln Financial Field,Home,outdoors,grass,2006102906
109
+ 107,2006_08_HOU_TEN,2006,REG,8,2006-10-29,Sunday,13:00,HOU,TEN,22,28,6,LP Field,Home,outdoors,grass,2006102907
110
+ 108,2006_08_STL_SD,2006,REG,8,2006-10-29,Sunday,16:05,STL,SD,24,38,14,Qualcomm Stadium,Home,outdoors,grass,2006102908
111
+ 109,2006_08_NYJ_CLE,2006,REG,8,2006-10-29,Sunday,16:15,NYJ,CLE,13,20,7,Cleveland Browns Stadium,Home,outdoors,grass,2006102909
112
+ 110,2006_08_IND_DEN,2006,REG,8,2006-10-29,Sunday,16:15,IND,DEN,34,31,-3,Invesco Field at Mile High,Home,outdoors,grass,2006102910
113
+ 111,2006_08_PIT_OAK,2006,REG,8,2006-10-29,Sunday,16:15,PIT,OAK,13,20,7,McAfee Coliseum,Home,outdoors,grass,2006102911
114
+ 112,2006_08_DAL_CAR,2006,REG,8,2006-10-29,Sunday,20:15,DAL,CAR,35,14,-21,Bank of America Stadium,Home,outdoors,grass,2006102912
115
+ 113,2006_08_NE_MIN,2006,REG,8,2006-10-30,Monday,20:30,NE,MIN,31,7,-24,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2006103000
116
+ 114,2006_09_CIN_BAL,2006,REG,9,2006-11-05,Sunday,13:00,CIN,BAL,20,26,6,M&T Bank Stadium,Home,outdoors,sportturf,2006110500
117
+ 115,2006_09_GB_BUF,2006,REG,9,2006-11-05,Sunday,13:00,GB,BUF,10,24,14,Ralph Wilson Stadium,Home,outdoors,astroplay,2006110501
118
+ 116,2006_09_MIA_CHI,2006,REG,9,2006-11-05,Sunday,13:00,MIA,CHI,31,13,-18,Soldier Field,Home,outdoors,grass,2006110502
119
+ 117,2006_09_ATL_DET,2006,REG,9,2006-11-05,Sunday,13:00,ATL,DET,14,30,16,Ford Field,Home,dome,fieldturf,2006110503
120
+ 118,2006_09_TEN_JAX,2006,REG,9,2006-11-05,Sunday,13:00,TEN,JAX,7,37,30,Alltel Stadium,Home,outdoors,grass,2006110504
121
+ 119,2006_09_HOU_NYG,2006,REG,9,2006-11-05,Sunday,13:00,HOU,NYG,10,14,4,Giants Stadium,Home,outdoors,fieldturf,2006110505
122
+ 120,2006_09_KC_STL,2006,REG,9,2006-11-05,Sunday,13:00,KC,STL,31,17,-14,Edward Jones Dome,Home,dome,fieldturf,2006110506
123
+ 121,2006_09_NO_TB,2006,REG,9,2006-11-05,Sunday,13:00,NO,TB,31,14,-17,Raymond James Stadium,Home,outdoors,grass,2006110507
124
+ 122,2006_09_DAL_WAS,2006,REG,9,2006-11-05,Sunday,13:00,DAL,WAS,19,22,3,FedExField,Home,outdoors,grass,2006110508
125
+ 123,2006_09_MIN_SF,2006,REG,9,2006-11-05,Sunday,16:05,MIN,SF,3,9,6,Monster Park,Home,outdoors,grass,2006110509
126
+ 124,2006_09_DEN_PIT,2006,REG,9,2006-11-05,Sunday,16:15,DEN,PIT,31,20,-11,Heinz Field,Home,outdoors,dessograss,2006110510
127
+ 125,2006_09_CLE_SD,2006,REG,9,2006-11-05,Sunday,16:15,CLE,SD,25,32,7,Qualcomm Stadium,Home,outdoors,grass,2006110511
128
+ 126,2006_09_IND_NE,2006,REG,9,2006-11-05,Sunday,20:15,IND,NE,27,20,-7,Gillette Stadium,Home,outdoors,grass,2006110512
129
+ 127,2006_09_OAK_SEA,2006,REG,9,2006-11-06,Monday,20:30,OAK,SEA,0,16,16,Qwest Field,Home,outdoors,fieldturf,2006110600
130
+ 128,2006_10_CLE_ATL,2006,REG,10,2006-11-12,Sunday,13:00,CLE,ATL,17,13,-4,Georgia Dome,Home,dome,fieldturf,2006111200
131
+ 129,2006_10_SD_CIN,2006,REG,10,2006-11-12,Sunday,13:00,SD,CIN,49,41,-8,Paul Brown Stadium,Home,outdoors,fieldturf,2006111201
132
+ 130,2006_10_SF_DET,2006,REG,10,2006-11-12,Sunday,13:00,SF,DET,19,13,-6,Ford Field,Home,dome,fieldturf,2006111202
133
+ 131,2006_10_BUF_IND,2006,REG,10,2006-11-12,Sunday,13:00,BUF,IND,16,17,1,RCA Dome,Home,dome,fieldturf,2006111203
134
+ 132,2006_10_HOU_JAX,2006,REG,10,2006-11-12,Sunday,13:00,HOU,JAX,13,10,-3,Alltel Stadium,Home,outdoors,grass,2006111204
135
+ 133,2006_10_KC_MIA,2006,REG,10,2006-11-12,Sunday,13:00,KC,MIA,10,13,3,Dolphin Stadium,Home,outdoors,grass,2006111205
136
+ 134,2006_10_GB_MIN,2006,REG,10,2006-11-12,Sunday,13:00,GB,MIN,23,17,-6,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2006111206
137
+ 135,2006_10_NYJ_NE,2006,REG,10,2006-11-12,Sunday,13:00,NYJ,NE,17,14,-3,Gillette Stadium,Home,outdoors,grass,2006111207
138
+ 136,2006_10_WAS_PHI,2006,REG,10,2006-11-12,Sunday,13:00,WAS,PHI,3,27,24,Lincoln Financial Field,Home,outdoors,grass,2006111209
139
+ 137,2006_10_BAL_TEN,2006,REG,10,2006-11-12,Sunday,13:00,BAL,TEN,27,26,-1,LP Field,Home,outdoors,grass,2006111211
140
+ 138,2006_10_DEN_OAK,2006,REG,10,2006-11-12,Sunday,16:05,DEN,OAK,17,13,-4,McAfee Coliseum,Home,outdoors,grass,2006111212
141
+ 139,2006_10_DAL_ARI,2006,REG,10,2006-11-12,Sunday,16:15,DAL,ARI,27,10,-17,University of Phoenix Stadium,Home,open,grass,2006111213
142
+ 140,2006_10_NO_PIT,2006,REG,10,2006-11-12,Sunday,16:15,NO,PIT,31,38,7,Heinz Field,Home,outdoors,dessograss,2006111210
143
+ 141,2006_10_STL_SEA,2006,REG,10,2006-11-12,Sunday,16:15,STL,SEA,22,24,2,Qwest Field,Home,outdoors,fieldturf,2006111214
144
+ 142,2006_10_CHI_NYG,2006,REG,10,2006-11-12,Sunday,20:15,CHI,NYG,38,20,-18,Giants Stadium,Home,outdoors,fieldturf,2006111208
145
+ 143,2006_10_TB_CAR,2006,REG,10,2006-11-13,Monday,20:30,TB,CAR,10,24,14,Bank of America Stadium,Home,outdoors,grass,2006111300
146
+ 144,2006_11_ATL_BAL,2006,REG,11,2006-11-19,Sunday,13:00,ATL,BAL,10,24,14,M&T Bank Stadium,Home,outdoors,sportturf,2006111900
147
+ 145,2006_11_STL_CAR,2006,REG,11,2006-11-19,Sunday,13:00,STL,CAR,0,15,15,Bank of America Stadium,Home,outdoors,grass,2006111901
148
+ 146,2006_11_PIT_CLE,2006,REG,11,2006-11-19,Sunday,13:00,PIT,CLE,24,20,-4,Cleveland Browns Stadium,Home,outdoors,grass,2006111902
149
+ 147,2006_11_NE_GB,2006,REG,11,2006-11-19,Sunday,13:00,NE,GB,35,0,-35,Lambeau Field,Home,outdoors,grass,2006111904
150
+ 148,2006_11_BUF_HOU,2006,REG,11,2006-11-19,Sunday,13:00,BUF,HOU,24,21,-3,Reliant Stadium,Home,open,grass,2006111905
151
+ 149,2006_11_OAK_KC,2006,REG,11,2006-11-19,Sunday,13:00,OAK,KC,13,17,4,Arrowhead Stadium,Home,outdoors,grass,2006111906
152
+ 150,2006_11_MIN_MIA,2006,REG,11,2006-11-19,Sunday,13:00,MIN,MIA,20,24,4,Dolphin Stadium,Home,outdoors,grass,2006111907
153
+ 151,2006_11_CIN_NO,2006,REG,11,2006-11-19,Sunday,13:00,CIN,NO,31,16,-15,Louisiana Superdome,Home,dome,fieldturf,2006111908
154
+ 152,2006_11_CHI_NYJ,2006,REG,11,2006-11-19,Sunday,13:00,CHI,NYJ,10,0,-10,Giants Stadium,Home,outdoors,fieldturf,2006111909
155
+ 153,2006_11_TEN_PHI,2006,REG,11,2006-11-19,Sunday,13:00,TEN,PHI,31,13,-18,Lincoln Financial Field,Home,outdoors,grass,2006111910
156
+ 154,2006_11_WAS_TB,2006,REG,11,2006-11-19,Sunday,13:00,WAS,TB,17,20,3,Raymond James Stadium,Home,outdoors,grass,2006111911
157
+ 155,2006_11_DET_ARI,2006,REG,11,2006-11-19,Sunday,16:05,DET,ARI,10,17,7,University of Phoenix Stadium,Home,closed,grass,2006111912
158
+ 156,2006_11_SEA_SF,2006,REG,11,2006-11-19,Sunday,16:05,SEA,SF,14,20,6,Monster Park,Home,outdoors,grass,2006111913
159
+ 157,2006_11_IND_DAL,2006,REG,11,2006-11-19,Sunday,16:15,IND,DAL,14,21,7,Texas Stadium,Home,outdoors,fieldturf,2006111903
160
+ 158,2006_11_SD_DEN,2006,REG,11,2006-11-19,Sunday,20:15,SD,DEN,35,27,-8,Invesco Field at Mile High,Home,outdoors,grass,2006111914
161
+ 159,2006_11_NYG_JAX,2006,REG,11,2006-11-20,Monday,20:30,NYG,JAX,10,26,16,Alltel Stadium,Home,outdoors,grass,2006112000
162
+ 160,2006_12_MIA_DET,2006,REG,12,2006-11-23,Thursday,12:30,MIA,DET,27,10,-17,Ford Field,Home,dome,fieldturf,2006112300
163
+ 161,2006_12_TB_DAL,2006,REG,12,2006-11-23,Thursday,16:25,TB,DAL,10,38,28,Texas Stadium,Home,outdoors,fieldturf,2006112301
164
+ 162,2006_12_DEN_KC,2006,REG,12,2006-11-23,Thursday,20:00,DEN,KC,10,19,9,Arrowhead Stadium,Home,outdoors,grass,2006112302
165
+ 163,2006_12_NO_ATL,2006,REG,12,2006-11-26,Sunday,13:00,NO,ATL,31,13,-18,Georgia Dome,Home,dome,fieldturf,2006112600
166
+ 164,2006_12_PIT_BAL,2006,REG,12,2006-11-26,Sunday,13:00,PIT,BAL,0,27,27,M&T Bank Stadium,Home,outdoors,sportturf,2006112601
167
+ 165,2006_12_JAX_BUF,2006,REG,12,2006-11-26,Sunday,13:00,JAX,BUF,24,27,3,Ralph Wilson Stadium,Home,outdoors,astroplay,2006112602
168
+ 166,2006_12_CIN_CLE,2006,REG,12,2006-11-26,Sunday,13:00,CIN,CLE,30,0,-30,Cleveland Browns Stadium,Home,outdoors,grass,2006112603
169
+ 167,2006_12_ARI_MIN,2006,REG,12,2006-11-26,Sunday,13:00,ARI,MIN,26,31,5,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2006112605
170
+ 168,2006_12_HOU_NYJ,2006,REG,12,2006-11-26,Sunday,13:00,HOU,NYJ,11,26,15,Giants Stadium,Home,outdoors,fieldturf,2006112607
171
+ 169,2006_12_SF_STL,2006,REG,12,2006-11-26,Sunday,13:00,SF,STL,17,20,3,Edward Jones Dome,Home,dome,fieldturf,2006112608
172
+ 170,2006_12_CAR_WAS,2006,REG,12,2006-11-26,Sunday,13:00,CAR,WAS,13,17,4,FedExField,Home,outdoors,grass,2006112610
173
+ 171,2006_12_OAK_SD,2006,REG,12,2006-11-26,Sunday,16:05,OAK,SD,14,21,7,Qualcomm Stadium,Home,outdoors,grass,2006112611
174
+ 172,2006_12_CHI_NE,2006,REG,12,2006-11-26,Sunday,16:15,CHI,NE,13,17,4,Gillette Stadium,Home,outdoors,fieldturf,2006112606
175
+ 173,2006_12_NYG_TEN,2006,REG,12,2006-11-26,Sunday,16:15,NYG,TEN,21,24,3,LP Field,Home,outdoors,grass,2006112609
176
+ 174,2006_12_PHI_IND,2006,REG,12,2006-11-26,Sunday,20:15,PHI,IND,21,45,24,RCA Dome,Home,dome,fieldturf,2006112604
177
+ 175,2006_12_GB_SEA,2006,REG,12,2006-11-27,Monday,20:30,GB,SEA,24,34,10,Qwest Field,Home,outdoors,fieldturf,2006112700
178
+ 176,2006_13_BAL_CIN,2006,REG,13,2006-11-30,Thursday,20:00,BAL,CIN,7,13,6,Paul Brown Stadium,Home,outdoors,fieldturf,2006113000
179
+ 177,2006_13_SD_BUF,2006,REG,13,2006-12-03,Sunday,13:00,SD,BUF,24,21,-3,Ralph Wilson Stadium,Home,outdoors,astroplay,2006120312
180
+ 178,2006_13_MIN_CHI,2006,REG,13,2006-12-03,Sunday,13:00,MIN,CHI,13,23,10,Soldier Field,Home,outdoors,grass,2006120313
181
+ 179,2006_13_KC_CLE,2006,REG,13,2006-12-03,Sunday,13:00,KC,CLE,28,31,3,Cleveland Browns Stadium,Home,outdoors,grass,2006120300
182
+ 180,2006_13_NYJ_GB,2006,REG,13,2006-12-03,Sunday,13:00,NYJ,GB,38,10,-28,Lambeau Field,Home,outdoors,grass,2006120301
183
+ 181,2006_13_DET_NE,2006,REG,13,2006-12-03,Sunday,13:00,DET,NE,21,28,7,Gillette Stadium,Home,outdoors,fieldturf,2006120303
184
+ 182,2006_13_SF_NO,2006,REG,13,2006-12-03,Sunday,13:00,SF,NO,10,34,24,Louisiana Superdome,Home,dome,fieldturf,2006120304
185
+ 183,2006_13_ARI_STL,2006,REG,13,2006-12-03,Sunday,13:00,ARI,STL,34,20,-14,Edward Jones Dome,Home,dome,fieldturf,2006120307
186
+ 184,2006_13_IND_TEN,2006,REG,13,2006-12-03,Sunday,13:00,IND,TEN,17,20,3,LP Field,Home,outdoors,grass,2006120308
187
+ 185,2006_13_ATL_WAS,2006,REG,13,2006-12-03,Sunday,13:00,ATL,WAS,24,14,-10,FedExField,Home,outdoors,grass,2006120309
188
+ 186,2006_13_JAX_MIA,2006,REG,13,2006-12-03,Sunday,16:05,JAX,MIA,24,10,-14,Dolphin Stadium,Home,outdoors,grass,2006120302
189
+ 187,2006_13_HOU_OAK,2006,REG,13,2006-12-03,Sunday,16:05,HOU,OAK,23,14,-9,McAfee Coliseum,Home,outdoors,grass,2006120310
190
+ 188,2006_13_DAL_NYG,2006,REG,13,2006-12-03,Sunday,16:15,DAL,NYG,23,20,-3,Giants Stadium,Home,outdoors,fieldturf,2006120305
191
+ 189,2006_13_TB_PIT,2006,REG,13,2006-12-03,Sunday,16:15,TB,PIT,3,20,17,Heinz Field,Home,outdoors,dessograss,2006120306
192
+ 190,2006_13_SEA_DEN,2006,REG,13,2006-12-03,Sunday,20:15,SEA,DEN,23,20,-3,Invesco Field at Mile High,Home,outdoors,grass,2006120311
193
+ 191,2006_13_CAR_PHI,2006,REG,13,2006-12-04,Monday,20:30,CAR,PHI,24,27,3,Lincoln Financial Field,Home,outdoors,grass,2006120400
194
+ 192,2006_14_CLE_PIT,2006,REG,14,2006-12-07,Thursday,20:00,CLE,PIT,7,27,20,Heinz Field,Home,outdoors,dessograss,2006120700
195
+ 193,2006_14_NYG_CAR,2006,REG,14,2006-12-10,Sunday,13:00,NYG,CAR,27,13,-14,Bank of America Stadium,Home,outdoors,grass,2006121000
196
+ 194,2006_14_OAK_CIN,2006,REG,14,2006-12-10,Sunday,13:00,OAK,CIN,10,27,17,Paul Brown Stadium,Home,outdoors,fieldturf,2006121001
197
+ 195,2006_14_MIN_DET,2006,REG,14,2006-12-10,Sunday,13:00,MIN,DET,30,20,-10,Ford Field,Home,dome,fieldturf,2006121003
198
+ 196,2006_14_TEN_HOU,2006,REG,14,2006-12-10,Sunday,13:00,TEN,HOU,26,20,-6,Reliant Stadium,Home,closed,grass,2006121004
199
+ 197,2006_14_IND_JAX,2006,REG,14,2006-12-10,Sunday,13:00,IND,JAX,17,44,27,Alltel Stadium,Home,outdoors,grass,2006121005
200
+ 198,2006_14_BAL_KC,2006,REG,14,2006-12-10,Sunday,13:00,BAL,KC,20,10,-10,Arrowhead Stadium,Home,outdoors,grass,2006121006
201
+ 199,2006_14_NE_MIA,2006,REG,14,2006-12-10,Sunday,13:00,NE,MIA,0,21,21,Dolphin Stadium,Home,outdoors,grass,2006121007
202
+ 200,2006_14_ATL_TB,2006,REG,14,2006-12-10,Sunday,13:00,ATL,TB,17,6,-11,Raymond James Stadium,Home,outdoors,grass,2006121009
203
+ 201,2006_14_PHI_WAS,2006,REG,14,2006-12-10,Sunday,13:00,PHI,WAS,21,19,-2,FedExField,Home,outdoors,grass,2006121010
204
+ 202,2006_14_SEA_ARI,2006,REG,14,2006-12-10,Sunday,16:05,SEA,ARI,21,27,6,University of Phoenix Stadium,Home,closed,grass,2006121011
205
+ 203,2006_14_GB_SF,2006,REG,14,2006-12-10,Sunday,16:05,GB,SF,30,19,-11,Monster Park,Home,outdoors,grass,2006121012
206
+ 204,2006_14_BUF_NYJ,2006,REG,14,2006-12-10,Sunday,16:15,BUF,NYJ,31,13,-18,Giants Stadium,Home,outdoors,fieldturf,2006121008
207
+ 205,2006_14_DEN_SD,2006,REG,14,2006-12-10,Sunday,16:15,DEN,SD,20,48,28,Qualcomm Stadium,Home,outdoors,grass,2006121013
208
+ 206,2006_14_NO_DAL,2006,REG,14,2006-12-10,Sunday,20:15,NO,DAL,42,17,-25,Texas Stadium,Home,outdoors,fieldturf,2006121002
209
+ 207,2006_14_CHI_STL,2006,REG,14,2006-12-11,Monday,20:30,CHI,STL,42,27,-15,Edward Jones Dome,Home,dome,fieldturf,2006121100
210
+ 208,2006_15_SF_SEA,2006,REG,15,2006-12-14,Thursday,20:00,SF,SEA,24,14,-10,Qwest Field,Home,outdoors,fieldturf,2006121400
211
+ 209,2006_15_DAL_ATL,2006,REG,15,2006-12-16,Saturday,20:00,DAL,ATL,38,28,-10,Georgia Dome,Home,dome,fieldturf,2006121600
212
+ 210,2006_15_CLE_BAL,2006,REG,15,2006-12-17,Sunday,13:00,CLE,BAL,17,27,10,M&T Bank Stadium,Home,outdoors,sportturf,2006121700
213
+ 211,2006_15_MIA_BUF,2006,REG,15,2006-12-17,Sunday,13:00,MIA,BUF,0,21,21,Ralph Wilson Stadium,Home,outdoors,astroplay,2006121701
214
+ 212,2006_15_PIT_CAR,2006,REG,15,2006-12-17,Sunday,13:00,PIT,CAR,37,3,-34,Bank of America Stadium,Home,outdoors,grass,2006121702
215
+ 213,2006_15_TB_CHI,2006,REG,15,2006-12-17,Sunday,13:00,TB,CHI,31,34,3,Soldier Field,Home,outdoors,grass,2006121703
216
+ 214,2006_15_DET_GB,2006,REG,15,2006-12-17,Sunday,13:00,DET,GB,9,17,8,Lambeau Field,Home,outdoors,grass,2006121704
217
+ 215,2006_15_NYJ_MIN,2006,REG,15,2006-12-17,Sunday,13:00,NYJ,MIN,26,13,-13,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2006121705
218
+ 216,2006_15_HOU_NE,2006,REG,15,2006-12-17,Sunday,13:00,HOU,NE,7,40,33,Gillette Stadium,Home,outdoors,fieldturf,2006121706
219
+ 217,2006_15_WAS_NO,2006,REG,15,2006-12-17,Sunday,13:00,WAS,NO,16,10,-6,Louisiana Superdome,Home,dome,fieldturf,2006121712
220
+ 218,2006_15_JAX_TEN,2006,REG,15,2006-12-17,Sunday,13:00,JAX,TEN,17,24,7,LP Field,Home,outdoors,grass,2006121708
221
+ 219,2006_15_DEN_ARI,2006,REG,15,2006-12-17,Sunday,16:05,DEN,ARI,37,20,-17,University of Phoenix Stadium,Home,open,grass,2006121709
222
+ 220,2006_15_PHI_NYG,2006,REG,15,2006-12-17,Sunday,16:15,PHI,NYG,36,22,-14,Giants Stadium,Home,outdoors,fieldturf,2006121707
223
+ 221,2006_15_STL_OAK,2006,REG,15,2006-12-17,Sunday,16:15,STL,OAK,20,0,-20,McAfee Coliseum,Home,outdoors,grass,2006121711
224
+ 222,2006_15_KC_SD,2006,REG,15,2006-12-17,Sunday,20:15,KC,SD,9,20,11,Qualcomm Stadium,Home,outdoors,grass,2006121710
225
+ 223,2006_15_CIN_IND,2006,REG,15,2006-12-18,Monday,20:30,CIN,IND,16,34,18,RCA Dome,Home,dome,fieldturf,2006121800
226
+ 224,2006_16_MIN_GB,2006,REG,16,2006-12-21,Thursday,20:00,MIN,GB,7,9,2,Lambeau Field,Home,outdoors,grass,2006122100
227
+ 225,2006_16_KC_OAK,2006,REG,16,2006-12-23,Saturday,20:00,KC,OAK,20,9,-11,McAfee Coliseum,Home,outdoors,grass,2006122300
228
+ 226,2006_16_CAR_ATL,2006,REG,16,2006-12-24,Sunday,13:00,CAR,ATL,10,3,-7,Georgia Dome,Home,dome,fieldturf,2006122400
229
+ 227,2006_16_TEN_BUF,2006,REG,16,2006-12-24,Sunday,13:00,TEN,BUF,30,29,-1,Ralph Wilson Stadium,Home,outdoors,astroplay,2006122401
230
+ 228,2006_16_TB_CLE,2006,REG,16,2006-12-24,Sunday,13:00,TB,CLE,22,7,-15,Cleveland Browns Stadium,Home,outdoors,grass,2006122402
231
+ 229,2006_16_CHI_DET,2006,REG,16,2006-12-24,Sunday,13:00,CHI,DET,26,21,-5,Ford Field,Home,dome,fieldturf,2006122403
232
+ 230,2006_16_IND_HOU,2006,REG,16,2006-12-24,Sunday,13:00,IND,HOU,24,27,3,Reliant Stadium,Home,closed,grass,2006122404
233
+ 231,2006_16_NE_JAX,2006,REG,16,2006-12-24,Sunday,13:00,NE,JAX,24,21,-3,Alltel Stadium,Home,outdoors,grass,2006122405
234
+ 232,2006_16_NO_NYG,2006,REG,16,2006-12-24,Sunday,13:00,NO,NYG,30,7,-23,Giants Stadium,Home,outdoors,fieldturf,2006122406
235
+ 233,2006_16_BAL_PIT,2006,REG,16,2006-12-24,Sunday,13:00,BAL,PIT,31,7,-24,Heinz Field,Home,outdoors,dessograss,2006122407
236
+ 234,2006_16_WAS_STL,2006,REG,16,2006-12-24,Sunday,13:00,WAS,STL,31,37,6,Edward Jones Dome,Home,dome,fieldturf,2006122408
237
+ 235,2006_16_ARI_SF,2006,REG,16,2006-12-24,Sunday,16:05,ARI,SF,26,20,-6,Monster Park,Home,outdoors,grass,2006122409
238
+ 236,2006_16_CIN_DEN,2006,REG,16,2006-12-24,Sunday,16:15,CIN,DEN,23,24,1,Invesco Field at Mile High,Home,outdoors,grass,2006122410
239
+ 237,2006_16_SD_SEA,2006,REG,16,2006-12-24,Sunday,16:15,SD,SEA,20,17,-3,Qwest Field,Home,outdoors,fieldturf,2006122411
240
+ 238,2006_16_PHI_DAL,2006,REG,16,2006-12-25,Monday,17:00,PHI,DAL,23,7,-16,Texas Stadium,Home,outdoors,fieldturf,2006122500
241
+ 239,2006_16_NYJ_MIA,2006,REG,16,2006-12-25,Monday,20:30,NYJ,MIA,13,10,-3,Dolphin Stadium,Home,outdoors,grass,2006122501
242
+ 240,2006_17_NYG_WAS,2006,REG,17,2006-12-30,Saturday,20:00,NYG,WAS,34,28,-6,FedExField,Home,outdoors,grass,2006123000
243
+ 241,2006_17_PIT_CIN,2006,REG,17,2006-12-31,Sunday,13:00,PIT,CIN,23,17,-6,Paul Brown Stadium,Home,outdoors,fieldturf,2006123102
244
+ 242,2006_17_DET_DAL,2006,REG,17,2006-12-31,Sunday,13:00,DET,DAL,39,31,-8,Texas Stadium,Home,outdoors,fieldturf,2006123103
245
+ 243,2006_17_CLE_HOU,2006,REG,17,2006-12-31,Sunday,13:00,CLE,HOU,6,14,8,Reliant Stadium,Home,open,grass,2006123104
246
+ 244,2006_17_JAX_KC,2006,REG,17,2006-12-31,Sunday,13:00,JAX,KC,30,35,5,Arrowhead Stadium,Home,outdoors,grass,2006123106
247
+ 245,2006_17_STL_MIN,2006,REG,17,2006-12-31,Sunday,13:00,STL,MIN,41,21,-20,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2006123107
248
+ 246,2006_17_CAR_NO,2006,REG,17,2006-12-31,Sunday,13:00,CAR,NO,31,21,-10,Louisiana Superdome,Home,dome,fieldturf,2006123108
249
+ 247,2006_17_OAK_NYJ,2006,REG,17,2006-12-31,Sunday,13:00,OAK,NYJ,3,23,20,Giants Stadium,Home,outdoors,fieldturf,2006123109
250
+ 248,2006_17_SEA_TB,2006,REG,17,2006-12-31,Sunday,13:00,SEA,TB,23,7,-16,Raymond James Stadium,Home,outdoors,grass,2006123111
251
+ 249,2006_17_NE_TEN,2006,REG,17,2006-12-31,Sunday,13:00,NE,TEN,40,23,-17,LP Field,Home,outdoors,grass,2006123112
252
+ 250,2006_17_BUF_BAL,2006,REG,17,2006-12-31,Sunday,16:15,BUF,BAL,7,19,12,M&T Bank Stadium,Home,outdoors,sportturf,2006123100
253
+ 251,2006_17_SF_DEN,2006,REG,17,2006-12-31,Sunday,16:15,SF,DEN,26,23,-3,Invesco Field at Mile High,Home,outdoors,grass,2006123113
254
+ 252,2006_17_MIA_IND,2006,REG,17,2006-12-31,Sunday,16:15,MIA,IND,22,27,5,RCA Dome,Home,dome,fieldturf,2006123105
255
+ 253,2006_17_ATL_PHI,2006,REG,17,2006-12-31,Sunday,16:15,ATL,PHI,17,24,7,Lincoln Financial Field,Home,outdoors,grass,2006123110
256
+ 254,2006_17_ARI_SD,2006,REG,17,2006-12-31,Sunday,16:15,ARI,SD,20,27,7,Qualcomm Stadium,Home,outdoors,grass,2006123114
257
+ 255,2006_17_GB_CHI,2006,REG,17,2006-12-31,Sunday,20:15,GB,CHI,26,7,-19,Soldier Field,Home,outdoors,grass,2006123101
258
+ 256,2006_18_KC_IND,2006,WC,18,2007-01-06,Saturday,16:30,KC,IND,8,23,15,RCA Dome,Home,dome,fieldturf,2007010601
259
+ 257,2006_18_DAL_SEA,2006,WC,18,2007-01-06,Saturday,20:00,DAL,SEA,20,21,1,Qwest Field,Home,outdoors,fieldturf,2007010600
260
+ 258,2006_18_NYJ_NE,2006,WC,18,2007-01-07,Sunday,13:00,NYJ,NE,16,37,21,Gillette Stadium,Home,outdoors,fieldturf,2007010701
261
+ 259,2006_18_NYG_PHI,2006,WC,18,2007-01-07,Sunday,16:35,NYG,PHI,20,23,3,Lincoln Financial Field,Home,outdoors,grass,2007010700
262
+ 260,2006_19_IND_BAL,2006,DIV,19,2007-01-13,Saturday,16:30,IND,BAL,15,6,-9,M&T Bank Stadium,Home,outdoors,sportturf,2007011301
263
+ 261,2006_19_PHI_NO,2006,DIV,19,2007-01-13,Saturday,20:00,PHI,NO,24,27,3,Louisiana Superdome,Home,dome,fieldturf,2007011300
264
+ 262,2006_19_SEA_CHI,2006,DIV,19,2007-01-14,Sunday,13:00,SEA,CHI,24,27,3,Soldier Field,Home,outdoors,grass,2007011400
265
+ 263,2006_19_NE_SD,2006,DIV,19,2007-01-14,Sunday,16:30,NE,SD,24,21,-3,Qualcomm Stadium,Home,outdoors,grass,2007011401
266
+ 264,2006_20_NO_CHI,2006,CON,20,2007-01-21,Sunday,15:00,NO,CHI,14,39,25,Soldier Field,Home,outdoors,grass,2007012100
267
+ 265,2006_20_NE_IND,2006,CON,20,2007-01-21,Sunday,18:30,NE,IND,34,38,4,RCA Dome,Home,dome,fieldturf,2007012101
268
+ 266,2006_21_IND_CHI,2006,SB,21,2007-02-04,Sunday,18:25,IND,CHI,29,17,-12,Dolphin Stadium,Neutral,outdoors,grass,2007020400
Source/Build/nfl_data_py/data/schedules/2007.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2007_01_NO_IND,2007,REG,1,2007-09-06,Thursday,20:30,NO,IND,10,41,31,RCA Dome,Home,dome,fieldturf,2007090600
3
+ 1,2007_01_DEN_BUF,2007,REG,1,2007-09-09,Sunday,13:00,DEN,BUF,15,14,-1,Ralph Wilson Stadium,Home,outdoors,astroplay,2007090900
4
+ 2,2007_01_PIT_CLE,2007,REG,1,2007-09-09,Sunday,13:00,PIT,CLE,34,7,-27,Cleveland Browns Stadium,Home,outdoors,grass,2007090901
5
+ 3,2007_01_PHI_GB,2007,REG,1,2007-09-09,Sunday,13:00,PHI,GB,13,16,3,Lambeau Field,Home,outdoors,grass,2007090902
6
+ 4,2007_01_KC_HOU,2007,REG,1,2007-09-09,Sunday,13:00,KC,HOU,3,20,17,Reliant Stadium,Home,closed,grass,2007090903
7
+ 5,2007_01_TEN_JAX,2007,REG,1,2007-09-09,Sunday,13:00,TEN,JAX,13,10,-3,Jacksonville Municipal Stadium,Home,outdoors,grass,2007090912
8
+ 6,2007_01_ATL_MIN,2007,REG,1,2007-09-09,Sunday,13:00,ATL,MIN,3,24,21,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2007090904
9
+ 7,2007_01_NE_NYJ,2007,REG,1,2007-09-09,Sunday,13:00,NE,NYJ,38,14,-24,Giants Stadium,Home,outdoors,fieldturf,2007090905
10
+ 8,2007_01_CAR_STL,2007,REG,1,2007-09-09,Sunday,13:00,CAR,STL,27,13,-14,Edward Jones Dome,Home,dome,fieldturf,2007090906
11
+ 9,2007_01_MIA_WAS,2007,REG,1,2007-09-09,Sunday,13:00,MIA,WAS,13,16,3,FedExField,Home,outdoors,grass,2007090907
12
+ 10,2007_01_DET_OAK,2007,REG,1,2007-09-09,Sunday,16:15,DET,OAK,36,21,-15,McAfee Coliseum,Home,outdoors,grass,2007090908
13
+ 11,2007_01_CHI_SD,2007,REG,1,2007-09-09,Sunday,16:15,CHI,SD,3,14,11,Qualcomm Stadium,Home,outdoors,grass,2007090909
14
+ 12,2007_01_TB_SEA,2007,REG,1,2007-09-09,Sunday,16:15,TB,SEA,6,20,14,Qwest Field,Home,outdoors,fieldturf,2007090910
15
+ 13,2007_01_NYG_DAL,2007,REG,1,2007-09-09,Sunday,20:25,NYG,DAL,35,45,10,Texas Stadium,Home,outdoors,fieldturf,2007090911
16
+ 14,2007_01_BAL_CIN,2007,REG,1,2007-09-10,Monday,19:10,BAL,CIN,20,27,7,Paul Brown Stadium,Home,outdoors,fieldturf,2007091000
17
+ 15,2007_01_ARI_SF,2007,REG,1,2007-09-10,Monday,22:25,ARI,SF,17,20,3,Monster Park,Home,outdoors,grass,2007091001
18
+ 16,2007_02_HOU_CAR,2007,REG,2,2007-09-16,Sunday,13:00,HOU,CAR,34,21,-13,Bank of America Stadium,Home,outdoors,grass,2007091600
19
+ 17,2007_02_CIN_CLE,2007,REG,2,2007-09-16,Sunday,13:00,CIN,CLE,45,51,6,Cleveland Browns Stadium,Home,outdoors,grass,2007091601
20
+ 18,2007_02_ATL_JAX,2007,REG,2,2007-09-16,Sunday,13:00,ATL,JAX,7,13,6,Jacksonville Municipal Stadium,Home,outdoors,grass,2007091602
21
+ 19,2007_02_GB_NYG,2007,REG,2,2007-09-16,Sunday,13:00,GB,NYG,35,13,-22,Giants Stadium,Home,outdoors,fieldturf,2007091603
22
+ 20,2007_02_BUF_PIT,2007,REG,2,2007-09-16,Sunday,13:00,BUF,PIT,3,26,23,Heinz Field,Home,outdoors,dessograss,2007091604
23
+ 21,2007_02_SF_STL,2007,REG,2,2007-09-16,Sunday,13:00,SF,STL,17,16,-1,Edward Jones Dome,Home,dome,fieldturf,2007091605
24
+ 22,2007_02_NO_TB,2007,REG,2,2007-09-16,Sunday,13:00,NO,TB,14,31,17,Raymond James Stadium,Home,outdoors,grass,2007091606
25
+ 23,2007_02_IND_TEN,2007,REG,2,2007-09-16,Sunday,13:00,IND,TEN,22,20,-2,LP Field,Home,outdoors,grass,2007091607
26
+ 24,2007_02_SEA_ARI,2007,REG,2,2007-09-16,Sunday,16:05,SEA,ARI,20,23,3,University of Phoenix Stadium,Home,closed,grass,2007091608
27
+ 25,2007_02_MIN_DET,2007,REG,2,2007-09-16,Sunday,16:05,MIN,DET,17,20,3,Ford Field,Home,dome,fieldturf,2007091609
28
+ 26,2007_02_DAL_MIA,2007,REG,2,2007-09-16,Sunday,16:05,DAL,MIA,37,20,-17,Dolphin Stadium,Home,outdoors,grass,2007091610
29
+ 27,2007_02_NYJ_BAL,2007,REG,2,2007-09-16,Sunday,16:15,NYJ,BAL,13,20,7,M&T Bank Stadium,Home,outdoors,sportturf,2007091611
30
+ 28,2007_02_KC_CHI,2007,REG,2,2007-09-16,Sunday,16:15,KC,CHI,10,20,10,Soldier Field,Home,outdoors,grass,2007091612
31
+ 29,2007_02_OAK_DEN,2007,REG,2,2007-09-16,Sunday,16:15,OAK,DEN,20,23,3,Invesco Field at Mile High,Home,outdoors,grass,2007091613
32
+ 30,2007_02_SD_NE,2007,REG,2,2007-09-16,Sunday,20:25,SD,NE,14,38,24,Gillette Stadium,Home,outdoors,fieldturf,2007091614
33
+ 31,2007_02_WAS_PHI,2007,REG,2,2007-09-17,Monday,20:40,WAS,PHI,20,12,-8,Lincoln Financial Field,Home,outdoors,grass,2007091700
34
+ 32,2007_03_ARI_BAL,2007,REG,3,2007-09-23,Sunday,13:00,ARI,BAL,23,26,3,M&T Bank Stadium,Home,outdoors,sportturf,2007092300
35
+ 33,2007_03_SD_GB,2007,REG,3,2007-09-23,Sunday,13:00,SD,GB,24,31,7,Lambeau Field,Home,outdoors,grass,2007092301
36
+ 34,2007_03_IND_HOU,2007,REG,3,2007-09-23,Sunday,13:00,IND,HOU,30,24,-6,Reliant Stadium,Home,closed,grass,2007092302
37
+ 35,2007_03_MIN_KC,2007,REG,3,2007-09-23,Sunday,13:00,MIN,KC,10,13,3,Arrowhead Stadium,Home,outdoors,grass,2007092303
38
+ 36,2007_03_BUF_NE,2007,REG,3,2007-09-23,Sunday,13:00,BUF,NE,7,38,31,Gillette Stadium,Home,outdoors,fieldturf,2007092304
39
+ 37,2007_03_MIA_NYJ,2007,REG,3,2007-09-23,Sunday,13:00,MIA,NYJ,28,31,3,Giants Stadium,Home,outdoors,fieldturf,2007092305
40
+ 38,2007_03_DET_PHI,2007,REG,3,2007-09-23,Sunday,13:00,DET,PHI,21,56,35,Lincoln Financial Field,Home,outdoors,grass,2007092306
41
+ 39,2007_03_SF_PIT,2007,REG,3,2007-09-23,Sunday,13:00,SF,PIT,16,37,21,Heinz Field,Home,outdoors,dessograss,2007092307
42
+ 40,2007_03_STL_TB,2007,REG,3,2007-09-23,Sunday,13:00,STL,TB,3,24,21,Raymond James Stadium,Home,outdoors,grass,2007092308
43
+ 41,2007_03_JAX_DEN,2007,REG,3,2007-09-23,Sunday,16:05,JAX,DEN,23,14,-9,Invesco Field at Mile High,Home,outdoors,grass,2007092309
44
+ 42,2007_03_CLE_OAK,2007,REG,3,2007-09-23,Sunday,16:05,CLE,OAK,24,26,2,McAfee Coliseum,Home,outdoors,grass,2007092310
45
+ 43,2007_03_CIN_SEA,2007,REG,3,2007-09-23,Sunday,16:05,CIN,SEA,21,24,3,Qwest Field,Home,outdoors,fieldturf,2007092311
46
+ 44,2007_03_CAR_ATL,2007,REG,3,2007-09-23,Sunday,16:15,CAR,ATL,27,20,-7,Georgia Dome,Home,dome,fieldturf,2007092312
47
+ 45,2007_03_NYG_WAS,2007,REG,3,2007-09-23,Sunday,16:15,NYG,WAS,24,17,-7,FedExField,Home,outdoors,grass,2007092313
48
+ 46,2007_03_DAL_CHI,2007,REG,3,2007-09-23,Sunday,20:25,DAL,CHI,34,10,-24,Soldier Field,Home,outdoors,grass,2007092314
49
+ 47,2007_03_TEN_NO,2007,REG,3,2007-09-24,Monday,20:40,TEN,NO,31,14,-17,Louisiana Superdome,Home,dome,fieldturf,2007092400
50
+ 48,2007_04_HOU_ATL,2007,REG,4,2007-09-30,Sunday,13:00,HOU,ATL,16,26,10,Georgia Dome,Home,dome,fieldturf,2007093000
51
+ 49,2007_04_NYJ_BUF,2007,REG,4,2007-09-30,Sunday,13:00,NYJ,BUF,14,17,3,Ralph Wilson Stadium,Home,outdoors,astroplay,2007093001
52
+ 50,2007_04_BAL_CLE,2007,REG,4,2007-09-30,Sunday,13:00,BAL,CLE,13,27,14,Cleveland Browns Stadium,Home,outdoors,grass,2007093002
53
+ 51,2007_04_STL_DAL,2007,REG,4,2007-09-30,Sunday,13:00,STL,DAL,7,35,28,Texas Stadium,Home,outdoors,fieldturf,2007093003
54
+ 52,2007_04_CHI_DET,2007,REG,4,2007-09-30,Sunday,13:00,CHI,DET,27,37,10,Ford Field,Home,dome,fieldturf,2007093004
55
+ 53,2007_04_OAK_MIA,2007,REG,4,2007-09-30,Sunday,13:00,OAK,MIA,35,17,-18,Dolphin Stadium,Home,outdoors,grass,2007093005
56
+ 54,2007_04_GB_MIN,2007,REG,4,2007-09-30,Sunday,13:00,GB,MIN,23,16,-7,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2007093006
57
+ 55,2007_04_TB_CAR,2007,REG,4,2007-09-30,Sunday,16:05,TB,CAR,20,7,-13,Bank of America Stadium,Home,outdoors,grass,2007093007
58
+ 56,2007_04_SEA_SF,2007,REG,4,2007-09-30,Sunday,16:05,SEA,SF,23,3,-20,Monster Park,Home,outdoors,grass,2007093008
59
+ 57,2007_04_PIT_ARI,2007,REG,4,2007-09-30,Sunday,16:15,PIT,ARI,14,21,7,University of Phoenix Stadium,Home,closed,grass,2007093009
60
+ 58,2007_04_DEN_IND,2007,REG,4,2007-09-30,Sunday,16:15,DEN,IND,20,38,18,RCA Dome,Home,dome,fieldturf,2007093010
61
+ 59,2007_04_KC_SD,2007,REG,4,2007-09-30,Sunday,16:15,KC,SD,30,16,-14,Qualcomm Stadium,Home,outdoors,grass,2007093011
62
+ 60,2007_04_PHI_NYG,2007,REG,4,2007-09-30,Sunday,20:25,PHI,NYG,3,16,13,Giants Stadium,Home,outdoors,fieldturf,2007093012
63
+ 61,2007_04_NE_CIN,2007,REG,4,2007-10-01,Monday,20:40,NE,CIN,34,13,-21,Paul Brown Stadium,Home,outdoors,fieldturf,2007100100
64
+ 62,2007_05_MIA_HOU,2007,REG,5,2007-10-07,Sunday,13:00,MIA,HOU,19,22,3,Reliant Stadium,Home,closed,grass,2007100700
65
+ 63,2007_05_JAX_KC,2007,REG,5,2007-10-07,Sunday,13:00,JAX,KC,17,7,-10,Arrowhead Stadium,Home,outdoors,grass,2007100701
66
+ 64,2007_05_CLE_NE,2007,REG,5,2007-10-07,Sunday,13:00,CLE,NE,17,34,17,Gillette Stadium,Home,outdoors,fieldturf,2007100702
67
+ 65,2007_05_CAR_NO,2007,REG,5,2007-10-07,Sunday,13:00,CAR,NO,16,13,-3,Louisiana Superdome,Home,dome,fieldturf,2007100703
68
+ 66,2007_05_NYJ_NYG,2007,REG,5,2007-10-07,Sunday,13:00,NYJ,NYG,24,35,11,Giants Stadium,Home,outdoors,fieldturf,2007100704
69
+ 67,2007_05_SEA_PIT,2007,REG,5,2007-10-07,Sunday,13:00,SEA,PIT,0,21,21,Heinz Field,Home,outdoors,dessograss,2007100705
70
+ 68,2007_05_ARI_STL,2007,REG,5,2007-10-07,Sunday,13:00,ARI,STL,34,31,-3,Edward Jones Dome,Home,dome,fieldturf,2007100706
71
+ 69,2007_05_ATL_TEN,2007,REG,5,2007-10-07,Sunday,13:00,ATL,TEN,13,20,7,LP Field,Home,outdoors,grass,2007100707
72
+ 70,2007_05_DET_WAS,2007,REG,5,2007-10-07,Sunday,13:00,DET,WAS,3,34,31,FedExField,Home,outdoors,grass,2007100708
73
+ 71,2007_05_TB_IND,2007,REG,5,2007-10-07,Sunday,16:05,TB,IND,14,33,19,RCA Dome,Home,dome,fieldturf,2007100709
74
+ 72,2007_05_SD_DEN,2007,REG,5,2007-10-07,Sunday,16:15,SD,DEN,41,3,-38,Invesco Field at Mile High,Home,outdoors,grass,2007100710
75
+ 73,2007_05_BAL_SF,2007,REG,5,2007-10-07,Sunday,16:15,BAL,SF,9,7,-2,Monster Park,Home,outdoors,grass,2007100711
76
+ 74,2007_05_CHI_GB,2007,REG,5,2007-10-07,Sunday,20:25,CHI,GB,27,20,-7,Lambeau Field,Home,outdoors,grass,2007100712
77
+ 75,2007_05_DAL_BUF,2007,REG,5,2007-10-08,Monday,20:40,DAL,BUF,25,24,-1,Ralph Wilson Stadium,Home,outdoors,astroplay,2007100800
78
+ 76,2007_06_STL_BAL,2007,REG,6,2007-10-14,Sunday,13:00,STL,BAL,3,22,19,M&T Bank Stadium,Home,outdoors,sportturf,2007101400
79
+ 77,2007_06_MIN_CHI,2007,REG,6,2007-10-14,Sunday,13:00,MIN,CHI,34,31,-3,Soldier Field,Home,outdoors,grass,2007101401
80
+ 78,2007_06_MIA_CLE,2007,REG,6,2007-10-14,Sunday,13:00,MIA,CLE,31,41,10,Cleveland Browns Stadium,Home,outdoors,grass,2007101402
81
+ 79,2007_06_WAS_GB,2007,REG,6,2007-10-14,Sunday,13:00,WAS,GB,14,17,3,Lambeau Field,Home,outdoors,grass,2007101403
82
+ 80,2007_06_HOU_JAX,2007,REG,6,2007-10-14,Sunday,13:00,HOU,JAX,17,37,20,Jacksonville Municipal Stadium,Home,outdoors,grass,2007101404
83
+ 81,2007_06_CIN_KC,2007,REG,6,2007-10-14,Sunday,13:00,CIN,KC,20,27,7,Arrowhead Stadium,Home,outdoors,grass,2007101405
84
+ 82,2007_06_PHI_NYJ,2007,REG,6,2007-10-14,Sunday,13:00,PHI,NYJ,16,9,-7,Giants Stadium,Home,outdoors,fieldturf,2007101406
85
+ 83,2007_06_TEN_TB,2007,REG,6,2007-10-14,Sunday,13:00,TEN,TB,10,13,3,Raymond James Stadium,Home,outdoors,grass,2007101407
86
+ 84,2007_06_CAR_ARI,2007,REG,6,2007-10-14,Sunday,16:05,CAR,ARI,25,10,-15,University of Phoenix Stadium,Home,closed,grass,2007101408
87
+ 85,2007_06_NE_DAL,2007,REG,6,2007-10-14,Sunday,16:15,NE,DAL,48,27,-21,Texas Stadium,Home,outdoors,fieldturf,2007101409
88
+ 86,2007_06_OAK_SD,2007,REG,6,2007-10-14,Sunday,16:15,OAK,SD,14,28,14,Qualcomm Stadium,Home,outdoors,grass,2007101410
89
+ 87,2007_06_NO_SEA,2007,REG,6,2007-10-14,Sunday,20:25,NO,SEA,28,17,-11,Qwest Field,Home,outdoors,fieldturf,2007101411
90
+ 88,2007_06_NYG_ATL,2007,REG,6,2007-10-15,Monday,20:40,NYG,ATL,31,10,-21,Georgia Dome,Home,dome,fieldturf,2007101500
91
+ 89,2007_07_BAL_BUF,2007,REG,7,2007-10-21,Sunday,13:00,BAL,BUF,14,19,5,Ralph Wilson Stadium,Home,outdoors,astroplay,2007102100
92
+ 90,2007_07_TB_DET,2007,REG,7,2007-10-21,Sunday,13:00,TB,DET,16,23,7,Ford Field,Home,dome,fieldturf,2007102102
93
+ 91,2007_07_TEN_HOU,2007,REG,7,2007-10-21,Sunday,13:00,TEN,HOU,38,36,-2,Reliant Stadium,Home,closed,grass,2007102103
94
+ 92,2007_07_NE_MIA,2007,REG,7,2007-10-21,Sunday,13:00,NE,MIA,49,28,-21,Dolphin Stadium,Home,outdoors,grass,2007102104
95
+ 93,2007_07_ATL_NO,2007,REG,7,2007-10-21,Sunday,13:00,ATL,NO,16,22,6,Louisiana Superdome,Home,dome,fieldturf,2007102106
96
+ 94,2007_07_SF_NYG,2007,REG,7,2007-10-21,Sunday,13:00,SF,NYG,15,33,18,Giants Stadium,Home,outdoors,fieldturf,2007102105
97
+ 95,2007_07_ARI_WAS,2007,REG,7,2007-10-21,Sunday,13:00,ARI,WAS,19,21,2,FedExField,Home,outdoors,grass,2007102107
98
+ 96,2007_07_NYJ_CIN,2007,REG,7,2007-10-21,Sunday,16:05,NYJ,CIN,31,38,7,Paul Brown Stadium,Home,outdoors,fieldturf,2007102108
99
+ 97,2007_07_KC_OAK,2007,REG,7,2007-10-21,Sunday,16:05,KC,OAK,12,10,-2,McAfee Coliseum,Home,outdoors,grass,2007102109
100
+ 98,2007_07_MIN_DAL,2007,REG,7,2007-10-21,Sunday,16:15,MIN,DAL,14,24,10,Texas Stadium,Home,outdoors,fieldturf,2007102101
101
+ 99,2007_07_CHI_PHI,2007,REG,7,2007-10-21,Sunday,16:15,CHI,PHI,19,16,-3,Lincoln Financial Field,Home,outdoors,grass,2007102110
102
+ 100,2007_07_STL_SEA,2007,REG,7,2007-10-21,Sunday,16:15,STL,SEA,6,33,27,Qwest Field,Home,outdoors,fieldturf,2007102111
103
+ 101,2007_07_PIT_DEN,2007,REG,7,2007-10-21,Sunday,20:25,PIT,DEN,28,31,3,Invesco Field at Mile High,Home,outdoors,grass,2007102112
104
+ 102,2007_07_IND_JAX,2007,REG,7,2007-10-22,Monday,20:40,IND,JAX,29,7,-22,Jacksonville Municipal Stadium,Home,outdoors,grass,2007102200
105
+ 103,2007_08_IND_CAR,2007,REG,8,2007-10-28,Sunday,13:00,IND,CAR,31,7,-24,Bank of America Stadium,Home,outdoors,grass,2007102800
106
+ 104,2007_08_DET_CHI,2007,REG,8,2007-10-28,Sunday,13:00,DET,CHI,16,7,-9,Soldier Field,Home,outdoors,grass,2007102801
107
+ 105,2007_08_PIT_CIN,2007,REG,8,2007-10-28,Sunday,13:00,PIT,CIN,24,13,-11,Paul Brown Stadium,Home,outdoors,fieldturf,2007102802
108
+ 106,2007_08_NYG_MIA,2007,REG,8,2007-10-28,Sunday,13:00,NYG,MIA,13,10,-3,Wembley Stadium,Neutral,outdoors,grass,2007102803
109
+ 107,2007_08_PHI_MIN,2007,REG,8,2007-10-28,Sunday,13:00,PHI,MIN,23,16,-7,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2007102804
110
+ 108,2007_08_CLE_STL,2007,REG,8,2007-10-28,Sunday,13:00,CLE,STL,27,20,-7,Edward Jones Dome,Home,dome,fieldturf,2007102805
111
+ 109,2007_08_OAK_TEN,2007,REG,8,2007-10-28,Sunday,13:00,OAK,TEN,9,13,4,LP Field,Home,outdoors,grass,2007102806
112
+ 110,2007_08_BUF_NYJ,2007,REG,8,2007-10-28,Sunday,16:05,BUF,NYJ,13,3,-10,Giants Stadium,Home,outdoors,fieldturf,2007102807
113
+ 111,2007_08_HOU_SD,2007,REG,8,2007-10-28,Sunday,16:05,HOU,SD,10,35,25,Qualcomm Stadium,Home,outdoors,grass,2007102808
114
+ 112,2007_08_JAX_TB,2007,REG,8,2007-10-28,Sunday,16:05,JAX,TB,24,23,-1,Raymond James Stadium,Home,outdoors,grass,2007102809
115
+ 113,2007_08_WAS_NE,2007,REG,8,2007-10-28,Sunday,16:15,WAS,NE,7,52,45,Gillette Stadium,Home,outdoors,fieldturf,2007102810
116
+ 114,2007_08_NO_SF,2007,REG,8,2007-10-28,Sunday,16:15,NO,SF,31,10,-21,Monster Park,Home,outdoors,grass,2007102811
117
+ 115,2007_08_GB_DEN,2007,REG,8,2007-10-29,Monday,20:40,GB,DEN,19,13,-6,Invesco Field at Mile High,Home,outdoors,grass,2007102900
118
+ 116,2007_09_SF_ATL,2007,REG,9,2007-11-04,Sunday,13:00,SF,ATL,16,20,4,Georgia Dome,Home,dome,fieldturf,2007110400
119
+ 117,2007_09_CIN_BUF,2007,REG,9,2007-11-04,Sunday,13:00,CIN,BUF,21,33,12,Ralph Wilson Stadium,Home,outdoors,astroplay,2007110401
120
+ 118,2007_09_DEN_DET,2007,REG,9,2007-11-04,Sunday,13:00,DEN,DET,7,44,37,Ford Field,Home,dome,fieldturf,2007110402
121
+ 119,2007_09_GB_KC,2007,REG,9,2007-11-04,Sunday,13:00,GB,KC,33,22,-11,Arrowhead Stadium,Home,outdoors,grass,2007110403
122
+ 120,2007_09_SD_MIN,2007,REG,9,2007-11-04,Sunday,13:00,SD,MIN,17,35,18,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2007110404
123
+ 121,2007_09_JAX_NO,2007,REG,9,2007-11-04,Sunday,13:00,JAX,NO,24,41,17,Louisiana Superdome,Home,dome,fieldturf,2007110405
124
+ 122,2007_09_WAS_NYJ,2007,REG,9,2007-11-04,Sunday,13:00,WAS,NYJ,23,20,-3,Giants Stadium,Home,outdoors,fieldturf,2007110406
125
+ 123,2007_09_ARI_TB,2007,REG,9,2007-11-04,Sunday,13:00,ARI,TB,10,17,7,Raymond James Stadium,Home,outdoors,grass,2007110407
126
+ 124,2007_09_CAR_TEN,2007,REG,9,2007-11-04,Sunday,13:00,CAR,TEN,7,20,13,LP Field,Home,outdoors,grass,2007110408
127
+ 125,2007_09_SEA_CLE,2007,REG,9,2007-11-04,Sunday,16:05,SEA,CLE,30,33,3,Cleveland Browns Stadium,Home,outdoors,grass,2007110409
128
+ 126,2007_09_NE_IND,2007,REG,9,2007-11-04,Sunday,16:15,NE,IND,24,20,-4,RCA Dome,Home,dome,fieldturf,2007110410
129
+ 127,2007_09_HOU_OAK,2007,REG,9,2007-11-04,Sunday,16:15,HOU,OAK,24,17,-7,McAfee Coliseum,Home,outdoors,grass,2007110411
130
+ 128,2007_09_DAL_PHI,2007,REG,9,2007-11-04,Sunday,20:25,DAL,PHI,38,17,-21,Lincoln Financial Field,Home,outdoors,grass,2007110412
131
+ 129,2007_09_BAL_PIT,2007,REG,9,2007-11-05,Monday,20:40,BAL,PIT,7,38,31,Heinz Field,Home,outdoors,dessograss,2007110500
132
+ 130,2007_10_ATL_CAR,2007,REG,10,2007-11-11,Sunday,13:00,ATL,CAR,20,13,-7,Bank of America Stadium,Home,outdoors,grass,2007111100
133
+ 131,2007_10_MIN_GB,2007,REG,10,2007-11-11,Sunday,13:00,MIN,GB,0,34,34,Lambeau Field,Home,outdoors,grass,2007111101
134
+ 132,2007_10_DEN_KC,2007,REG,10,2007-11-11,Sunday,13:00,DEN,KC,27,11,-16,Arrowhead Stadium,Home,outdoors,grass,2007111102
135
+ 133,2007_10_BUF_MIA,2007,REG,10,2007-11-11,Sunday,13:00,BUF,MIA,13,10,-3,Dolphin Stadium,Home,outdoors,grass,2007111103
136
+ 134,2007_10_STL_NO,2007,REG,10,2007-11-11,Sunday,13:00,STL,NO,37,29,-8,Louisiana Superdome,Home,dome,fieldturf,2007111104
137
+ 135,2007_10_CLE_PIT,2007,REG,10,2007-11-11,Sunday,13:00,CLE,PIT,28,31,3,Heinz Field,Home,outdoors,dessograss,2007111105
138
+ 136,2007_10_JAX_TEN,2007,REG,10,2007-11-11,Sunday,13:00,JAX,TEN,28,13,-15,LP Field,Home,outdoors,grass,2007111106
139
+ 137,2007_10_PHI_WAS,2007,REG,10,2007-11-11,Sunday,13:00,PHI,WAS,33,25,-8,FedExField,Home,outdoors,grass,2007111107
140
+ 138,2007_10_CIN_BAL,2007,REG,10,2007-11-11,Sunday,16:05,CIN,BAL,21,7,-14,M&T Bank Stadium,Home,outdoors,sportturf,2007111108
141
+ 139,2007_10_DET_ARI,2007,REG,10,2007-11-11,Sunday,16:15,DET,ARI,21,31,10,University of Phoenix Stadium,Home,closed,grass,2007111109
142
+ 140,2007_10_DAL_NYG,2007,REG,10,2007-11-11,Sunday,16:15,DAL,NYG,31,20,-11,Giants Stadium,Home,outdoors,fieldturf,2007111110
143
+ 141,2007_10_CHI_OAK,2007,REG,10,2007-11-11,Sunday,16:15,CHI,OAK,17,6,-11,McAfee Coliseum,Home,outdoors,grass,2007111111
144
+ 142,2007_10_IND_SD,2007,REG,10,2007-11-11,Sunday,20:15,IND,SD,21,23,2,Qualcomm Stadium,Home,outdoors,grass,2007111112
145
+ 143,2007_10_SF_SEA,2007,REG,10,2007-11-12,Monday,20:40,SF,SEA,0,24,24,Qwest Field,Home,outdoors,fieldturf,2007111200
146
+ 144,2007_11_TB_ATL,2007,REG,11,2007-11-18,Sunday,13:00,TB,ATL,31,7,-24,Georgia Dome,Home,dome,fieldturf,2007111800
147
+ 145,2007_11_CLE_BAL,2007,REG,11,2007-11-18,Sunday,13:00,CLE,BAL,33,30,-3,M&T Bank Stadium,Home,outdoors,sportturf,2007111801
148
+ 146,2007_11_ARI_CIN,2007,REG,11,2007-11-18,Sunday,13:00,ARI,CIN,35,27,-8,Paul Brown Stadium,Home,outdoors,fieldturf,2007111803
149
+ 147,2007_11_NYG_DET,2007,REG,11,2007-11-18,Sunday,13:00,NYG,DET,16,10,-6,Ford Field,Home,dome,fieldturf,2007111812
150
+ 148,2007_11_CAR_GB,2007,REG,11,2007-11-18,Sunday,13:00,CAR,GB,17,31,14,Lambeau Field,Home,outdoors,grass,2007111805
151
+ 149,2007_11_NO_HOU,2007,REG,11,2007-11-18,Sunday,13:00,NO,HOU,10,23,13,Reliant Stadium,Home,closed,grass,2007111806
152
+ 150,2007_11_KC_IND,2007,REG,11,2007-11-18,Sunday,13:00,KC,IND,10,13,3,RCA Dome,Home,dome,fieldturf,2007111807
153
+ 151,2007_11_SD_JAX,2007,REG,11,2007-11-18,Sunday,13:00,SD,JAX,17,24,7,Jacksonville Municipal Stadium,Home,outdoors,grass,2007111808
154
+ 152,2007_11_OAK_MIN,2007,REG,11,2007-11-18,Sunday,13:00,OAK,MIN,22,29,7,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2007111809
155
+ 153,2007_11_MIA_PHI,2007,REG,11,2007-11-18,Sunday,13:00,MIA,PHI,7,17,10,Lincoln Financial Field,Home,outdoors,grass,2007111811
156
+ 154,2007_11_PIT_NYJ,2007,REG,11,2007-11-18,Sunday,16:05,PIT,NYJ,16,19,3,Giants Stadium,Home,outdoors,fieldturf,2007111810
157
+ 155,2007_11_WAS_DAL,2007,REG,11,2007-11-18,Sunday,16:15,WAS,DAL,23,28,5,Texas Stadium,Home,outdoors,fieldturf,2007111804
158
+ 156,2007_11_CHI_SEA,2007,REG,11,2007-11-18,Sunday,16:15,CHI,SEA,23,30,7,Qwest Field,Home,outdoors,fieldturf,2007111814
159
+ 157,2007_11_STL_SF,2007,REG,11,2007-11-18,Sunday,16:15,STL,SF,13,9,-4,Monster Park,Home,outdoors,grass,2007111813
160
+ 158,2007_11_NE_BUF,2007,REG,11,2007-11-18,Sunday,20:25,NE,BUF,56,10,-46,Ralph Wilson Stadium,Home,outdoors,astroplay,2007111802
161
+ 159,2007_11_TEN_DEN,2007,REG,11,2007-11-19,Monday,20:40,TEN,DEN,20,34,14,Invesco Field at Mile High,Home,outdoors,grass,2007111900
162
+ 160,2007_12_GB_DET,2007,REG,12,2007-11-22,Thursday,12:30,GB,DET,37,26,-11,Ford Field,Home,dome,fieldturf,2007112200
163
+ 161,2007_12_NYJ_DAL,2007,REG,12,2007-11-22,Thursday,16:15,NYJ,DAL,3,34,31,Texas Stadium,Home,outdoors,fieldturf,2007112201
164
+ 162,2007_12_IND_ATL,2007,REG,12,2007-11-22,Thursday,20:15,IND,ATL,31,13,-18,Georgia Dome,Home,dome,fieldturf,2007112202
165
+ 163,2007_12_NO_CAR,2007,REG,12,2007-11-25,Sunday,13:00,NO,CAR,31,6,-25,Bank of America Stadium,Home,outdoors,grass,2007112500
166
+ 164,2007_12_TEN_CIN,2007,REG,12,2007-11-25,Sunday,13:00,TEN,CIN,6,35,29,Paul Brown Stadium,Home,outdoors,fieldturf,2007112502
167
+ 165,2007_12_HOU_CLE,2007,REG,12,2007-11-25,Sunday,13:00,HOU,CLE,17,27,10,Cleveland Browns Stadium,Home,outdoors,grass,2007112503
168
+ 166,2007_12_BUF_JAX,2007,REG,12,2007-11-25,Sunday,13:00,BUF,JAX,14,36,22,Jacksonville Municipal Stadium,Home,outdoors,grass,2007112504
169
+ 167,2007_12_OAK_KC,2007,REG,12,2007-11-25,Sunday,13:00,OAK,KC,20,17,-3,Arrowhead Stadium,Home,outdoors,grass,2007112505
170
+ 168,2007_12_MIN_NYG,2007,REG,12,2007-11-25,Sunday,13:00,MIN,NYG,41,17,-24,Giants Stadium,Home,outdoors,fieldturf,2007112506
171
+ 169,2007_12_SEA_STL,2007,REG,12,2007-11-25,Sunday,13:00,SEA,STL,24,19,-5,Edward Jones Dome,Home,dome,fieldturf,2007112507
172
+ 170,2007_12_WAS_TB,2007,REG,12,2007-11-25,Sunday,13:00,WAS,TB,13,19,6,Raymond James Stadium,Home,outdoors,grass,2007112508
173
+ 171,2007_12_SF_ARI,2007,REG,12,2007-11-25,Sunday,16:05,SF,ARI,37,31,-6,University of Phoenix Stadium,Home,open,grass,2007112509
174
+ 172,2007_12_DEN_CHI,2007,REG,12,2007-11-25,Sunday,16:15,DEN,CHI,34,37,3,Soldier Field,Home,outdoors,grass,2007112501
175
+ 173,2007_12_BAL_SD,2007,REG,12,2007-11-25,Sunday,16:15,BAL,SD,14,32,18,Qualcomm Stadium,Home,outdoors,grass,2007112510
176
+ 174,2007_12_PHI_NE,2007,REG,12,2007-11-25,Sunday,20:25,PHI,NE,28,31,3,Gillette Stadium,Home,outdoors,fieldturf,2007112511
177
+ 175,2007_12_MIA_PIT,2007,REG,12,2007-11-26,Monday,20:30,MIA,PIT,0,3,3,Heinz Field,Home,outdoors,dessograss,2007112600
178
+ 176,2007_13_GB_DAL,2007,REG,13,2007-11-29,Thursday,20:15,GB,DAL,27,37,10,Texas Stadium,Home,outdoors,fieldturf,2007112900
179
+ 177,2007_13_SF_CAR,2007,REG,13,2007-12-02,Sunday,13:00,SF,CAR,14,31,17,Bank of America Stadium,Home,outdoors,grass,2007120200
180
+ 178,2007_13_JAX_IND,2007,REG,13,2007-12-02,Sunday,13:00,JAX,IND,25,28,3,RCA Dome,Home,dome,fieldturf,2007120201
181
+ 179,2007_13_SD_KC,2007,REG,13,2007-12-02,Sunday,13:00,SD,KC,24,10,-14,Arrowhead Stadium,Home,outdoors,grass,2007120202
182
+ 180,2007_13_NYJ_MIA,2007,REG,13,2007-12-02,Sunday,13:00,NYJ,MIA,40,13,-27,Dolphin Stadium,Home,outdoors,grass,2007120203
183
+ 181,2007_13_DET_MIN,2007,REG,13,2007-12-02,Sunday,13:00,DET,MIN,10,42,32,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2007120204
184
+ 182,2007_13_SEA_PHI,2007,REG,13,2007-12-02,Sunday,13:00,SEA,PHI,28,24,-4,Lincoln Financial Field,Home,outdoors,grass,2007120206
185
+ 183,2007_13_ATL_STL,2007,REG,13,2007-12-02,Sunday,13:00,ATL,STL,16,28,12,Edward Jones Dome,Home,dome,fieldturf,2007120207
186
+ 184,2007_13_HOU_TEN,2007,REG,13,2007-12-02,Sunday,13:00,HOU,TEN,20,28,8,LP Field,Home,outdoors,grass,2007120208
187
+ 185,2007_13_BUF_WAS,2007,REG,13,2007-12-02,Sunday,13:00,BUF,WAS,17,16,-1,FedExField,Home,outdoors,grass,2007120209
188
+ 186,2007_13_CLE_ARI,2007,REG,13,2007-12-02,Sunday,16:05,CLE,ARI,21,27,6,University of Phoenix Stadium,Home,open,grass,2007120210
189
+ 187,2007_13_DEN_OAK,2007,REG,13,2007-12-02,Sunday,16:05,DEN,OAK,20,34,14,McAfee Coliseum,Home,outdoors,grass,2007120211
190
+ 188,2007_13_NYG_CHI,2007,REG,13,2007-12-02,Sunday,16:15,NYG,CHI,21,16,-5,Soldier Field,Home,outdoors,grass,2007120212
191
+ 189,2007_13_TB_NO,2007,REG,13,2007-12-02,Sunday,16:15,TB,NO,27,23,-4,Louisiana Superdome,Home,dome,fieldturf,2007120205
192
+ 190,2007_13_CIN_PIT,2007,REG,13,2007-12-02,Sunday,20:25,CIN,PIT,10,24,14,Heinz Field,Home,outdoors,dessograss,2007120213
193
+ 191,2007_13_NE_BAL,2007,REG,13,2007-12-03,Monday,20:40,NE,BAL,27,24,-3,M&T Bank Stadium,Home,outdoors,sportturf,2007120300
194
+ 192,2007_14_CHI_WAS,2007,REG,14,2007-12-06,Thursday,20:15,CHI,WAS,16,24,8,FedExField,Home,outdoors,grass,2007120600
195
+ 193,2007_14_MIA_BUF,2007,REG,14,2007-12-09,Sunday,13:00,MIA,BUF,17,38,21,Ralph Wilson Stadium,Home,outdoors,astroplay,2007120900
196
+ 194,2007_14_STL_CIN,2007,REG,14,2007-12-09,Sunday,13:00,STL,CIN,10,19,9,Paul Brown Stadium,Home,outdoors,fieldturf,2007120901
197
+ 195,2007_14_DAL_DET,2007,REG,14,2007-12-09,Sunday,13:00,DAL,DET,28,27,-1,Ford Field,Home,dome,fieldturf,2007120902
198
+ 196,2007_14_OAK_GB,2007,REG,14,2007-12-09,Sunday,13:00,OAK,GB,7,38,31,Lambeau Field,Home,outdoors,grass,2007120903
199
+ 197,2007_14_TB_HOU,2007,REG,14,2007-12-09,Sunday,13:00,TB,HOU,14,28,14,Reliant Stadium,Home,closed,grass,2007120904
200
+ 198,2007_14_CAR_JAX,2007,REG,14,2007-12-09,Sunday,13:00,CAR,JAX,6,37,31,Jacksonville Municipal Stadium,Home,outdoors,grass,2007120905
201
+ 199,2007_14_NYG_PHI,2007,REG,14,2007-12-09,Sunday,13:00,NYG,PHI,16,13,-3,Lincoln Financial Field,Home,outdoors,grass,2007120907
202
+ 200,2007_14_SD_TEN,2007,REG,14,2007-12-09,Sunday,13:00,SD,TEN,23,17,-6,LP Field,Home,outdoors,grass,2007120908
203
+ 201,2007_14_ARI_SEA,2007,REG,14,2007-12-09,Sunday,16:05,ARI,SEA,21,42,21,Qwest Field,Home,outdoors,fieldturf,2007120910
204
+ 202,2007_14_MIN_SF,2007,REG,14,2007-12-09,Sunday,16:05,MIN,SF,27,7,-20,Monster Park,Home,outdoors,grass,2007120909
205
+ 203,2007_14_KC_DEN,2007,REG,14,2007-12-09,Sunday,16:15,KC,DEN,7,41,34,Invesco Field at Mile High,Home,outdoors,grass,2007120911
206
+ 204,2007_14_PIT_NE,2007,REG,14,2007-12-09,Sunday,16:15,PIT,NE,13,34,21,Gillette Stadium,Home,outdoors,fieldturf,2007120906
207
+ 205,2007_14_CLE_NYJ,2007,REG,14,2007-12-09,Sunday,16:15,CLE,NYJ,24,18,-6,Giants Stadium,Home,outdoors,fieldturf,2007120912
208
+ 206,2007_14_IND_BAL,2007,REG,14,2007-12-09,Sunday,20:25,IND,BAL,44,20,-24,M&T Bank Stadium,Home,outdoors,sportturf,2007120913
209
+ 207,2007_14_NO_ATL,2007,REG,14,2007-12-10,Monday,20:40,NO,ATL,34,14,-20,Georgia Dome,Home,dome,fieldturf,2007121000
210
+ 208,2007_15_DEN_HOU,2007,REG,15,2007-12-13,Thursday,20:15,DEN,HOU,13,31,18,Reliant Stadium,Home,open,grass,2007121300
211
+ 209,2007_15_CIN_SF,2007,REG,15,2007-12-15,Saturday,20:15,CIN,SF,13,20,7,Monster Park,Home,outdoors,grass,2007121500
212
+ 210,2007_15_SEA_CAR,2007,REG,15,2007-12-16,Sunday,13:00,SEA,CAR,10,13,3,Bank of America Stadium,Home,outdoors,grass,2007121600
213
+ 211,2007_15_BUF_CLE,2007,REG,15,2007-12-16,Sunday,13:00,BUF,CLE,0,8,8,Cleveland Browns Stadium,Home,outdoors,grass,2007121601
214
+ 212,2007_15_TEN_KC,2007,REG,15,2007-12-16,Sunday,13:00,TEN,KC,26,17,-9,Arrowhead Stadium,Home,outdoors,grass,2007121602
215
+ 213,2007_15_BAL_MIA,2007,REG,15,2007-12-16,Sunday,13:00,BAL,MIA,16,22,6,Dolphin Stadium,Home,outdoors,grass,2007121603
216
+ 214,2007_15_NYJ_NE,2007,REG,15,2007-12-16,Sunday,13:00,NYJ,NE,10,20,10,Gillette Stadium,Home,outdoors,fieldturf,2007121604
217
+ 215,2007_15_ARI_NO,2007,REG,15,2007-12-16,Sunday,13:00,ARI,NO,24,31,7,Louisiana Superdome,Home,dome,fieldturf,2007121605
218
+ 216,2007_15_JAX_PIT,2007,REG,15,2007-12-16,Sunday,13:00,JAX,PIT,29,22,-7,Heinz Field,Home,outdoors,dessograss,2007121606
219
+ 217,2007_15_GB_STL,2007,REG,15,2007-12-16,Sunday,13:00,GB,STL,33,14,-19,Edward Jones Dome,Home,dome,fieldturf,2007121607
220
+ 218,2007_15_ATL_TB,2007,REG,15,2007-12-16,Sunday,13:00,ATL,TB,3,37,34,Raymond James Stadium,Home,outdoors,grass,2007121608
221
+ 219,2007_15_IND_OAK,2007,REG,15,2007-12-16,Sunday,16:05,IND,OAK,21,14,-7,McAfee Coliseum,Home,outdoors,grass,2007121609
222
+ 220,2007_15_PHI_DAL,2007,REG,15,2007-12-16,Sunday,16:15,PHI,DAL,10,6,-4,Texas Stadium,Home,outdoors,fieldturf,2007121610
223
+ 221,2007_15_DET_SD,2007,REG,15,2007-12-16,Sunday,16:15,DET,SD,14,51,37,Qualcomm Stadium,Home,outdoors,grass,2007121611
224
+ 222,2007_15_WAS_NYG,2007,REG,15,2007-12-16,Sunday,20:25,WAS,NYG,22,10,-12,Giants Stadium,Home,outdoors,fieldturf,2007121612
225
+ 223,2007_15_CHI_MIN,2007,REG,15,2007-12-17,Monday,20:40,CHI,MIN,13,20,7,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2007121701
226
+ 224,2007_16_PIT_STL,2007,REG,16,2007-12-20,Thursday,20:15,PIT,STL,41,24,-17,Edward Jones Dome,Home,dome,fieldturf,2007122000
227
+ 225,2007_16_DAL_CAR,2007,REG,16,2007-12-22,Saturday,20:15,DAL,CAR,20,13,-7,Bank of America Stadium,Home,outdoors,grass,2007122200
228
+ 226,2007_16_NYG_BUF,2007,REG,16,2007-12-23,Sunday,13:00,NYG,BUF,38,21,-17,Ralph Wilson Stadium,Home,outdoors,astroplay,2007122300
229
+ 227,2007_16_GB_CHI,2007,REG,16,2007-12-23,Sunday,13:00,GB,CHI,7,35,28,Soldier Field,Home,outdoors,grass,2007122301
230
+ 228,2007_16_CLE_CIN,2007,REG,16,2007-12-23,Sunday,13:00,CLE,CIN,14,19,5,Paul Brown Stadium,Home,outdoors,fieldturf,2007122302
231
+ 229,2007_16_KC_DET,2007,REG,16,2007-12-23,Sunday,13:00,KC,DET,20,25,5,Ford Field,Home,dome,fieldturf,2007122303
232
+ 230,2007_16_HOU_IND,2007,REG,16,2007-12-23,Sunday,13:00,HOU,IND,15,38,23,RCA Dome,Home,dome,fieldturf,2007122304
233
+ 231,2007_16_OAK_JAX,2007,REG,16,2007-12-23,Sunday,13:00,OAK,JAX,11,49,38,Jacksonville Municipal Stadium,Home,outdoors,grass,2007122305
234
+ 232,2007_16_PHI_NO,2007,REG,16,2007-12-23,Sunday,13:00,PHI,NO,38,23,-15,Louisiana Superdome,Home,dome,fieldturf,2007122308
235
+ 233,2007_16_ATL_ARI,2007,REG,16,2007-12-23,Sunday,16:05,ATL,ARI,27,30,3,University of Phoenix Stadium,Home,open,grass,2007122309
236
+ 234,2007_16_TB_SF,2007,REG,16,2007-12-23,Sunday,16:05,TB,SF,19,21,2,Monster Park,Home,outdoors,grass,2007122312
237
+ 235,2007_16_MIA_NE,2007,REG,16,2007-12-23,Sunday,16:15,MIA,NE,7,28,21,Gillette Stadium,Home,outdoors,fieldturf,2007122307
238
+ 236,2007_16_BAL_SEA,2007,REG,16,2007-12-23,Sunday,16:15,BAL,SEA,6,27,21,Qwest Field,Home,outdoors,fieldturf,2007122310
239
+ 237,2007_16_NYJ_TEN,2007,REG,16,2007-12-23,Sunday,16:15,NYJ,TEN,6,10,4,LP Field,Home,outdoors,grass,2007122311
240
+ 238,2007_16_WAS_MIN,2007,REG,16,2007-12-23,Sunday,20:15,WAS,MIN,32,21,-11,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2007122306
241
+ 239,2007_16_DEN_SD,2007,REG,16,2007-12-24,Monday,20:00,DEN,SD,3,23,20,Qualcomm Stadium,Home,outdoors,grass,2007122400
242
+ 240,2007_17_NE_NYG,2007,REG,17,2007-12-29,Saturday,20:15,NE,NYG,38,35,-3,Giants Stadium,Home,outdoors,fieldturf,2007122900
243
+ 241,2007_17_SEA_ATL,2007,REG,17,2007-12-30,Sunday,13:00,SEA,ATL,41,44,3,Georgia Dome,Home,dome,fieldturf,2007123000
244
+ 242,2007_17_NO_CHI,2007,REG,17,2007-12-30,Sunday,13:00,NO,CHI,25,33,8,Soldier Field,Home,outdoors,grass,2007123002
245
+ 243,2007_17_SF_CLE,2007,REG,17,2007-12-30,Sunday,13:00,SF,CLE,7,20,13,Cleveland Browns Stadium,Home,outdoors,grass,2007123003
246
+ 244,2007_17_DET_GB,2007,REG,17,2007-12-30,Sunday,13:00,DET,GB,13,34,21,Lambeau Field,Home,outdoors,grass,2007123004
247
+ 245,2007_17_JAX_HOU,2007,REG,17,2007-12-30,Sunday,13:00,JAX,HOU,28,42,14,Reliant Stadium,Home,open,grass,2007123005
248
+ 246,2007_17_CIN_MIA,2007,REG,17,2007-12-30,Sunday,13:00,CIN,MIA,38,25,-13,Dolphin Stadium,Home,outdoors,grass,2007123007
249
+ 247,2007_17_BUF_PHI,2007,REG,17,2007-12-30,Sunday,13:00,BUF,PHI,9,17,8,Lincoln Financial Field,Home,outdoors,grass,2007123008
250
+ 248,2007_17_CAR_TB,2007,REG,17,2007-12-30,Sunday,13:00,CAR,TB,31,23,-8,Raymond James Stadium,Home,outdoors,grass,2007123009
251
+ 249,2007_17_STL_ARI,2007,REG,17,2007-12-30,Sunday,16:15,STL,ARI,19,48,29,University of Phoenix Stadium,Home,open,grass,2007123011
252
+ 250,2007_17_PIT_BAL,2007,REG,17,2007-12-30,Sunday,16:15,PIT,BAL,21,27,6,M&T Bank Stadium,Home,outdoors,sportturf,2007123001
253
+ 251,2007_17_MIN_DEN,2007,REG,17,2007-12-30,Sunday,16:15,MIN,DEN,19,22,3,Invesco Field at Mile High,Home,outdoors,grass,2007123012
254
+ 252,2007_17_KC_NYJ,2007,REG,17,2007-12-30,Sunday,16:15,KC,NYJ,10,13,3,Giants Stadium,Home,outdoors,fieldturf,2007123014
255
+ 253,2007_17_SD_OAK,2007,REG,17,2007-12-30,Sunday,16:15,SD,OAK,30,17,-13,McAfee Coliseum,Home,outdoors,grass,2007123013
256
+ 254,2007_17_DAL_WAS,2007,REG,17,2007-12-30,Sunday,16:15,DAL,WAS,6,27,21,FedExField,Home,outdoors,grass,2007123010
257
+ 255,2007_17_TEN_IND,2007,REG,17,2007-12-30,Sunday,20:25,TEN,IND,16,10,-6,RCA Dome,Home,dome,fieldturf,2007123006
258
+ 256,2007_18_WAS_SEA,2007,WC,18,2008-01-05,Saturday,16:30,WAS,SEA,14,35,21,Qwest Field,Home,outdoors,fieldturf,2008010500
259
+ 257,2007_18_JAX_PIT,2007,WC,18,2008-01-05,Saturday,20:15,JAX,PIT,31,29,-2,Heinz Field,Home,outdoors,dessograss,2008010501
260
+ 258,2007_18_NYG_TB,2007,WC,18,2008-01-06,Sunday,13:00,NYG,TB,24,14,-10,Raymond James Stadium,Home,outdoors,grass,2008010600
261
+ 259,2007_18_TEN_SD,2007,WC,18,2008-01-06,Sunday,16:30,TEN,SD,6,17,11,Qualcomm Stadium,Home,outdoors,grass,2008010601
262
+ 260,2007_19_SEA_GB,2007,DIV,19,2008-01-12,Saturday,16:30,SEA,GB,20,42,22,Lambeau Field,Home,outdoors,grass,2008011200
263
+ 261,2007_19_JAX_NE,2007,DIV,19,2008-01-12,Saturday,20:15,JAX,NE,20,31,11,Gillette Stadium,Home,outdoors,fieldturf,2008011201
264
+ 262,2007_19_SD_IND,2007,DIV,19,2008-01-13,Sunday,13:00,SD,IND,28,24,-4,RCA Dome,Home,dome,fieldturf,2008011300
265
+ 263,2007_19_NYG_DAL,2007,DIV,19,2008-01-13,Sunday,16:30,NYG,DAL,21,17,-4,Texas Stadium,Home,outdoors,fieldturf,2008011301
266
+ 264,2007_20_SD_NE,2007,CON,20,2008-01-20,Sunday,15:00,SD,NE,12,21,9,Gillette Stadium,Home,outdoors,fieldturf,2008012000
267
+ 265,2007_20_NYG_GB,2007,CON,20,2008-01-20,Sunday,18:30,NYG,GB,23,20,-3,Lambeau Field,Home,outdoors,grass,2008012001
268
+ 266,2007_21_NYG_NE,2007,SB,21,2008-02-03,Sunday,18:30,NYG,NE,17,14,-3,University of Phoenix Stadium,Neutral,closed,grass,2008020300
Source/Build/nfl_data_py/data/schedules/2008.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2008_01_WAS_NYG,2008,REG,1,2008-09-04,Thursday,19:00,WAS,NYG,7,16,9,Giants Stadium,Home,outdoors,fieldturf,2008090400
3
+ 1,2008_01_DET_ATL,2008,REG,1,2008-09-07,Sunday,13:00,DET,ATL,21,34,13,Georgia Dome,Home,dome,fieldturf,2008090700
4
+ 2,2008_01_CIN_BAL,2008,REG,1,2008-09-07,Sunday,13:00,CIN,BAL,10,17,7,M&T Bank Stadium,Home,outdoors,sportturf,2008090701
5
+ 3,2008_01_SEA_BUF,2008,REG,1,2008-09-07,Sunday,13:00,SEA,BUF,10,34,24,Ralph Wilson Stadium,Home,outdoors,astroplay,2008090702
6
+ 4,2008_01_NYJ_MIA,2008,REG,1,2008-09-07,Sunday,13:00,NYJ,MIA,20,14,-6,Dolphin Stadium,Home,outdoors,grass,2008090703
7
+ 5,2008_01_KC_NE,2008,REG,1,2008-09-07,Sunday,13:00,KC,NE,10,17,7,Gillette Stadium,Home,outdoors,fieldturf,2008090704
8
+ 6,2008_01_TB_NO,2008,REG,1,2008-09-07,Sunday,13:00,TB,NO,20,24,4,Louisiana Superdome,Home,dome,fieldturf,2008090705
9
+ 7,2008_01_STL_PHI,2008,REG,1,2008-09-07,Sunday,13:00,STL,PHI,3,38,35,Lincoln Financial Field,Home,outdoors,grass,2008090706
10
+ 8,2008_01_HOU_PIT,2008,REG,1,2008-09-07,Sunday,13:00,HOU,PIT,17,38,21,Heinz Field,Home,outdoors,dessograss,2008090707
11
+ 9,2008_01_JAX_TEN,2008,REG,1,2008-09-07,Sunday,13:00,JAX,TEN,10,17,7,LP Field,Home,outdoors,grass,2008090708
12
+ 10,2008_01_DAL_CLE,2008,REG,1,2008-09-07,Sunday,16:15,DAL,CLE,28,10,-18,Cleveland Browns Stadium,Home,outdoors,grass,2008090709
13
+ 11,2008_01_CAR_SD,2008,REG,1,2008-09-07,Sunday,16:15,CAR,SD,26,24,-2,Qualcomm Stadium,Home,outdoors,grass,2008090710
14
+ 12,2008_01_ARI_SF,2008,REG,1,2008-09-07,Sunday,16:15,ARI,SF,23,13,-10,Candlestick Park,Home,outdoors,grass,2008090711
15
+ 13,2008_01_CHI_IND,2008,REG,1,2008-09-07,Sunday,20:15,CHI,IND,29,13,-16,Lucas Oil Stadium,Home,open,fieldturf,2008090712
16
+ 14,2008_01_MIN_GB,2008,REG,1,2008-09-08,Monday,19:00,MIN,GB,19,24,5,Lambeau Field,Home,outdoors,grass,2008090800
17
+ 15,2008_01_DEN_OAK,2008,REG,1,2008-09-08,Monday,22:15,DEN,OAK,41,14,-27,Oakland-Alameda County Coliseum,Home,outdoors,grass,2008090801
18
+ 16,2008_02_CHI_CAR,2008,REG,2,2008-09-14,Sunday,13:00,CHI,CAR,17,20,3,Bank of America Stadium,Home,outdoors,grass,2008091400
19
+ 17,2008_02_TEN_CIN,2008,REG,2,2008-09-14,Sunday,13:00,TEN,CIN,24,7,-17,Paul Brown Stadium,Home,outdoors,fieldturf,2008091401
20
+ 18,2008_02_GB_DET,2008,REG,2,2008-09-14,Sunday,13:00,GB,DET,48,25,-23,Ford Field,Home,dome,fieldturf,2008091402
21
+ 19,2008_02_BUF_JAX,2008,REG,2,2008-09-14,Sunday,13:00,BUF,JAX,20,16,-4,Jacksonville Municipal Stadium,Home,outdoors,grass,2008091403
22
+ 20,2008_02_OAK_KC,2008,REG,2,2008-09-14,Sunday,13:00,OAK,KC,23,8,-15,Arrowhead Stadium,Home,outdoors,grass,2008091404
23
+ 21,2008_02_IND_MIN,2008,REG,2,2008-09-14,Sunday,13:00,IND,MIN,18,15,-3,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2008091405
24
+ 22,2008_02_NYG_STL,2008,REG,2,2008-09-14,Sunday,13:00,NYG,STL,41,13,-28,Edward Jones Dome,Home,dome,fieldturf,2008091406
25
+ 23,2008_02_NO_WAS,2008,REG,2,2008-09-14,Sunday,13:00,NO,WAS,24,29,5,FedExField,Home,outdoors,grass,2008091407
26
+ 24,2008_02_SF_SEA,2008,REG,2,2008-09-14,Sunday,16:05,SF,SEA,33,30,-3,Qwest Field,Home,outdoors,fieldturf,2008091408
27
+ 25,2008_02_ATL_TB,2008,REG,2,2008-09-14,Sunday,16:05,ATL,TB,9,24,15,Raymond James Stadium,Home,outdoors,grass,2008091409
28
+ 26,2008_02_MIA_ARI,2008,REG,2,2008-09-14,Sunday,16:15,MIA,ARI,10,31,21,University of Phoenix Stadium,Home,closed,grass,2008091410
29
+ 27,2008_02_SD_DEN,2008,REG,2,2008-09-14,Sunday,16:15,SD,DEN,38,39,1,Invesco Field at Mile High,Home,outdoors,grass,2008091411
30
+ 28,2008_02_NE_NYJ,2008,REG,2,2008-09-14,Sunday,16:15,NE,NYJ,19,10,-9,Giants Stadium,Home,outdoors,fieldturf,2008091413
31
+ 29,2008_02_PIT_CLE,2008,REG,2,2008-09-14,Sunday,20:15,PIT,CLE,10,6,-4,Cleveland Browns Stadium,Home,outdoors,grass,2008091414
32
+ 30,2008_02_PHI_DAL,2008,REG,2,2008-09-15,Monday,20:30,PHI,DAL,37,41,4,Texas Stadium,Home,outdoors,fieldturf,2008091500
33
+ 31,2008_03_KC_ATL,2008,REG,3,2008-09-21,Sunday,13:00,KC,ATL,14,38,24,Georgia Dome,Home,dome,fieldturf,2008092100
34
+ 32,2008_03_OAK_BUF,2008,REG,3,2008-09-21,Sunday,13:00,OAK,BUF,23,24,1,Ralph Wilson Stadium,Home,outdoors,astroplay,2008092101
35
+ 33,2008_03_TB_CHI,2008,REG,3,2008-09-21,Sunday,13:00,TB,CHI,27,24,-3,Soldier Field,Home,outdoors,grass,2008092102
36
+ 34,2008_03_CAR_MIN,2008,REG,3,2008-09-21,Sunday,13:00,CAR,MIN,10,20,10,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2008092103
37
+ 35,2008_03_MIA_NE,2008,REG,3,2008-09-21,Sunday,13:00,MIA,NE,38,13,-25,Gillette Stadium,Home,outdoors,fieldturf,2008092104
38
+ 36,2008_03_CIN_NYG,2008,REG,3,2008-09-21,Sunday,13:00,CIN,NYG,23,26,3,Giants Stadium,Home,outdoors,fieldturf,2008092105
39
+ 37,2008_03_HOU_TEN,2008,REG,3,2008-09-21,Sunday,13:00,HOU,TEN,12,31,19,LP Field,Home,outdoors,grass,2008092106
40
+ 38,2008_03_ARI_WAS,2008,REG,3,2008-09-21,Sunday,13:00,ARI,WAS,17,24,7,FedExField,Home,outdoors,grass,2008092107
41
+ 39,2008_03_NO_DEN,2008,REG,3,2008-09-21,Sunday,16:05,NO,DEN,32,34,2,Invesco Field at Mile High,Home,outdoors,grass,2008092108
42
+ 40,2008_03_STL_SEA,2008,REG,3,2008-09-21,Sunday,16:05,STL,SEA,13,37,24,Qwest Field,Home,outdoors,fieldturf,2008092110
43
+ 41,2008_03_DET_SF,2008,REG,3,2008-09-21,Sunday,16:05,DET,SF,13,31,18,Candlestick Park,Home,outdoors,grass,2008092109
44
+ 42,2008_03_CLE_BAL,2008,REG,3,2008-09-21,Sunday,16:15,CLE,BAL,10,28,18,M&T Bank Stadium,Home,outdoors,sportturf,2008092111
45
+ 43,2008_03_JAX_IND,2008,REG,3,2008-09-21,Sunday,16:15,JAX,IND,23,21,-2,Lucas Oil Stadium,Home,closed,fieldturf,2008092112
46
+ 44,2008_03_PIT_PHI,2008,REG,3,2008-09-21,Sunday,16:15,PIT,PHI,6,15,9,Lincoln Financial Field,Home,outdoors,grass,2008092113
47
+ 45,2008_03_DAL_GB,2008,REG,3,2008-09-21,Sunday,20:15,DAL,GB,27,16,-11,Lambeau Field,Home,outdoors,grass,2008092114
48
+ 46,2008_03_NYJ_SD,2008,REG,3,2008-09-22,Monday,20:30,NYJ,SD,29,48,19,Qualcomm Stadium,Home,outdoors,grass,2008092200
49
+ 47,2008_04_ATL_CAR,2008,REG,4,2008-09-28,Sunday,13:00,ATL,CAR,9,24,15,Bank of America Stadium,Home,outdoors,grass,2008092800
50
+ 48,2008_04_CLE_CIN,2008,REG,4,2008-09-28,Sunday,13:00,CLE,CIN,20,12,-8,Paul Brown Stadium,Home,outdoors,fieldturf,2008092801
51
+ 49,2008_04_HOU_JAX,2008,REG,4,2008-09-28,Sunday,13:00,HOU,JAX,27,30,3,Jacksonville Municipal Stadium,Home,outdoors,grass,2008092802
52
+ 50,2008_04_DEN_KC,2008,REG,4,2008-09-28,Sunday,13:00,DEN,KC,19,33,14,Arrowhead Stadium,Home,outdoors,grass,2008092803
53
+ 51,2008_04_SF_NO,2008,REG,4,2008-09-28,Sunday,13:00,SF,NO,17,31,14,Louisiana Superdome,Home,dome,fieldturf,2008092804
54
+ 52,2008_04_ARI_NYJ,2008,REG,4,2008-09-28,Sunday,13:00,ARI,NYJ,35,56,21,Giants Stadium,Home,outdoors,fieldturf,2008092805
55
+ 53,2008_04_GB_TB,2008,REG,4,2008-09-28,Sunday,13:00,GB,TB,21,30,9,Raymond James Stadium,Home,outdoors,grass,2008092806
56
+ 54,2008_04_MIN_TEN,2008,REG,4,2008-09-28,Sunday,13:00,MIN,TEN,17,30,13,LP Field,Home,outdoors,grass,2008092807
57
+ 55,2008_04_SD_OAK,2008,REG,4,2008-09-28,Sunday,16:05,SD,OAK,28,18,-10,Oakland-Alameda County Coliseum,Home,outdoors,grass,2008092808
58
+ 56,2008_04_BUF_STL,2008,REG,4,2008-09-28,Sunday,16:05,BUF,STL,31,14,-17,Edward Jones Dome,Home,dome,fieldturf,2008092809
59
+ 57,2008_04_WAS_DAL,2008,REG,4,2008-09-28,Sunday,16:15,WAS,DAL,26,24,-2,Texas Stadium,Home,outdoors,fieldturf,2008092810
60
+ 58,2008_04_PHI_CHI,2008,REG,4,2008-09-28,Sunday,20:15,PHI,CHI,20,24,4,Soldier Field,Home,outdoors,grass,2008092811
61
+ 59,2008_04_BAL_PIT,2008,REG,4,2008-09-29,Monday,20:30,BAL,PIT,20,23,3,Heinz Field,Home,outdoors,dessograss,2008092900
62
+ 60,2008_05_TEN_BAL,2008,REG,5,2008-10-05,Sunday,13:00,TEN,BAL,13,10,-3,M&T Bank Stadium,Home,outdoors,sportturf,2008100500
63
+ 61,2008_05_KC_CAR,2008,REG,5,2008-10-05,Sunday,13:00,KC,CAR,0,34,34,Bank of America Stadium,Home,outdoors,grass,2008100501
64
+ 62,2008_05_CHI_DET,2008,REG,5,2008-10-05,Sunday,13:00,CHI,DET,34,7,-27,Ford Field,Home,dome,fieldturf,2008100502
65
+ 63,2008_05_ATL_GB,2008,REG,5,2008-10-05,Sunday,13:00,ATL,GB,27,24,-3,Lambeau Field,Home,outdoors,grass,2008100503
66
+ 64,2008_05_IND_HOU,2008,REG,5,2008-10-05,Sunday,13:00,IND,HOU,31,27,-4,Reliant Stadium,Home,open,grass,2008100504
67
+ 65,2008_05_SD_MIA,2008,REG,5,2008-10-05,Sunday,13:00,SD,MIA,10,17,7,Dolphin Stadium,Home,outdoors,grass,2008100505
68
+ 66,2008_05_SEA_NYG,2008,REG,5,2008-10-05,Sunday,13:00,SEA,NYG,6,44,38,Giants Stadium,Home,outdoors,fieldturf,2008100506
69
+ 67,2008_05_WAS_PHI,2008,REG,5,2008-10-05,Sunday,13:00,WAS,PHI,23,17,-6,Lincoln Financial Field,Home,outdoors,grass,2008100507
70
+ 68,2008_05_TB_DEN,2008,REG,5,2008-10-05,Sunday,16:05,TB,DEN,13,16,3,Invesco Field at Mile High,Home,outdoors,grass,2008100508
71
+ 69,2008_05_BUF_ARI,2008,REG,5,2008-10-05,Sunday,16:15,BUF,ARI,17,41,24,University of Phoenix Stadium,Home,closed,grass,2008100509
72
+ 70,2008_05_CIN_DAL,2008,REG,5,2008-10-05,Sunday,16:15,CIN,DAL,22,31,9,Texas Stadium,Home,outdoors,fieldturf,2008100510
73
+ 71,2008_05_NE_SF,2008,REG,5,2008-10-05,Sunday,16:15,NE,SF,30,21,-9,Candlestick Park,Home,outdoors,grass,2008100511
74
+ 72,2008_05_PIT_JAX,2008,REG,5,2008-10-05,Sunday,20:15,PIT,JAX,26,21,-5,Jacksonville Municipal Stadium,Home,outdoors,grass,2008100512
75
+ 73,2008_05_MIN_NO,2008,REG,5,2008-10-06,Monday,20:30,MIN,NO,30,27,-3,Louisiana Superdome,Home,dome,fieldturf,2008100600
76
+ 74,2008_06_CHI_ATL,2008,REG,6,2008-10-12,Sunday,13:00,CHI,ATL,20,22,2,Georgia Dome,Home,dome,fieldturf,2008101200
77
+ 75,2008_06_MIA_HOU,2008,REG,6,2008-10-12,Sunday,13:00,MIA,HOU,28,29,1,Reliant Stadium,Home,open,grass,2008101201
78
+ 76,2008_06_BAL_IND,2008,REG,6,2008-10-12,Sunday,13:00,BAL,IND,3,31,28,Lucas Oil Stadium,Home,open,fieldturf,2008101202
79
+ 77,2008_06_DET_MIN,2008,REG,6,2008-10-12,Sunday,13:00,DET,MIN,10,12,2,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2008101203
80
+ 78,2008_06_OAK_NO,2008,REG,6,2008-10-12,Sunday,13:00,OAK,NO,3,34,31,Louisiana Superdome,Home,dome,fieldturf,2008101204
81
+ 79,2008_06_CIN_NYJ,2008,REG,6,2008-10-12,Sunday,13:00,CIN,NYJ,14,26,12,Giants Stadium,Home,outdoors,fieldturf,2008101205
82
+ 80,2008_06_CAR_TB,2008,REG,6,2008-10-12,Sunday,13:00,CAR,TB,3,27,24,Raymond James Stadium,Home,outdoors,grass,2008101206
83
+ 81,2008_06_STL_WAS,2008,REG,6,2008-10-12,Sunday,13:00,STL,WAS,19,17,-2,FedExField,Home,outdoors,grass,2008101207
84
+ 82,2008_06_JAX_DEN,2008,REG,6,2008-10-12,Sunday,16:05,JAX,DEN,24,17,-7,Invesco Field at Mile High,Home,outdoors,grass,2008101208
85
+ 83,2008_06_DAL_ARI,2008,REG,6,2008-10-12,Sunday,16:15,DAL,ARI,24,30,6,University of Phoenix Stadium,Home,closed,grass,2008101209
86
+ 84,2008_06_GB_SEA,2008,REG,6,2008-10-12,Sunday,16:15,GB,SEA,27,17,-10,Qwest Field,Home,outdoors,fieldturf,2008101211
87
+ 85,2008_06_PHI_SF,2008,REG,6,2008-10-12,Sunday,16:15,PHI,SF,40,26,-14,Candlestick Park,Home,outdoors,grass,2008101210
88
+ 86,2008_06_NE_SD,2008,REG,6,2008-10-12,Sunday,20:15,NE,SD,10,30,20,Qualcomm Stadium,Home,outdoors,grass,2008101212
89
+ 87,2008_06_NYG_CLE,2008,REG,6,2008-10-13,Monday,20:30,NYG,CLE,14,35,21,Cleveland Browns Stadium,Home,outdoors,grass,2008101300
90
+ 88,2008_07_SD_BUF,2008,REG,7,2008-10-19,Sunday,13:00,SD,BUF,14,23,9,Ralph Wilson Stadium,Home,outdoors,astroplay,2008101900
91
+ 89,2008_07_NO_CAR,2008,REG,7,2008-10-19,Sunday,13:00,NO,CAR,7,30,23,Bank of America Stadium,Home,outdoors,grass,2008101901
92
+ 90,2008_07_MIN_CHI,2008,REG,7,2008-10-19,Sunday,13:00,MIN,CHI,41,48,7,Soldier Field,Home,outdoors,grass,2008101902
93
+ 91,2008_07_PIT_CIN,2008,REG,7,2008-10-19,Sunday,13:00,PIT,CIN,38,10,-28,Paul Brown Stadium,Home,outdoors,fieldturf,2008101903
94
+ 92,2008_07_TEN_KC,2008,REG,7,2008-10-19,Sunday,13:00,TEN,KC,34,10,-24,Arrowhead Stadium,Home,outdoors,grass,2008101904
95
+ 93,2008_07_BAL_MIA,2008,REG,7,2008-10-19,Sunday,13:00,BAL,MIA,27,13,-14,Dolphin Stadium,Home,outdoors,grass,2008101905
96
+ 94,2008_07_SF_NYG,2008,REG,7,2008-10-19,Sunday,13:00,SF,NYG,17,29,12,Giants Stadium,Home,outdoors,fieldturf,2008101906
97
+ 95,2008_07_DAL_STL,2008,REG,7,2008-10-19,Sunday,13:00,DAL,STL,14,34,20,Edward Jones Dome,Home,dome,fieldturf,2008101907
98
+ 96,2008_07_DET_HOU,2008,REG,7,2008-10-19,Sunday,16:05,DET,HOU,21,28,7,Reliant Stadium,Home,open,grass,2008101908
99
+ 97,2008_07_IND_GB,2008,REG,7,2008-10-19,Sunday,16:15,IND,GB,14,34,20,Lambeau Field,Home,outdoors,grass,2008101909
100
+ 98,2008_07_NYJ_OAK,2008,REG,7,2008-10-19,Sunday,16:15,NYJ,OAK,13,16,3,Oakland-Alameda County Coliseum,Home,outdoors,grass,2008101910
101
+ 99,2008_07_CLE_WAS,2008,REG,7,2008-10-19,Sunday,16:15,CLE,WAS,11,14,3,FedExField,Home,outdoors,grass,2008101911
102
+ 100,2008_07_SEA_TB,2008,REG,7,2008-10-19,Sunday,20:15,SEA,TB,10,20,10,Raymond James Stadium,Home,outdoors,grass,2008101912
103
+ 101,2008_07_DEN_NE,2008,REG,7,2008-10-20,Monday,20:30,DEN,NE,7,41,34,Gillette Stadium,Home,outdoors,fieldturf,2008102000
104
+ 102,2008_08_OAK_BAL,2008,REG,8,2008-10-26,Sunday,13:00,OAK,BAL,10,29,19,M&T Bank Stadium,Home,outdoors,sportturf,2008102600
105
+ 103,2008_08_ARI_CAR,2008,REG,8,2008-10-26,Sunday,13:00,ARI,CAR,23,27,4,Bank of America Stadium,Home,outdoors,grass,2008102601
106
+ 104,2008_08_TB_DAL,2008,REG,8,2008-10-26,Sunday,13:00,TB,DAL,9,13,4,Texas Stadium,Home,outdoors,fieldturf,2008102602
107
+ 105,2008_08_WAS_DET,2008,REG,8,2008-10-26,Sunday,13:00,WAS,DET,25,17,-8,Ford Field,Home,dome,fieldturf,2008102603
108
+ 106,2008_08_BUF_MIA,2008,REG,8,2008-10-26,Sunday,13:00,BUF,MIA,16,25,9,Dolphin Stadium,Home,outdoors,grass,2008102604
109
+ 107,2008_08_STL_NE,2008,REG,8,2008-10-26,Sunday,13:00,STL,NE,16,23,7,Gillette Stadium,Home,outdoors,fieldturf,2008102605
110
+ 108,2008_08_SD_NO,2008,REG,8,2008-10-26,Sunday,13:00,SD,NO,32,37,5,Wembley Stadium,Neutral,outdoors,grass,2008102606
111
+ 109,2008_08_KC_NYJ,2008,REG,8,2008-10-26,Sunday,13:00,KC,NYJ,24,28,4,Giants Stadium,Home,outdoors,fieldturf,2008102607
112
+ 110,2008_08_ATL_PHI,2008,REG,8,2008-10-26,Sunday,13:00,ATL,PHI,14,27,13,Lincoln Financial Field,Home,outdoors,grass,2008102608
113
+ 111,2008_08_CIN_HOU,2008,REG,8,2008-10-26,Sunday,16:05,CIN,HOU,6,35,29,Reliant Stadium,Home,open,grass,2008102612
114
+ 112,2008_08_CLE_JAX,2008,REG,8,2008-10-26,Sunday,16:05,CLE,JAX,23,17,-6,Jacksonville Municipal Stadium,Home,outdoors,grass,2008102609
115
+ 113,2008_08_NYG_PIT,2008,REG,8,2008-10-26,Sunday,16:15,NYG,PIT,21,14,-7,Heinz Field,Home,outdoors,dessograss,2008102610
116
+ 114,2008_08_SEA_SF,2008,REG,8,2008-10-26,Sunday,16:15,SEA,SF,34,13,-21,Candlestick Park,Home,outdoors,grass,2008102611
117
+ 115,2008_08_IND_TEN,2008,REG,8,2008-10-27,Monday,20:30,IND,TEN,21,31,10,LP Field,Home,outdoors,grass,2008102700
118
+ 116,2008_09_NYJ_BUF,2008,REG,9,2008-11-02,Sunday,13:00,NYJ,BUF,26,17,-9,Ralph Wilson Stadium,Home,outdoors,astroplay,2008110200
119
+ 117,2008_09_DET_CHI,2008,REG,9,2008-11-02,Sunday,13:00,DET,CHI,23,27,4,Soldier Field,Home,outdoors,grass,2008110201
120
+ 118,2008_09_JAX_CIN,2008,REG,9,2008-11-02,Sunday,13:00,JAX,CIN,19,21,2,Paul Brown Stadium,Home,outdoors,fieldturf,2008110202
121
+ 119,2008_09_BAL_CLE,2008,REG,9,2008-11-02,Sunday,13:00,BAL,CLE,37,27,-10,Cleveland Browns Stadium,Home,outdoors,grass,2008110203
122
+ 120,2008_09_TB_KC,2008,REG,9,2008-11-02,Sunday,13:00,TB,KC,30,27,-3,Arrowhead Stadium,Home,outdoors,grass,2008110204
123
+ 121,2008_09_HOU_MIN,2008,REG,9,2008-11-02,Sunday,13:00,HOU,MIN,21,28,7,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2008110205
124
+ 122,2008_09_ARI_STL,2008,REG,9,2008-11-02,Sunday,13:00,ARI,STL,34,13,-21,Edward Jones Dome,Home,dome,fieldturf,2008110206
125
+ 123,2008_09_GB_TEN,2008,REG,9,2008-11-02,Sunday,13:00,GB,TEN,16,19,3,LP Field,Home,outdoors,grass,2008110207
126
+ 124,2008_09_MIA_DEN,2008,REG,9,2008-11-02,Sunday,16:05,MIA,DEN,26,17,-9,Invesco Field at Mile High,Home,outdoors,grass,2008110208
127
+ 125,2008_09_DAL_NYG,2008,REG,9,2008-11-02,Sunday,16:15,DAL,NYG,14,35,21,Giants Stadium,Home,outdoors,fieldturf,2008110209
128
+ 126,2008_09_ATL_OAK,2008,REG,9,2008-11-02,Sunday,16:15,ATL,OAK,24,0,-24,Oakland-Alameda County Coliseum,Home,outdoors,grass,2008110210
129
+ 127,2008_09_PHI_SEA,2008,REG,9,2008-11-02,Sunday,16:15,PHI,SEA,26,7,-19,Qwest Field,Home,outdoors,fieldturf,2008110211
130
+ 128,2008_09_NE_IND,2008,REG,9,2008-11-02,Sunday,20:15,NE,IND,15,18,3,Lucas Oil Stadium,Home,open,fieldturf,2008110212
131
+ 129,2008_09_PIT_WAS,2008,REG,9,2008-11-03,Monday,20:30,PIT,WAS,23,6,-17,FedExField,Home,outdoors,grass,2008110300
132
+ 130,2008_10_DEN_CLE,2008,REG,10,2008-11-06,Thursday,20:15,DEN,CLE,34,30,-4,Cleveland Browns Stadium,Home,outdoors,grass,2008110600
133
+ 131,2008_10_NO_ATL,2008,REG,10,2008-11-09,Sunday,13:00,NO,ATL,20,34,14,Georgia Dome,Home,dome,fieldturf,2008110900
134
+ 132,2008_10_TEN_CHI,2008,REG,10,2008-11-09,Sunday,13:00,TEN,CHI,21,14,-7,Soldier Field,Home,outdoors,grass,2008110901
135
+ 133,2008_10_JAX_DET,2008,REG,10,2008-11-09,Sunday,13:00,JAX,DET,38,14,-24,Ford Field,Home,dome,fieldturf,2008110902
136
+ 134,2008_10_BAL_HOU,2008,REG,10,2008-11-09,Sunday,13:00,BAL,HOU,41,13,-28,Reliant Stadium,Home,open,grass,2008110903
137
+ 135,2008_10_SEA_MIA,2008,REG,10,2008-11-09,Sunday,13:00,SEA,MIA,19,21,2,Dolphin Stadium,Home,outdoors,grass,2008110904
138
+ 136,2008_10_GB_MIN,2008,REG,10,2008-11-09,Sunday,13:00,GB,MIN,27,28,1,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2008110905
139
+ 137,2008_10_BUF_NE,2008,REG,10,2008-11-09,Sunday,13:00,BUF,NE,10,20,10,Gillette Stadium,Home,outdoors,fieldturf,2008110906
140
+ 138,2008_10_STL_NYJ,2008,REG,10,2008-11-09,Sunday,13:00,STL,NYJ,3,47,44,Giants Stadium,Home,outdoors,fieldturf,2008110907
141
+ 139,2008_10_CAR_OAK,2008,REG,10,2008-11-09,Sunday,16:05,CAR,OAK,17,6,-11,Oakland-Alameda County Coliseum,Home,outdoors,grass,2008110908
142
+ 140,2008_10_IND_PIT,2008,REG,10,2008-11-09,Sunday,16:15,IND,PIT,24,20,-4,Heinz Field,Home,outdoors,dessograss,2008110909
143
+ 141,2008_10_KC_SD,2008,REG,10,2008-11-09,Sunday,16:15,KC,SD,19,20,1,Qualcomm Stadium,Home,outdoors,grass,2008110910
144
+ 142,2008_10_NYG_PHI,2008,REG,10,2008-11-09,Sunday,20:15,NYG,PHI,36,31,-5,Lincoln Financial Field,Home,outdoors,grass,2008110911
145
+ 143,2008_10_SF_ARI,2008,REG,10,2008-11-10,Monday,20:30,SF,ARI,24,29,5,University of Phoenix Stadium,Home,open,grass,2008111000
146
+ 144,2008_11_NYJ_NE,2008,REG,11,2008-11-13,Thursday,20:15,NYJ,NE,34,31,-3,Gillette Stadium,Home,outdoors,fieldturf,2008111300
147
+ 145,2008_11_DEN_ATL,2008,REG,11,2008-11-16,Sunday,13:00,DEN,ATL,24,20,-4,Georgia Dome,Home,dome,fieldturf,2008111600
148
+ 146,2008_11_DET_CAR,2008,REG,11,2008-11-16,Sunday,13:00,DET,CAR,22,31,9,Bank of America Stadium,Home,outdoors,grass,2008111601
149
+ 147,2008_11_PHI_CIN,2008,REG,11,2008-11-16,Sunday,13:00,PHI,CIN,13,13,0,Paul Brown Stadium,Home,outdoors,fieldturf,2008111602
150
+ 148,2008_11_CHI_GB,2008,REG,11,2008-11-16,Sunday,13:00,CHI,GB,3,37,34,Lambeau Field,Home,outdoors,grass,2008111603
151
+ 149,2008_11_HOU_IND,2008,REG,11,2008-11-16,Sunday,13:00,HOU,IND,27,33,6,Lucas Oil Stadium,Home,closed,fieldturf,2008111604
152
+ 150,2008_11_NO_KC,2008,REG,11,2008-11-16,Sunday,13:00,NO,KC,30,20,-10,Arrowhead Stadium,Home,outdoors,grass,2008111606
153
+ 151,2008_11_OAK_MIA,2008,REG,11,2008-11-16,Sunday,13:00,OAK,MIA,15,17,2,Dolphin Stadium,Home,outdoors,grass,2008111607
154
+ 152,2008_11_BAL_NYG,2008,REG,11,2008-11-16,Sunday,13:00,BAL,NYG,10,30,20,Giants Stadium,Home,outdoors,fieldturf,2008111608
155
+ 153,2008_11_MIN_TB,2008,REG,11,2008-11-16,Sunday,13:00,MIN,TB,13,19,6,Raymond James Stadium,Home,outdoors,grass,2008111609
156
+ 154,2008_11_ARI_SEA,2008,REG,11,2008-11-16,Sunday,16:05,ARI,SEA,26,20,-6,Qwest Field,Home,outdoors,fieldturf,2008111611
157
+ 155,2008_11_STL_SF,2008,REG,11,2008-11-16,Sunday,16:05,STL,SF,16,35,19,Candlestick Park,Home,outdoors,grass,2008111610
158
+ 156,2008_11_TEN_JAX,2008,REG,11,2008-11-16,Sunday,16:15,TEN,JAX,24,14,-10,Jacksonville Municipal Stadium,Home,outdoors,grass,2008111605
159
+ 157,2008_11_SD_PIT,2008,REG,11,2008-11-16,Sunday,16:15,SD,PIT,10,11,1,Heinz Field,Home,outdoors,dessograss,2008111612
160
+ 158,2008_11_DAL_WAS,2008,REG,11,2008-11-16,Sunday,20:15,DAL,WAS,14,10,-4,FedExField,Home,outdoors,grass,2008111613
161
+ 159,2008_11_CLE_BUF,2008,REG,11,2008-11-17,Monday,20:30,CLE,BUF,29,27,-2,Ralph Wilson Stadium,Home,outdoors,astroplay,2008111700
162
+ 160,2008_12_CIN_PIT,2008,REG,12,2008-11-20,Thursday,20:15,CIN,PIT,10,27,17,Heinz Field,Home,outdoors,dessograss,2008112000
163
+ 161,2008_12_PHI_BAL,2008,REG,12,2008-11-23,Sunday,13:00,PHI,BAL,7,36,29,M&T Bank Stadium,Home,outdoors,sportturf,2008112301
164
+ 162,2008_12_HOU_CLE,2008,REG,12,2008-11-23,Sunday,13:00,HOU,CLE,16,6,-10,Cleveland Browns Stadium,Home,outdoors,grass,2008112302
165
+ 163,2008_12_SF_DAL,2008,REG,12,2008-11-23,Sunday,13:00,SF,DAL,22,35,13,Texas Stadium,Home,outdoors,fieldturf,2008112303
166
+ 164,2008_12_TB_DET,2008,REG,12,2008-11-23,Sunday,13:00,TB,DET,38,20,-18,Ford Field,Home,dome,fieldturf,2008112304
167
+ 165,2008_12_MIN_JAX,2008,REG,12,2008-11-23,Sunday,13:00,MIN,JAX,30,12,-18,Jacksonville Municipal Stadium,Home,outdoors,grass,2008112305
168
+ 166,2008_12_BUF_KC,2008,REG,12,2008-11-23,Sunday,13:00,BUF,KC,54,31,-23,Arrowhead Stadium,Home,outdoors,grass,2008112306
169
+ 167,2008_12_NE_MIA,2008,REG,12,2008-11-23,Sunday,13:00,NE,MIA,48,28,-20,Dolphin Stadium,Home,outdoors,grass,2008112307
170
+ 168,2008_12_CHI_STL,2008,REG,12,2008-11-23,Sunday,13:00,CHI,STL,27,3,-24,Edward Jones Dome,Home,dome,fieldturf,2008112308
171
+ 169,2008_12_NYJ_TEN,2008,REG,12,2008-11-23,Sunday,13:00,NYJ,TEN,34,13,-21,LP Field,Home,outdoors,grass,2008112309
172
+ 170,2008_12_OAK_DEN,2008,REG,12,2008-11-23,Sunday,16:05,OAK,DEN,31,10,-21,Invesco Field at Mile High,Home,outdoors,grass,2008112310
173
+ 171,2008_12_NYG_ARI,2008,REG,12,2008-11-23,Sunday,16:15,NYG,ARI,37,29,-8,University of Phoenix Stadium,Home,closed,grass,2008112311
174
+ 172,2008_12_CAR_ATL,2008,REG,12,2008-11-23,Sunday,16:15,CAR,ATL,28,45,17,Georgia Dome,Home,dome,fieldturf,2008112300
175
+ 173,2008_12_WAS_SEA,2008,REG,12,2008-11-23,Sunday,16:15,WAS,SEA,20,17,-3,Qwest Field,Home,outdoors,fieldturf,2008112312
176
+ 174,2008_12_IND_SD,2008,REG,12,2008-11-23,Sunday,20:15,IND,SD,23,20,-3,Qualcomm Stadium,Home,outdoors,grass,2008112313
177
+ 175,2008_12_GB_NO,2008,REG,12,2008-11-24,Monday,20:30,GB,NO,29,51,22,Louisiana Superdome,Home,dome,fieldturf,2008112400
178
+ 176,2008_13_TEN_DET,2008,REG,13,2008-11-27,Thursday,12:30,TEN,DET,47,10,-37,Ford Field,Home,dome,fieldturf,2008112700
179
+ 177,2008_13_SEA_DAL,2008,REG,13,2008-11-27,Thursday,16:25,SEA,DAL,9,34,25,Texas Stadium,Home,outdoors,fieldturf,2008112701
180
+ 178,2008_13_ARI_PHI,2008,REG,13,2008-11-27,Thursday,20:15,ARI,PHI,20,48,28,Lincoln Financial Field,Home,outdoors,grass,2008112702
181
+ 179,2008_13_SF_BUF,2008,REG,13,2008-11-30,Sunday,13:00,SF,BUF,10,3,-7,Ralph Wilson Stadium,Home,outdoors,astroplay,2008113000
182
+ 180,2008_13_BAL_CIN,2008,REG,13,2008-11-30,Sunday,13:00,BAL,CIN,34,3,-31,Paul Brown Stadium,Home,outdoors,fieldturf,2008113001
183
+ 181,2008_13_IND_CLE,2008,REG,13,2008-11-30,Sunday,13:00,IND,CLE,10,6,-4,Cleveland Browns Stadium,Home,outdoors,grass,2008113002
184
+ 182,2008_13_CAR_GB,2008,REG,13,2008-11-30,Sunday,13:00,CAR,GB,35,31,-4,Lambeau Field,Home,outdoors,grass,2008113003
185
+ 183,2008_13_MIA_STL,2008,REG,13,2008-11-30,Sunday,13:00,MIA,STL,16,12,-4,Edward Jones Dome,Home,dome,fieldturf,2008113005
186
+ 184,2008_13_NO_TB,2008,REG,13,2008-11-30,Sunday,13:00,NO,TB,20,23,3,Raymond James Stadium,Home,outdoors,grass,2008113006
187
+ 185,2008_13_NYG_WAS,2008,REG,13,2008-11-30,Sunday,13:00,NYG,WAS,23,7,-16,FedExField,Home,outdoors,grass,2008113007
188
+ 186,2008_13_ATL_SD,2008,REG,13,2008-11-30,Sunday,16:05,ATL,SD,22,16,-6,Qualcomm Stadium,Home,outdoors,grass,2008113008
189
+ 187,2008_13_PIT_NE,2008,REG,13,2008-11-30,Sunday,16:15,PIT,NE,33,10,-23,Gillette Stadium,Home,outdoors,fieldturf,2008113009
190
+ 188,2008_13_DEN_NYJ,2008,REG,13,2008-11-30,Sunday,16:15,DEN,NYJ,34,17,-17,Giants Stadium,Home,outdoors,fieldturf,2008113004
191
+ 189,2008_13_KC_OAK,2008,REG,13,2008-11-30,Sunday,16:15,KC,OAK,20,13,-7,Oakland-Alameda County Coliseum,Home,outdoors,grass,2008113010
192
+ 190,2008_13_CHI_MIN,2008,REG,13,2008-11-30,Sunday,20:15,CHI,MIN,14,34,20,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2008113011
193
+ 191,2008_13_JAX_HOU,2008,REG,13,2008-12-01,Monday,20:30,JAX,HOU,17,30,13,Reliant Stadium,Home,open,grass,2008120100
194
+ 192,2008_14_OAK_SD,2008,REG,14,2008-12-04,Thursday,20:15,OAK,SD,7,34,27,Qualcomm Stadium,Home,outdoors,grass,2008120400
195
+ 193,2008_14_JAX_CHI,2008,REG,14,2008-12-07,Sunday,13:00,JAX,CHI,10,23,13,Soldier Field,Home,outdoors,grass,2008120701
196
+ 194,2008_14_MIN_DET,2008,REG,14,2008-12-07,Sunday,13:00,MIN,DET,20,16,-4,Ford Field,Home,dome,fieldturf,2008120702
197
+ 195,2008_14_HOU_GB,2008,REG,14,2008-12-07,Sunday,13:00,HOU,GB,24,21,-3,Lambeau Field,Home,outdoors,grass,2008120703
198
+ 196,2008_14_CIN_IND,2008,REG,14,2008-12-07,Sunday,13:00,CIN,IND,3,35,32,Lucas Oil Stadium,Home,closed,fieldturf,2008120704
199
+ 197,2008_14_ATL_NO,2008,REG,14,2008-12-07,Sunday,13:00,ATL,NO,25,29,4,Louisiana Superdome,Home,dome,fieldturf,2008120705
200
+ 198,2008_14_PHI_NYG,2008,REG,14,2008-12-07,Sunday,13:00,PHI,NYG,20,14,-6,Giants Stadium,Home,outdoors,fieldturf,2008120706
201
+ 199,2008_14_CLE_TEN,2008,REG,14,2008-12-07,Sunday,13:00,CLE,TEN,9,28,19,LP Field,Home,outdoors,grass,2008120707
202
+ 200,2008_14_MIA_BUF,2008,REG,14,2008-12-07,Sunday,16:05,MIA,BUF,16,3,-13,Rogers Centre,Neutral,dome,fieldturf,2008120708
203
+ 201,2008_14_KC_DEN,2008,REG,14,2008-12-07,Sunday,16:05,KC,DEN,17,24,7,Invesco Field at Mile High,Home,outdoors,grass,2008120709
204
+ 202,2008_14_NE_SEA,2008,REG,14,2008-12-07,Sunday,16:05,NE,SEA,24,21,-3,Qwest Field,Home,outdoors,fieldturf,2008120713
205
+ 203,2008_14_NYJ_SF,2008,REG,14,2008-12-07,Sunday,16:05,NYJ,SF,14,24,10,Candlestick Park,Home,outdoors,grass,2008120710
206
+ 204,2008_14_STL_ARI,2008,REG,14,2008-12-07,Sunday,16:15,STL,ARI,10,34,24,University of Phoenix Stadium,Home,open,grass,2008120711
207
+ 205,2008_14_DAL_PIT,2008,REG,14,2008-12-07,Sunday,16:15,DAL,PIT,13,20,7,Heinz Field,Home,outdoors,dessograss,2008120712
208
+ 206,2008_14_WAS_BAL,2008,REG,14,2008-12-07,Sunday,20:15,WAS,BAL,10,24,14,M&T Bank Stadium,Home,outdoors,sportturf,2008120700
209
+ 207,2008_14_TB_CAR,2008,REG,14,2008-12-08,Monday,20:30,TB,CAR,23,38,15,Bank of America Stadium,Home,outdoors,grass,2008120800
210
+ 208,2008_15_NO_CHI,2008,REG,15,2008-12-11,Thursday,20:15,NO,CHI,24,27,3,Soldier Field,Home,outdoors,grass,2008121100
211
+ 209,2008_15_TB_ATL,2008,REG,15,2008-12-14,Sunday,13:00,TB,ATL,10,13,3,Georgia Dome,Home,dome,fieldturf,2008121400
212
+ 210,2008_15_WAS_CIN,2008,REG,15,2008-12-14,Sunday,13:00,WAS,CIN,13,20,7,Paul Brown Stadium,Home,outdoors,fieldturf,2008121403
213
+ 211,2008_15_TEN_HOU,2008,REG,15,2008-12-14,Sunday,13:00,TEN,HOU,12,13,1,Reliant Stadium,Home,open,grass,2008121404
214
+ 212,2008_15_DET_IND,2008,REG,15,2008-12-14,Sunday,13:00,DET,IND,21,31,10,Lucas Oil Stadium,Home,closed,fieldturf,2008121405
215
+ 213,2008_15_GB_JAX,2008,REG,15,2008-12-14,Sunday,13:00,GB,JAX,16,20,4,Jacksonville Municipal Stadium,Home,outdoors,grass,2008121406
216
+ 214,2008_15_SD_KC,2008,REG,15,2008-12-14,Sunday,13:00,SD,KC,22,21,-1,Arrowhead Stadium,Home,outdoors,grass,2008121407
217
+ 215,2008_15_SF_MIA,2008,REG,15,2008-12-14,Sunday,13:00,SF,MIA,9,14,5,Dolphin Stadium,Home,outdoors,grass,2008121408
218
+ 216,2008_15_BUF_NYJ,2008,REG,15,2008-12-14,Sunday,13:00,BUF,NYJ,27,31,4,Giants Stadium,Home,outdoors,fieldturf,2008121409
219
+ 217,2008_15_SEA_STL,2008,REG,15,2008-12-14,Sunday,13:00,SEA,STL,23,20,-3,Edward Jones Dome,Home,dome,fieldturf,2008121410
220
+ 218,2008_15_MIN_ARI,2008,REG,15,2008-12-14,Sunday,16:05,MIN,ARI,35,14,-21,University of Phoenix Stadium,Home,open,grass,2008121411
221
+ 219,2008_15_PIT_BAL,2008,REG,15,2008-12-14,Sunday,16:15,PIT,BAL,13,9,-4,M&T Bank Stadium,Home,outdoors,sportturf,2008121401
222
+ 220,2008_15_DEN_CAR,2008,REG,15,2008-12-14,Sunday,16:15,DEN,CAR,10,30,20,Bank of America Stadium,Home,outdoors,grass,2008121402
223
+ 221,2008_15_NE_OAK,2008,REG,15,2008-12-14,Sunday,16:15,NE,OAK,49,26,-23,Oakland-Alameda County Coliseum,Home,outdoors,grass,2008121412
224
+ 222,2008_15_NYG_DAL,2008,REG,15,2008-12-14,Sunday,20:15,NYG,DAL,8,20,12,Texas Stadium,Home,outdoors,fieldturf,2008121413
225
+ 223,2008_15_CLE_PHI,2008,REG,15,2008-12-15,Monday,20:30,CLE,PHI,10,30,20,Lincoln Financial Field,Home,outdoors,grass,2008121500
226
+ 224,2008_16_IND_JAX,2008,REG,16,2008-12-18,Thursday,20:15,IND,JAX,31,24,-7,Jacksonville Municipal Stadium,Home,outdoors,grass,2008121800
227
+ 225,2008_16_BAL_DAL,2008,REG,16,2008-12-20,Saturday,20:15,BAL,DAL,33,24,-9,Texas Stadium,Home,outdoors,fieldturf,2008122000
228
+ 226,2008_16_CIN_CLE,2008,REG,16,2008-12-21,Sunday,13:00,CIN,CLE,14,0,-14,Cleveland Browns Stadium,Home,outdoors,grass,2008122100
229
+ 227,2008_16_NO_DET,2008,REG,16,2008-12-21,Sunday,13:00,NO,DET,42,7,-35,Ford Field,Home,dome,fieldturf,2008122101
230
+ 228,2008_16_MIA_KC,2008,REG,16,2008-12-21,Sunday,13:00,MIA,KC,38,31,-7,Arrowhead Stadium,Home,outdoors,grass,2008122102
231
+ 229,2008_16_ARI_NE,2008,REG,16,2008-12-21,Sunday,13:00,ARI,NE,7,47,40,Gillette Stadium,Home,outdoors,fieldturf,2008122104
232
+ 230,2008_16_SF_STL,2008,REG,16,2008-12-21,Sunday,13:00,SF,STL,17,16,-1,Edward Jones Dome,Home,dome,fieldturf,2008122106
233
+ 231,2008_16_SD_TB,2008,REG,16,2008-12-21,Sunday,13:00,SD,TB,41,24,-17,Raymond James Stadium,Home,outdoors,grass,2008122112
234
+ 232,2008_16_PIT_TEN,2008,REG,16,2008-12-21,Sunday,13:00,PIT,TEN,14,31,17,LP Field,Home,outdoors,grass,2008122107
235
+ 233,2008_16_BUF_DEN,2008,REG,16,2008-12-21,Sunday,16:05,BUF,DEN,30,23,-7,Invesco Field at Mile High,Home,outdoors,grass,2008122109
236
+ 234,2008_16_HOU_OAK,2008,REG,16,2008-12-21,Sunday,16:05,HOU,OAK,16,27,11,Oakland-Alameda County Coliseum,Home,outdoors,grass,2008122110
237
+ 235,2008_16_NYJ_SEA,2008,REG,16,2008-12-21,Sunday,16:05,NYJ,SEA,3,13,10,Qwest Field,Home,outdoors,fieldturf,2008122111
238
+ 236,2008_16_ATL_MIN,2008,REG,16,2008-12-21,Sunday,16:15,ATL,MIN,24,17,-7,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2008122103
239
+ 237,2008_16_PHI_WAS,2008,REG,16,2008-12-21,Sunday,16:15,PHI,WAS,3,10,7,FedExField,Home,outdoors,grass,2008122108
240
+ 238,2008_16_CAR_NYG,2008,REG,16,2008-12-21,Sunday,20:15,CAR,NYG,28,34,6,Giants Stadium,Home,outdoors,fieldturf,2008122105
241
+ 239,2008_16_GB_CHI,2008,REG,16,2008-12-22,Monday,20:30,GB,CHI,17,20,3,Soldier Field,Home,outdoors,grass,2008122200
242
+ 240,2008_17_STL_ATL,2008,REG,17,2008-12-28,Sunday,13:00,STL,ATL,27,31,4,Georgia Dome,Home,dome,fieldturf,2008122800
243
+ 241,2008_17_NE_BUF,2008,REG,17,2008-12-28,Sunday,13:00,NE,BUF,13,0,-13,Ralph Wilson Stadium,Home,outdoors,astroplay,2008122802
244
+ 242,2008_17_KC_CIN,2008,REG,17,2008-12-28,Sunday,13:00,KC,CIN,6,16,10,Paul Brown Stadium,Home,outdoors,fieldturf,2008122803
245
+ 243,2008_17_DET_GB,2008,REG,17,2008-12-28,Sunday,13:00,DET,GB,21,31,10,Lambeau Field,Home,outdoors,grass,2008122804
246
+ 244,2008_17_CHI_HOU,2008,REG,17,2008-12-28,Sunday,13:00,CHI,HOU,24,31,7,Reliant Stadium,Home,open,grass,2008122805
247
+ 245,2008_17_TEN_IND,2008,REG,17,2008-12-28,Sunday,13:00,TEN,IND,0,23,23,Lucas Oil Stadium,Home,closed,fieldturf,2008122806
248
+ 246,2008_17_NYG_MIN,2008,REG,17,2008-12-28,Sunday,13:00,NYG,MIN,19,20,1,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2008122807
249
+ 247,2008_17_CAR_NO,2008,REG,17,2008-12-28,Sunday,13:00,CAR,NO,33,31,-2,Louisiana Superdome,Home,dome,fieldturf,2008122808
250
+ 248,2008_17_CLE_PIT,2008,REG,17,2008-12-28,Sunday,13:00,CLE,PIT,0,31,31,Heinz Field,Home,outdoors,dessograss,2008122811
251
+ 249,2008_17_OAK_TB,2008,REG,17,2008-12-28,Sunday,13:00,OAK,TB,31,24,-7,Raymond James Stadium,Home,outdoors,grass,2008122812
252
+ 250,2008_17_SEA_ARI,2008,REG,17,2008-12-28,Sunday,16:15,SEA,ARI,21,34,13,University of Phoenix Stadium,Home,closed,grass,2008122813
253
+ 251,2008_17_JAX_BAL,2008,REG,17,2008-12-28,Sunday,16:15,JAX,BAL,7,27,20,M&T Bank Stadium,Home,outdoors,sportturf,2008122801
254
+ 252,2008_17_MIA_NYJ,2008,REG,17,2008-12-28,Sunday,16:15,MIA,NYJ,24,17,-7,Giants Stadium,Home,outdoors,fieldturf,2008122809
255
+ 253,2008_17_DAL_PHI,2008,REG,17,2008-12-28,Sunday,16:15,DAL,PHI,6,44,38,Lincoln Financial Field,Home,outdoors,grass,2008122810
256
+ 254,2008_17_WAS_SF,2008,REG,17,2008-12-28,Sunday,16:15,WAS,SF,24,27,3,Candlestick Park,Home,outdoors,grass,2008122815
257
+ 255,2008_17_DEN_SD,2008,REG,17,2008-12-28,Sunday,20:15,DEN,SD,21,52,31,Qualcomm Stadium,Home,outdoors,grass,2008122814
258
+ 256,2008_18_ATL_ARI,2008,WC,18,2009-01-03,Saturday,16:30,ATL,ARI,24,30,6,University of Phoenix Stadium,Home,closed,grass,2009010300
259
+ 257,2008_18_IND_SD,2008,WC,18,2009-01-03,Saturday,20:00,IND,SD,17,23,6,Qualcomm Stadium,Home,outdoors,grass,2009010301
260
+ 258,2008_18_BAL_MIA,2008,WC,18,2009-01-04,Sunday,13:00,BAL,MIA,27,9,-18,Dolphin Stadium,Home,outdoors,grass,2009010400
261
+ 259,2008_18_PHI_MIN,2008,WC,18,2009-01-04,Sunday,16:30,PHI,MIN,26,14,-12,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2009010401
262
+ 260,2008_19_BAL_TEN,2008,DIV,19,2009-01-10,Saturday,16:30,BAL,TEN,13,10,-3,LP Field,Home,outdoors,grass,2009011000
263
+ 261,2008_19_ARI_CAR,2008,DIV,19,2009-01-10,Saturday,20:15,ARI,CAR,33,13,-20,Bank of America Stadium,Home,outdoors,grass,2009011001
264
+ 262,2008_19_PHI_NYG,2008,DIV,19,2009-01-11,Sunday,13:00,PHI,NYG,23,11,-12,Giants Stadium,Home,outdoors,fieldturf,2009011101
265
+ 263,2008_19_SD_PIT,2008,DIV,19,2009-01-11,Sunday,16:45,SD,PIT,24,35,11,Heinz Field,Home,outdoors,dessograss,2009011100
266
+ 264,2008_20_PHI_ARI,2008,CON,20,2009-01-18,Sunday,16:05,PHI,ARI,25,32,7,University of Phoenix Stadium,Home,closed,grass,2009011800
267
+ 265,2008_20_BAL_PIT,2008,CON,20,2009-01-18,Sunday,18:30,BAL,PIT,14,23,9,Heinz Field,Home,outdoors,dessograss,2009011801
268
+ 266,2008_21_PIT_ARI,2008,SB,21,2009-02-01,Sunday,18:31,PIT,ARI,27,23,-4,Raymond James Stadium,Neutral,outdoors,grass,2009020100
Source/Build/nfl_data_py/data/schedules/2009.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2009_01_TEN_PIT,2009,REG,1,2009-09-10,Thursday,20:30,TEN,PIT,10,13,3,Heinz Field,Home,outdoors,dessograss,2009091000
3
+ 1,2009_01_MIA_ATL,2009,REG,1,2009-09-13,Sunday,13:00,MIA,ATL,7,19,12,Georgia Dome,Home,dome,fieldturf,2009091300
4
+ 2,2009_01_KC_BAL,2009,REG,1,2009-09-13,Sunday,13:00,KC,BAL,24,38,14,M&T Bank Stadium,Home,outdoors,sportturf,2009091301
5
+ 3,2009_01_PHI_CAR,2009,REG,1,2009-09-13,Sunday,13:00,PHI,CAR,38,10,-28,Bank of America Stadium,Home,outdoors,grass,2009091302
6
+ 4,2009_01_DEN_CIN,2009,REG,1,2009-09-13,Sunday,13:00,DEN,CIN,12,7,-5,Paul Brown Stadium,Home,outdoors,fieldturf,2009091303
7
+ 5,2009_01_MIN_CLE,2009,REG,1,2009-09-13,Sunday,13:00,MIN,CLE,34,20,-14,Cleveland Browns Stadium,Home,outdoors,grass,2009091304
8
+ 6,2009_01_NYJ_HOU,2009,REG,1,2009-09-13,Sunday,13:00,NYJ,HOU,24,7,-17,Reliant Stadium,Home,closed,grass,2009091305
9
+ 7,2009_01_JAX_IND,2009,REG,1,2009-09-13,Sunday,13:00,JAX,IND,12,14,2,Lucas Oil Stadium,Home,open,fieldturf,2009091306
10
+ 8,2009_01_DET_NO,2009,REG,1,2009-09-13,Sunday,13:00,DET,NO,27,45,18,Louisiana Superdome,Home,dome,fieldturf,2009091307
11
+ 9,2009_01_DAL_TB,2009,REG,1,2009-09-13,Sunday,13:00,DAL,TB,34,21,-13,Raymond James Stadium,Home,outdoors,grass,2009091308
12
+ 10,2009_01_SF_ARI,2009,REG,1,2009-09-13,Sunday,16:15,SF,ARI,20,16,-4,University of Phoenix Stadium,Home,closed,grass,2009091309
13
+ 11,2009_01_WAS_NYG,2009,REG,1,2009-09-13,Sunday,16:15,WAS,NYG,17,23,6,Giants Stadium,Home,outdoors,fieldturf,2009091310
14
+ 12,2009_01_STL_SEA,2009,REG,1,2009-09-13,Sunday,16:15,STL,SEA,0,28,28,Qwest Field,Home,outdoors,fieldturf,2009091311
15
+ 13,2009_01_CHI_GB,2009,REG,1,2009-09-13,Sunday,20:20,CHI,GB,15,21,6,Lambeau Field,Home,outdoors,grass,2009091312
16
+ 14,2009_01_BUF_NE,2009,REG,1,2009-09-14,Monday,19:00,BUF,NE,24,25,1,Gillette Stadium,Home,outdoors,fieldturf,2009091400
17
+ 15,2009_01_SD_OAK,2009,REG,1,2009-09-14,Monday,22:15,SD,OAK,24,20,-4,Oakland-Alameda County Coliseum,Home,outdoors,grass,2009091401
18
+ 16,2009_02_CAR_ATL,2009,REG,2,2009-09-20,Sunday,13:00,CAR,ATL,20,28,8,Georgia Dome,Home,dome,fieldturf,2009092000
19
+ 17,2009_02_MIN_DET,2009,REG,2,2009-09-20,Sunday,13:00,MIN,DET,27,13,-14,Ford Field,Home,dome,fieldturf,2009092001
20
+ 18,2009_02_CIN_GB,2009,REG,2,2009-09-20,Sunday,13:00,CIN,GB,31,24,-7,Lambeau Field,Home,outdoors,grass,2009092002
21
+ 19,2009_02_ARI_JAX,2009,REG,2,2009-09-20,Sunday,13:00,ARI,JAX,31,17,-14,Jacksonville Municipal Stadium,Home,outdoors,grass,2009092003
22
+ 20,2009_02_OAK_KC,2009,REG,2,2009-09-20,Sunday,13:00,OAK,KC,13,10,-3,Arrowhead Stadium,Home,outdoors,grass,2009092004
23
+ 21,2009_02_NE_NYJ,2009,REG,2,2009-09-20,Sunday,13:00,NE,NYJ,9,16,7,Giants Stadium,Home,outdoors,fieldturf,2009092005
24
+ 22,2009_02_NO_PHI,2009,REG,2,2009-09-20,Sunday,13:00,NO,PHI,48,22,-26,Lincoln Financial Field,Home,outdoors,grass,2009092006
25
+ 23,2009_02_HOU_TEN,2009,REG,2,2009-09-20,Sunday,13:00,HOU,TEN,34,31,-3,LP Field,Home,outdoors,grass,2009092007
26
+ 24,2009_02_STL_WAS,2009,REG,2,2009-09-20,Sunday,13:00,STL,WAS,7,9,2,FedExField,Home,outdoors,grass,2009092008
27
+ 25,2009_02_TB_BUF,2009,REG,2,2009-09-20,Sunday,16:05,TB,BUF,20,33,13,Ralph Wilson Stadium,Home,outdoors,astroplay,2009092009
28
+ 26,2009_02_SEA_SF,2009,REG,2,2009-09-20,Sunday,16:05,SEA,SF,10,23,13,Candlestick Park,Home,outdoors,grass,2009092010
29
+ 27,2009_02_PIT_CHI,2009,REG,2,2009-09-20,Sunday,16:15,PIT,CHI,14,17,3,Soldier Field,Home,outdoors,grass,2009092011
30
+ 28,2009_02_CLE_DEN,2009,REG,2,2009-09-20,Sunday,16:15,CLE,DEN,6,27,21,Invesco Field at Mile High,Home,outdoors,grass,2009092012
31
+ 29,2009_02_BAL_SD,2009,REG,2,2009-09-20,Sunday,16:15,BAL,SD,31,26,-5,Qualcomm Stadium,Home,outdoors,grass,2009092013
32
+ 30,2009_02_NYG_DAL,2009,REG,2,2009-09-20,Sunday,20:20,NYG,DAL,33,31,-2,Cowboys Stadium,Home,open,fieldturf,2009092014
33
+ 31,2009_02_IND_MIA,2009,REG,2,2009-09-21,Monday,20:30,IND,MIA,27,23,-4,Dolphin Stadium,Home,outdoors,grass,2009092100
34
+ 32,2009_03_CLE_BAL,2009,REG,3,2009-09-27,Sunday,13:00,CLE,BAL,3,34,31,M&T Bank Stadium,Home,outdoors,sportturf,2009092700
35
+ 33,2009_03_WAS_DET,2009,REG,3,2009-09-27,Sunday,13:00,WAS,DET,14,19,5,Ford Field,Home,dome,fieldturf,2009092702
36
+ 34,2009_03_JAX_HOU,2009,REG,3,2009-09-27,Sunday,13:00,JAX,HOU,31,24,-7,Reliant Stadium,Home,closed,grass,2009092703
37
+ 35,2009_03_SF_MIN,2009,REG,3,2009-09-27,Sunday,13:00,SF,MIN,24,27,3,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2009092704
38
+ 36,2009_03_ATL_NE,2009,REG,3,2009-09-27,Sunday,13:00,ATL,NE,10,26,16,Gillette Stadium,Home,outdoors,fieldturf,2009092705
39
+ 37,2009_03_TEN_NYJ,2009,REG,3,2009-09-27,Sunday,13:00,TEN,NYJ,17,24,7,Giants Stadium,Home,outdoors,fieldturf,2009092711
40
+ 38,2009_03_KC_PHI,2009,REG,3,2009-09-27,Sunday,13:00,KC,PHI,14,34,20,Lincoln Financial Field,Home,outdoors,grass,2009092706
41
+ 39,2009_03_GB_STL,2009,REG,3,2009-09-27,Sunday,13:00,GB,STL,36,17,-19,Edward Jones Dome,Home,dome,fieldturf,2009092707
42
+ 40,2009_03_NYG_TB,2009,REG,3,2009-09-27,Sunday,13:00,NYG,TB,24,0,-24,Raymond James Stadium,Home,outdoors,grass,2009092708
43
+ 41,2009_03_NO_BUF,2009,REG,3,2009-09-27,Sunday,16:05,NO,BUF,27,7,-20,Ralph Wilson Stadium,Home,outdoors,astroplay,2009092709
44
+ 42,2009_03_CHI_SEA,2009,REG,3,2009-09-27,Sunday,16:05,CHI,SEA,25,19,-6,Qwest Field,Home,outdoors,fieldturf,2009092710
45
+ 43,2009_03_PIT_CIN,2009,REG,3,2009-09-27,Sunday,16:15,PIT,CIN,20,23,3,Paul Brown Stadium,Home,outdoors,fieldturf,2009092701
46
+ 44,2009_03_DEN_OAK,2009,REG,3,2009-09-27,Sunday,16:15,DEN,OAK,23,3,-20,Oakland-Alameda County Coliseum,Home,outdoors,grass,2009092712
47
+ 45,2009_03_MIA_SD,2009,REG,3,2009-09-27,Sunday,16:15,MIA,SD,13,23,10,Qualcomm Stadium,Home,outdoors,grass,2009092713
48
+ 46,2009_03_IND_ARI,2009,REG,3,2009-09-27,Sunday,20:20,IND,ARI,31,10,-21,University of Phoenix Stadium,Home,closed,grass,2009092714
49
+ 47,2009_03_CAR_DAL,2009,REG,3,2009-09-28,Monday,20:30,CAR,DAL,7,21,14,Cowboys Stadium,Home,closed,fieldturf,2009092800
50
+ 48,2009_04_DET_CHI,2009,REG,4,2009-10-04,Sunday,13:00,DET,CHI,24,48,24,Soldier Field,Home,outdoors,grass,2009100400
51
+ 49,2009_04_CIN_CLE,2009,REG,4,2009-10-04,Sunday,13:00,CIN,CLE,23,20,-3,Cleveland Browns Stadium,Home,outdoors,grass,2009100401
52
+ 50,2009_04_OAK_HOU,2009,REG,4,2009-10-04,Sunday,13:00,OAK,HOU,6,29,23,Reliant Stadium,Home,closed,grass,2009100402
53
+ 51,2009_04_SEA_IND,2009,REG,4,2009-10-04,Sunday,13:00,SEA,IND,17,34,17,Lucas Oil Stadium,Home,open,fieldturf,2009100403
54
+ 52,2009_04_TEN_JAX,2009,REG,4,2009-10-04,Sunday,13:00,TEN,JAX,17,37,20,Jacksonville Municipal Stadium,Home,outdoors,grass,2009100404
55
+ 53,2009_04_NYG_KC,2009,REG,4,2009-10-04,Sunday,13:00,NYG,KC,27,16,-11,Arrowhead Stadium,Home,outdoors,grass,2009100405
56
+ 54,2009_04_BAL_NE,2009,REG,4,2009-10-04,Sunday,13:00,BAL,NE,21,27,6,Gillette Stadium,Home,outdoors,fieldturf,2009100406
57
+ 55,2009_04_TB_WAS,2009,REG,4,2009-10-04,Sunday,13:00,TB,WAS,13,16,3,FedExField,Home,outdoors,grass,2009100407
58
+ 56,2009_04_BUF_MIA,2009,REG,4,2009-10-04,Sunday,16:05,BUF,MIA,10,38,28,Dolphin Stadium,Home,outdoors,grass,2009100408
59
+ 57,2009_04_NYJ_NO,2009,REG,4,2009-10-04,Sunday,16:05,NYJ,NO,10,24,14,Louisiana Superdome,Home,dome,fieldturf,2009100409
60
+ 58,2009_04_DAL_DEN,2009,REG,4,2009-10-04,Sunday,16:15,DAL,DEN,10,17,7,Invesco Field at Mile High,Home,outdoors,grass,2009100410
61
+ 59,2009_04_STL_SF,2009,REG,4,2009-10-04,Sunday,16:15,STL,SF,0,35,35,Candlestick Park,Home,outdoors,grass,2009100411
62
+ 60,2009_04_SD_PIT,2009,REG,4,2009-10-04,Sunday,20:20,SD,PIT,28,38,10,Heinz Field,Home,outdoors,dessograss,2009100412
63
+ 61,2009_04_GB_MIN,2009,REG,4,2009-10-05,Monday,20:30,GB,MIN,23,30,7,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2009100500
64
+ 62,2009_05_CIN_BAL,2009,REG,5,2009-10-11,Sunday,13:00,CIN,BAL,17,14,-3,M&T Bank Stadium,Home,outdoors,sportturf,2009101100
65
+ 63,2009_05_CLE_BUF,2009,REG,5,2009-10-11,Sunday,13:00,CLE,BUF,6,3,-3,Ralph Wilson Stadium,Home,outdoors,astroplay,2009101101
66
+ 64,2009_05_WAS_CAR,2009,REG,5,2009-10-11,Sunday,13:00,WAS,CAR,17,20,3,Bank of America Stadium,Home,outdoors,grass,2009101102
67
+ 65,2009_05_PIT_DET,2009,REG,5,2009-10-11,Sunday,13:00,PIT,DET,28,20,-8,Ford Field,Home,dome,fieldturf,2009101103
68
+ 66,2009_05_DAL_KC,2009,REG,5,2009-10-11,Sunday,13:00,DAL,KC,26,20,-6,Arrowhead Stadium,Home,outdoors,grass,2009101104
69
+ 67,2009_05_OAK_NYG,2009,REG,5,2009-10-11,Sunday,13:00,OAK,NYG,7,44,37,Giants Stadium,Home,outdoors,fieldturf,2009101105
70
+ 68,2009_05_TB_PHI,2009,REG,5,2009-10-11,Sunday,13:00,TB,PHI,14,33,19,Lincoln Financial Field,Home,outdoors,grass,2009101106
71
+ 69,2009_05_MIN_STL,2009,REG,5,2009-10-11,Sunday,13:00,MIN,STL,38,10,-28,Edward Jones Dome,Home,dome,fieldturf,2009101107
72
+ 70,2009_05_ATL_SF,2009,REG,5,2009-10-11,Sunday,16:05,ATL,SF,45,10,-35,Candlestick Park,Home,outdoors,grass,2009101108
73
+ 71,2009_05_HOU_ARI,2009,REG,5,2009-10-11,Sunday,16:15,HOU,ARI,21,28,7,University of Phoenix Stadium,Home,closed,grass,2009101109
74
+ 72,2009_05_NE_DEN,2009,REG,5,2009-10-11,Sunday,16:15,NE,DEN,17,20,3,Invesco Field at Mile High,Home,outdoors,grass,2009101110
75
+ 73,2009_05_JAX_SEA,2009,REG,5,2009-10-11,Sunday,16:15,JAX,SEA,0,41,41,Qwest Field,Home,outdoors,fieldturf,2009101111
76
+ 74,2009_05_IND_TEN,2009,REG,5,2009-10-11,Sunday,20:20,IND,TEN,31,9,-22,LP Field,Home,outdoors,grass,2009101112
77
+ 75,2009_05_NYJ_MIA,2009,REG,5,2009-10-12,Monday,20:30,NYJ,MIA,27,31,4,Dolphin Stadium,Home,outdoors,grass,2009101200
78
+ 76,2009_06_HOU_CIN,2009,REG,6,2009-10-18,Sunday,13:00,HOU,CIN,28,17,-11,Paul Brown Stadium,Home,outdoors,fieldturf,2009101800
79
+ 77,2009_06_DET_GB,2009,REG,6,2009-10-18,Sunday,13:00,DET,GB,0,26,26,Lambeau Field,Home,outdoors,grass,2009101801
80
+ 78,2009_06_STL_JAX,2009,REG,6,2009-10-18,Sunday,13:00,STL,JAX,20,23,3,Jacksonville Municipal Stadium,Home,outdoors,grass,2009101802
81
+ 79,2009_06_BAL_MIN,2009,REG,6,2009-10-18,Sunday,13:00,BAL,MIN,31,33,2,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2009101803
82
+ 80,2009_06_NYG_NO,2009,REG,6,2009-10-18,Sunday,13:00,NYG,NO,27,48,21,Louisiana Superdome,Home,dome,fieldturf,2009101804
83
+ 81,2009_06_CLE_PIT,2009,REG,6,2009-10-18,Sunday,13:00,CLE,PIT,14,27,13,Heinz Field,Home,outdoors,dessograss,2009101805
84
+ 82,2009_06_CAR_TB,2009,REG,6,2009-10-18,Sunday,13:00,CAR,TB,28,21,-7,Raymond James Stadium,Home,outdoors,grass,2009101806
85
+ 83,2009_06_KC_WAS,2009,REG,6,2009-10-18,Sunday,13:00,KC,WAS,14,6,-8,FedExField,Home,outdoors,grass,2009101807
86
+ 84,2009_06_PHI_OAK,2009,REG,6,2009-10-18,Sunday,16:05,PHI,OAK,9,13,4,Oakland-Alameda County Coliseum,Home,outdoors,grass,2009101808
87
+ 85,2009_06_ARI_SEA,2009,REG,6,2009-10-18,Sunday,16:05,ARI,SEA,27,3,-24,Qwest Field,Home,outdoors,fieldturf,2009101809
88
+ 86,2009_06_TEN_NE,2009,REG,6,2009-10-18,Sunday,16:15,TEN,NE,0,59,59,Gillette Stadium,Home,outdoors,fieldturf,2009101810
89
+ 87,2009_06_BUF_NYJ,2009,REG,6,2009-10-18,Sunday,16:15,BUF,NYJ,16,13,-3,Giants Stadium,Home,outdoors,fieldturf,2009101811
90
+ 88,2009_06_CHI_ATL,2009,REG,6,2009-10-18,Sunday,20:20,CHI,ATL,14,21,7,Georgia Dome,Home,dome,fieldturf,2009101812
91
+ 89,2009_06_DEN_SD,2009,REG,6,2009-10-19,Monday,20:30,DEN,SD,34,23,-11,Qualcomm Stadium,Home,outdoors,grass,2009101900
92
+ 90,2009_07_GB_CLE,2009,REG,7,2009-10-25,Sunday,13:00,GB,CLE,31,3,-28,Cleveland Browns Stadium,Home,outdoors,grass,2009102501
93
+ 91,2009_07_SF_HOU,2009,REG,7,2009-10-25,Sunday,13:00,SF,HOU,21,24,3,Reliant Stadium,Home,open,grass,2009102502
94
+ 92,2009_07_SD_KC,2009,REG,7,2009-10-25,Sunday,13:00,SD,KC,37,7,-30,Arrowhead Stadium,Home,outdoors,grass,2009102503
95
+ 93,2009_07_MIN_PIT,2009,REG,7,2009-10-25,Sunday,13:00,MIN,PIT,17,27,10,Heinz Field,Home,outdoors,dessograss,2009102504
96
+ 94,2009_07_IND_STL,2009,REG,7,2009-10-25,Sunday,13:00,IND,STL,42,6,-36,Edward Jones Dome,Home,dome,fieldturf,2009102505
97
+ 95,2009_07_NE_TB,2009,REG,7,2009-10-25,Sunday,13:00,NE,TB,35,7,-28,Wembley Stadium,Neutral,outdoors,grass,2009102506
98
+ 96,2009_07_BUF_CAR,2009,REG,7,2009-10-25,Sunday,16:05,BUF,CAR,20,9,-11,Bank of America Stadium,Home,outdoors,grass,2009102507
99
+ 97,2009_07_NYJ_OAK,2009,REG,7,2009-10-25,Sunday,16:05,NYJ,OAK,38,0,-38,Oakland-Alameda County Coliseum,Home,outdoors,grass,2009102508
100
+ 98,2009_07_CHI_CIN,2009,REG,7,2009-10-25,Sunday,16:15,CHI,CIN,10,45,35,Paul Brown Stadium,Home,outdoors,fieldturf,2009102500
101
+ 99,2009_07_ATL_DAL,2009,REG,7,2009-10-25,Sunday,16:15,ATL,DAL,21,37,16,Cowboys Stadium,Home,closed,fieldturf,2009102509
102
+ 100,2009_07_NO_MIA,2009,REG,7,2009-10-25,Sunday,16:15,NO,MIA,46,34,-12,Dolphin Stadium,Home,outdoors,grass,2009102510
103
+ 101,2009_07_ARI_NYG,2009,REG,7,2009-10-25,Sunday,20:20,ARI,NYG,24,17,-7,Giants Stadium,Home,outdoors,fieldturf,2009102511
104
+ 102,2009_07_PHI_WAS,2009,REG,7,2009-10-26,Monday,20:30,PHI,WAS,27,17,-10,FedExField,Home,outdoors,grass,2009102600
105
+ 103,2009_08_DEN_BAL,2009,REG,8,2009-11-01,Sunday,13:00,DEN,BAL,7,30,23,M&T Bank Stadium,Home,outdoors,sportturf,2009110100
106
+ 104,2009_08_HOU_BUF,2009,REG,8,2009-11-01,Sunday,13:00,HOU,BUF,31,10,-21,Ralph Wilson Stadium,Home,outdoors,astroplay,2009110101
107
+ 105,2009_08_CLE_CHI,2009,REG,8,2009-11-01,Sunday,13:00,CLE,CHI,6,30,24,Soldier Field,Home,outdoors,grass,2009110102
108
+ 106,2009_08_SEA_DAL,2009,REG,8,2009-11-01,Sunday,13:00,SEA,DAL,17,38,21,Cowboys Stadium,Home,closed,fieldturf,2009110103
109
+ 107,2009_08_STL_DET,2009,REG,8,2009-11-01,Sunday,13:00,STL,DET,17,10,-7,Ford Field,Home,dome,fieldturf,2009110104
110
+ 108,2009_08_SF_IND,2009,REG,8,2009-11-01,Sunday,13:00,SF,IND,14,18,4,Lucas Oil Stadium,Home,open,fieldturf,2009110106
111
+ 109,2009_08_MIA_NYJ,2009,REG,8,2009-11-01,Sunday,13:00,MIA,NYJ,30,25,-5,Giants Stadium,Home,outdoors,fieldturf,2009110107
112
+ 110,2009_08_NYG_PHI,2009,REG,8,2009-11-01,Sunday,13:00,NYG,PHI,17,40,23,Lincoln Financial Field,Home,outdoors,grass,2009110111
113
+ 111,2009_08_OAK_SD,2009,REG,8,2009-11-01,Sunday,16:05,OAK,SD,16,24,8,Qualcomm Stadium,Home,outdoors,grass,2009110108
114
+ 112,2009_08_JAX_TEN,2009,REG,8,2009-11-01,Sunday,16:05,JAX,TEN,13,30,17,LP Field,Home,outdoors,grass,2009110109
115
+ 113,2009_08_CAR_ARI,2009,REG,8,2009-11-01,Sunday,16:15,CAR,ARI,34,21,-13,University of Phoenix Stadium,Home,closed,grass,2009110110
116
+ 114,2009_08_MIN_GB,2009,REG,8,2009-11-01,Sunday,16:15,MIN,GB,38,26,-12,Lambeau Field,Home,outdoors,grass,2009110105
117
+ 115,2009_08_ATL_NO,2009,REG,8,2009-11-02,Monday,20:30,ATL,NO,27,35,8,Louisiana Superdome,Home,dome,fieldturf,2009110200
118
+ 116,2009_09_WAS_ATL,2009,REG,9,2009-11-08,Sunday,13:00,WAS,ATL,17,31,14,Georgia Dome,Home,dome,fieldturf,2009110800
119
+ 117,2009_09_ARI_CHI,2009,REG,9,2009-11-08,Sunday,13:00,ARI,CHI,41,21,-20,Soldier Field,Home,outdoors,grass,2009110801
120
+ 118,2009_09_BAL_CIN,2009,REG,9,2009-11-08,Sunday,13:00,BAL,CIN,7,17,10,Paul Brown Stadium,Home,outdoors,fieldturf,2009110802
121
+ 119,2009_09_HOU_IND,2009,REG,9,2009-11-08,Sunday,13:00,HOU,IND,17,20,3,Lucas Oil Stadium,Home,open,fieldturf,2009110803
122
+ 120,2009_09_KC_JAX,2009,REG,9,2009-11-08,Sunday,13:00,KC,JAX,21,24,3,Jacksonville Municipal Stadium,Home,outdoors,grass,2009110804
123
+ 121,2009_09_MIA_NE,2009,REG,9,2009-11-08,Sunday,13:00,MIA,NE,17,27,10,Gillette Stadium,Home,outdoors,fieldturf,2009110805
124
+ 122,2009_09_GB_TB,2009,REG,9,2009-11-08,Sunday,13:00,GB,TB,28,38,10,Raymond James Stadium,Home,outdoors,grass,2009110806
125
+ 123,2009_09_CAR_NO,2009,REG,9,2009-11-08,Sunday,16:05,CAR,NO,20,30,10,Louisiana Superdome,Home,dome,fieldturf,2009110807
126
+ 124,2009_09_DET_SEA,2009,REG,9,2009-11-08,Sunday,16:05,DET,SEA,20,32,12,Qwest Field,Home,outdoors,fieldturf,2009110808
127
+ 125,2009_09_SD_NYG,2009,REG,9,2009-11-08,Sunday,16:15,SD,NYG,21,20,-1,Giants Stadium,Home,outdoors,fieldturf,2009110809
128
+ 126,2009_09_TEN_SF,2009,REG,9,2009-11-08,Sunday,16:15,TEN,SF,34,27,-7,Candlestick Park,Home,outdoors,grass,2009110810
129
+ 127,2009_09_DAL_PHI,2009,REG,9,2009-11-08,Sunday,20:20,DAL,PHI,20,16,-4,Lincoln Financial Field,Home,outdoors,grass,2009110811
130
+ 128,2009_09_PIT_DEN,2009,REG,9,2009-11-09,Monday,20:30,PIT,DEN,28,10,-18,Invesco Field at Mile High,Home,outdoors,grass,2009110900
131
+ 129,2009_10_CHI_SF,2009,REG,10,2009-11-12,Thursday,20:20,CHI,SF,6,10,4,Candlestick Park,Home,outdoors,grass,2009111200
132
+ 130,2009_10_ATL_CAR,2009,REG,10,2009-11-15,Sunday,13:00,ATL,CAR,19,28,9,Bank of America Stadium,Home,outdoors,grass,2009111500
133
+ 131,2009_10_TB_MIA,2009,REG,10,2009-11-15,Sunday,13:00,TB,MIA,23,25,2,Dolphin Stadium,Home,outdoors,grass,2009111501
134
+ 132,2009_10_DET_MIN,2009,REG,10,2009-11-15,Sunday,13:00,DET,MIN,10,27,17,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2009111502
135
+ 133,2009_10_JAX_NYJ,2009,REG,10,2009-11-15,Sunday,13:00,JAX,NYJ,24,22,-2,Giants Stadium,Home,outdoors,fieldturf,2009111503
136
+ 134,2009_10_CIN_PIT,2009,REG,10,2009-11-15,Sunday,13:00,CIN,PIT,18,12,-6,Heinz Field,Home,outdoors,dessograss,2009111504
137
+ 135,2009_10_NO_STL,2009,REG,10,2009-11-15,Sunday,13:00,NO,STL,28,23,-5,Edward Jones Dome,Home,dome,fieldturf,2009111505
138
+ 136,2009_10_BUF_TEN,2009,REG,10,2009-11-15,Sunday,13:00,BUF,TEN,17,41,24,LP Field,Home,outdoors,grass,2009111506
139
+ 137,2009_10_DEN_WAS,2009,REG,10,2009-11-15,Sunday,13:00,DEN,WAS,17,27,10,FedExField,Home,outdoors,grass,2009111507
140
+ 138,2009_10_KC_OAK,2009,REG,10,2009-11-15,Sunday,16:05,KC,OAK,16,10,-6,Oakland-Alameda County Coliseum,Home,outdoors,grass,2009111508
141
+ 139,2009_10_SEA_ARI,2009,REG,10,2009-11-15,Sunday,16:15,SEA,ARI,20,31,11,University of Phoenix Stadium,Home,closed,grass,2009111509
142
+ 140,2009_10_DAL_GB,2009,REG,10,2009-11-15,Sunday,16:15,DAL,GB,7,17,10,Lambeau Field,Home,outdoors,grass,2009111510
143
+ 141,2009_10_PHI_SD,2009,REG,10,2009-11-15,Sunday,16:15,PHI,SD,23,31,8,Qualcomm Stadium,Home,outdoors,grass,2009111511
144
+ 142,2009_10_NE_IND,2009,REG,10,2009-11-15,Sunday,20:20,NE,IND,34,35,1,Lucas Oil Stadium,Home,closed,fieldturf,2009111512
145
+ 143,2009_10_BAL_CLE,2009,REG,10,2009-11-16,Monday,20:30,BAL,CLE,16,0,-16,Cleveland Browns Stadium,Home,outdoors,grass,2009111600
146
+ 144,2009_11_MIA_CAR,2009,REG,11,2009-11-19,Thursday,20:20,MIA,CAR,24,17,-7,Bank of America Stadium,Home,outdoors,grass,2009111900
147
+ 145,2009_11_IND_BAL,2009,REG,11,2009-11-22,Sunday,13:00,IND,BAL,17,15,-2,M&T Bank Stadium,Home,outdoors,sportturf,2009112200
148
+ 146,2009_11_WAS_DAL,2009,REG,11,2009-11-22,Sunday,13:00,WAS,DAL,6,7,1,Cowboys Stadium,Home,closed,fieldturf,2009112201
149
+ 147,2009_11_CLE_DET,2009,REG,11,2009-11-22,Sunday,13:00,CLE,DET,37,38,1,Ford Field,Home,dome,fieldturf,2009112202
150
+ 148,2009_11_SF_GB,2009,REG,11,2009-11-22,Sunday,13:00,SF,GB,24,30,6,Lambeau Field,Home,outdoors,grass,2009112203
151
+ 149,2009_11_BUF_JAX,2009,REG,11,2009-11-22,Sunday,13:00,BUF,JAX,15,18,3,Jacksonville Municipal Stadium,Home,outdoors,grass,2009112204
152
+ 150,2009_11_PIT_KC,2009,REG,11,2009-11-22,Sunday,13:00,PIT,KC,24,27,3,Arrowhead Stadium,Home,outdoors,grass,2009112205
153
+ 151,2009_11_SEA_MIN,2009,REG,11,2009-11-22,Sunday,13:00,SEA,MIN,9,35,26,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2009112206
154
+ 152,2009_11_ATL_NYG,2009,REG,11,2009-11-22,Sunday,13:00,ATL,NYG,31,34,3,Giants Stadium,Home,outdoors,fieldturf,2009112207
155
+ 153,2009_11_NO_TB,2009,REG,11,2009-11-22,Sunday,13:00,NO,TB,38,7,-31,Raymond James Stadium,Home,outdoors,grass,2009112208
156
+ 154,2009_11_ARI_STL,2009,REG,11,2009-11-22,Sunday,16:05,ARI,STL,21,13,-8,Edward Jones Dome,Home,dome,fieldturf,2009112209
157
+ 155,2009_11_SD_DEN,2009,REG,11,2009-11-22,Sunday,16:15,SD,DEN,32,3,-29,Invesco Field at Mile High,Home,outdoors,grass,2009112210
158
+ 156,2009_11_NYJ_NE,2009,REG,11,2009-11-22,Sunday,16:15,NYJ,NE,14,31,17,Gillette Stadium,Home,outdoors,fieldturf,2009112211
159
+ 157,2009_11_CIN_OAK,2009,REG,11,2009-11-22,Sunday,16:15,CIN,OAK,17,20,3,Oakland-Alameda County Coliseum,Home,outdoors,grass,2009112212
160
+ 158,2009_11_PHI_CHI,2009,REG,11,2009-11-22,Sunday,20:20,PHI,CHI,24,20,-4,Soldier Field,Home,outdoors,grass,2009112213
161
+ 159,2009_11_TEN_HOU,2009,REG,11,2009-11-23,Monday,20:30,TEN,HOU,20,17,-3,Reliant Stadium,Home,open,grass,2009112300
162
+ 160,2009_12_GB_DET,2009,REG,12,2009-11-26,Thursday,12:30,GB,DET,34,12,-22,Ford Field,Home,dome,fieldturf,2009112600
163
+ 161,2009_12_OAK_DAL,2009,REG,12,2009-11-26,Thursday,16:15,OAK,DAL,7,24,17,Cowboys Stadium,Home,open,fieldturf,2009112601
164
+ 162,2009_12_NYG_DEN,2009,REG,12,2009-11-26,Thursday,20:20,NYG,DEN,6,26,20,Invesco Field at Mile High,Home,outdoors,grass,2009112602
165
+ 163,2009_12_TB_ATL,2009,REG,12,2009-11-29,Sunday,13:00,TB,ATL,17,20,3,Georgia Dome,Home,dome,fieldturf,2009112900
166
+ 164,2009_12_MIA_BUF,2009,REG,12,2009-11-29,Sunday,13:00,MIA,BUF,14,31,17,Ralph Wilson Stadium,Home,outdoors,astroplay,2009112901
167
+ 165,2009_12_CLE_CIN,2009,REG,12,2009-11-29,Sunday,13:00,CLE,CIN,7,16,9,Paul Brown Stadium,Home,outdoors,fieldturf,2009112902
168
+ 166,2009_12_IND_HOU,2009,REG,12,2009-11-29,Sunday,13:00,IND,HOU,35,27,-8,Reliant Stadium,Home,open,grass,2009112903
169
+ 167,2009_12_CAR_NYJ,2009,REG,12,2009-11-29,Sunday,13:00,CAR,NYJ,6,17,11,Giants Stadium,Home,outdoors,fieldturf,2009112905
170
+ 168,2009_12_WAS_PHI,2009,REG,12,2009-11-29,Sunday,13:00,WAS,PHI,24,27,3,Lincoln Financial Field,Home,outdoors,grass,2009112906
171
+ 169,2009_12_SEA_STL,2009,REG,12,2009-11-29,Sunday,13:00,SEA,STL,27,17,-10,Edward Jones Dome,Home,dome,fieldturf,2009112907
172
+ 170,2009_12_KC_SD,2009,REG,12,2009-11-29,Sunday,16:05,KC,SD,14,43,29,Qualcomm Stadium,Home,outdoors,grass,2009112909
173
+ 171,2009_12_JAX_SF,2009,REG,12,2009-11-29,Sunday,16:05,JAX,SF,3,20,17,Candlestick Park,Home,outdoors,grass,2009112910
174
+ 172,2009_12_CHI_MIN,2009,REG,12,2009-11-29,Sunday,16:15,CHI,MIN,10,36,26,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2009112904
175
+ 173,2009_12_ARI_TEN,2009,REG,12,2009-11-29,Sunday,16:15,ARI,TEN,17,20,3,LP Field,Home,outdoors,grass,2009112908
176
+ 174,2009_12_PIT_BAL,2009,REG,12,2009-11-29,Sunday,20:20,PIT,BAL,17,20,3,M&T Bank Stadium,Home,outdoors,sportturf,2009112911
177
+ 175,2009_12_NE_NO,2009,REG,12,2009-11-30,Monday,20:30,NE,NO,17,38,21,Louisiana Superdome,Home,dome,fieldturf,2009113000
178
+ 176,2009_13_NYJ_BUF,2009,REG,13,2009-12-03,Thursday,20:20,NYJ,BUF,19,13,-6,Rogers Centre,Home,dome,fieldturf,2009120300
179
+ 177,2009_13_PHI_ATL,2009,REG,13,2009-12-06,Sunday,13:00,PHI,ATL,34,7,-27,Georgia Dome,Home,dome,fieldturf,2009120600
180
+ 178,2009_13_TB_CAR,2009,REG,13,2009-12-06,Sunday,13:00,TB,CAR,6,16,10,Bank of America Stadium,Home,outdoors,grass,2009120601
181
+ 179,2009_13_STL_CHI,2009,REG,13,2009-12-06,Sunday,13:00,STL,CHI,9,17,8,Soldier Field,Home,outdoors,grass,2009120602
182
+ 180,2009_13_DET_CIN,2009,REG,13,2009-12-06,Sunday,13:00,DET,CIN,13,23,10,Paul Brown Stadium,Home,outdoors,fieldturf,2009120603
183
+ 181,2009_13_TEN_IND,2009,REG,13,2009-12-06,Sunday,13:00,TEN,IND,17,27,10,Lucas Oil Stadium,Home,closed,fieldturf,2009120604
184
+ 182,2009_13_HOU_JAX,2009,REG,13,2009-12-06,Sunday,13:00,HOU,JAX,18,23,5,Jacksonville Municipal Stadium,Home,outdoors,grass,2009120605
185
+ 183,2009_13_DEN_KC,2009,REG,13,2009-12-06,Sunday,13:00,DEN,KC,44,13,-31,Arrowhead Stadium,Home,outdoors,grass,2009120606
186
+ 184,2009_13_NE_MIA,2009,REG,13,2009-12-06,Sunday,13:00,NE,MIA,21,22,1,Dolphin Stadium,Home,outdoors,grass,2009120613
187
+ 185,2009_13_OAK_PIT,2009,REG,13,2009-12-06,Sunday,13:00,OAK,PIT,27,24,-3,Heinz Field,Home,outdoors,dessograss,2009120607
188
+ 186,2009_13_NO_WAS,2009,REG,13,2009-12-06,Sunday,13:00,NO,WAS,33,30,-3,FedExField,Home,outdoors,grass,2009120608
189
+ 187,2009_13_SD_CLE,2009,REG,13,2009-12-06,Sunday,16:05,SD,CLE,30,23,-7,Cleveland Browns Stadium,Home,outdoors,grass,2009120609
190
+ 188,2009_13_DAL_NYG,2009,REG,13,2009-12-06,Sunday,16:15,DAL,NYG,24,31,7,Giants Stadium,Home,outdoors,fieldturf,2009120611
191
+ 189,2009_13_SF_SEA,2009,REG,13,2009-12-06,Sunday,16:15,SF,SEA,17,20,3,Qwest Field,Home,outdoors,fieldturf,2009120612
192
+ 190,2009_13_MIN_ARI,2009,REG,13,2009-12-06,Sunday,20:20,MIN,ARI,17,30,13,University of Phoenix Stadium,Home,closed,grass,2009120610
193
+ 191,2009_13_BAL_GB,2009,REG,13,2009-12-07,Monday,20:30,BAL,GB,14,27,13,Lambeau Field,Home,outdoors,grass,2009120700
194
+ 192,2009_14_PIT_CLE,2009,REG,14,2009-12-10,Thursday,20:20,PIT,CLE,6,13,7,Cleveland Browns Stadium,Home,outdoors,grass,2009121000
195
+ 193,2009_14_NO_ATL,2009,REG,14,2009-12-13,Sunday,13:00,NO,ATL,26,23,-3,Georgia Dome,Home,dome,fieldturf,2009121300
196
+ 194,2009_14_DET_BAL,2009,REG,14,2009-12-13,Sunday,13:00,DET,BAL,3,48,45,M&T Bank Stadium,Home,outdoors,sportturf,2009121301
197
+ 195,2009_14_GB_CHI,2009,REG,14,2009-12-13,Sunday,13:00,GB,CHI,21,14,-7,Soldier Field,Home,outdoors,grass,2009121302
198
+ 196,2009_14_SEA_HOU,2009,REG,14,2009-12-13,Sunday,13:00,SEA,HOU,7,34,27,Reliant Stadium,Home,closed,grass,2009121303
199
+ 197,2009_14_DEN_IND,2009,REG,14,2009-12-13,Sunday,13:00,DEN,IND,16,28,12,Lucas Oil Stadium,Home,closed,fieldturf,2009121304
200
+ 198,2009_14_MIA_JAX,2009,REG,14,2009-12-13,Sunday,13:00,MIA,JAX,14,10,-4,Jacksonville Municipal Stadium,Home,outdoors,grass,2009121305
201
+ 199,2009_14_BUF_KC,2009,REG,14,2009-12-13,Sunday,13:00,BUF,KC,16,10,-6,Arrowhead Stadium,Home,outdoors,grass,2009121306
202
+ 200,2009_14_CIN_MIN,2009,REG,14,2009-12-13,Sunday,13:00,CIN,MIN,10,30,20,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2009121307
203
+ 201,2009_14_CAR_NE,2009,REG,14,2009-12-13,Sunday,13:00,CAR,NE,10,20,10,Gillette Stadium,Home,outdoors,fieldturf,2009121308
204
+ 202,2009_14_NYJ_TB,2009,REG,14,2009-12-13,Sunday,13:00,NYJ,TB,26,3,-23,Raymond James Stadium,Home,outdoors,grass,2009121309
205
+ 203,2009_14_WAS_OAK,2009,REG,14,2009-12-13,Sunday,16:05,WAS,OAK,34,13,-21,Oakland-Alameda County Coliseum,Home,outdoors,grass,2009121311
206
+ 204,2009_14_STL_TEN,2009,REG,14,2009-12-13,Sunday,16:05,STL,TEN,7,47,40,LP Field,Home,outdoors,grass,2009121310
207
+ 205,2009_14_SD_DAL,2009,REG,14,2009-12-13,Sunday,16:15,SD,DAL,20,17,-3,Cowboys Stadium,Home,open,fieldturf,2009121312
208
+ 206,2009_14_PHI_NYG,2009,REG,14,2009-12-13,Sunday,20:20,PHI,NYG,45,38,-7,Giants Stadium,Home,outdoors,fieldturf,2009121313
209
+ 207,2009_14_ARI_SF,2009,REG,14,2009-12-14,Monday,20:30,ARI,SF,9,24,15,Candlestick Park,Home,outdoors,grass,2009121400
210
+ 208,2009_15_IND_JAX,2009,REG,15,2009-12-17,Thursday,20:20,IND,JAX,35,31,-4,Jacksonville Municipal Stadium,Home,outdoors,grass,2009121700
211
+ 209,2009_15_DAL_NO,2009,REG,15,2009-12-19,Saturday,20:20,DAL,NO,24,17,-7,Louisiana Superdome,Home,dome,fieldturf,2009121900
212
+ 210,2009_15_NE_BUF,2009,REG,15,2009-12-20,Sunday,13:00,NE,BUF,17,10,-7,Ralph Wilson Stadium,Home,outdoors,astroplay,2009122001
213
+ 211,2009_15_ARI_DET,2009,REG,15,2009-12-20,Sunday,13:00,ARI,DET,31,24,-7,Ford Field,Home,dome,fieldturf,2009122002
214
+ 212,2009_15_CLE_KC,2009,REG,15,2009-12-20,Sunday,13:00,CLE,KC,41,34,-7,Arrowhead Stadium,Home,outdoors,grass,2009122003
215
+ 213,2009_15_ATL_NYJ,2009,REG,15,2009-12-20,Sunday,13:00,ATL,NYJ,10,7,-3,Giants Stadium,Home,outdoors,fieldturf,2009122004
216
+ 214,2009_15_HOU_STL,2009,REG,15,2009-12-20,Sunday,13:00,HOU,STL,16,13,-3,Edward Jones Dome,Home,dome,fieldturf,2009122007
217
+ 215,2009_15_MIA_TEN,2009,REG,15,2009-12-20,Sunday,13:00,MIA,TEN,24,27,3,LP Field,Home,outdoors,grass,2009122008
218
+ 216,2009_15_OAK_DEN,2009,REG,15,2009-12-20,Sunday,16:05,OAK,DEN,20,19,-1,Invesco Field at Mile High,Home,outdoors,grass,2009122009
219
+ 217,2009_15_CIN_SD,2009,REG,15,2009-12-20,Sunday,16:05,CIN,SD,24,27,3,Qualcomm Stadium,Home,outdoors,grass,2009122010
220
+ 218,2009_15_CHI_BAL,2009,REG,15,2009-12-20,Sunday,16:15,CHI,BAL,7,31,24,M&T Bank Stadium,Home,outdoors,sportturf,2009122000
221
+ 219,2009_15_SF_PHI,2009,REG,15,2009-12-20,Sunday,16:15,SF,PHI,13,27,14,Lincoln Financial Field,Home,outdoors,grass,2009122005
222
+ 220,2009_15_GB_PIT,2009,REG,15,2009-12-20,Sunday,16:15,GB,PIT,36,37,1,Heinz Field,Home,outdoors,dessograss,2009122006
223
+ 221,2009_15_TB_SEA,2009,REG,15,2009-12-20,Sunday,16:15,TB,SEA,24,7,-17,Qwest Field,Home,outdoors,fieldturf,2009122011
224
+ 222,2009_15_MIN_CAR,2009,REG,15,2009-12-20,Sunday,20:20,MIN,CAR,7,26,19,Bank of America Stadium,Home,outdoors,grass,2009122012
225
+ 223,2009_15_NYG_WAS,2009,REG,15,2009-12-21,Monday,20:30,NYG,WAS,45,12,-33,FedExField,Home,outdoors,grass,2009122100
226
+ 224,2009_16_SD_TEN,2009,REG,16,2009-12-25,Friday,19:30,SD,TEN,42,17,-25,LP Field,Home,outdoors,grass,2009122500
227
+ 225,2009_16_BUF_ATL,2009,REG,16,2009-12-27,Sunday,13:00,BUF,ATL,3,31,28,Georgia Dome,Home,dome,fieldturf,2009122700
228
+ 226,2009_16_KC_CIN,2009,REG,16,2009-12-27,Sunday,13:00,KC,CIN,10,17,7,Paul Brown Stadium,Home,outdoors,fieldturf,2009122701
229
+ 227,2009_16_OAK_CLE,2009,REG,16,2009-12-27,Sunday,13:00,OAK,CLE,9,23,14,Cleveland Browns Stadium,Home,outdoors,grass,2009122702
230
+ 228,2009_16_SEA_GB,2009,REG,16,2009-12-27,Sunday,13:00,SEA,GB,10,48,38,Lambeau Field,Home,outdoors,grass,2009122703
231
+ 229,2009_16_HOU_MIA,2009,REG,16,2009-12-27,Sunday,13:00,HOU,MIA,27,20,-7,Dolphin Stadium,Home,outdoors,grass,2009122704
232
+ 230,2009_16_JAX_NE,2009,REG,16,2009-12-27,Sunday,13:00,JAX,NE,7,35,28,Gillette Stadium,Home,outdoors,fieldturf,2009122706
233
+ 231,2009_16_TB_NO,2009,REG,16,2009-12-27,Sunday,13:00,TB,NO,20,17,-3,Louisiana Superdome,Home,dome,fieldturf,2009122707
234
+ 232,2009_16_CAR_NYG,2009,REG,16,2009-12-27,Sunday,13:00,CAR,NYG,41,9,-32,Giants Stadium,Home,outdoors,fieldturf,2009122705
235
+ 233,2009_16_BAL_PIT,2009,REG,16,2009-12-27,Sunday,13:00,BAL,PIT,20,23,3,Heinz Field,Home,outdoors,dessograss,2009122709
236
+ 234,2009_16_STL_ARI,2009,REG,16,2009-12-27,Sunday,16:05,STL,ARI,10,31,21,University of Phoenix Stadium,Home,open,grass,2009122710
237
+ 235,2009_16_DET_SF,2009,REG,16,2009-12-27,Sunday,16:05,DET,SF,6,20,14,Candlestick Park,Home,outdoors,grass,2009122711
238
+ 236,2009_16_NYJ_IND,2009,REG,16,2009-12-27,Sunday,16:15,NYJ,IND,29,15,-14,Lucas Oil Stadium,Home,closed,fieldturf,2009122712
239
+ 237,2009_16_DEN_PHI,2009,REG,16,2009-12-27,Sunday,16:15,DEN,PHI,27,30,3,Lincoln Financial Field,Home,outdoors,grass,2009122708
240
+ 238,2009_16_DAL_WAS,2009,REG,16,2009-12-27,Sunday,20:20,DAL,WAS,17,0,-17,FedExField,Home,outdoors,grass,2009122713
241
+ 239,2009_16_MIN_CHI,2009,REG,16,2009-12-28,Monday,20:30,MIN,CHI,30,36,6,Soldier Field,Home,outdoors,grass,2009122800
242
+ 240,2009_17_IND_BUF,2009,REG,17,2010-01-03,Sunday,13:00,IND,BUF,7,30,23,Ralph Wilson Stadium,Home,outdoors,astroplay,2010010300
243
+ 241,2009_17_NO_CAR,2009,REG,17,2010-01-03,Sunday,13:00,NO,CAR,10,23,13,Bank of America Stadium,Home,outdoors,grass,2010010301
244
+ 242,2009_17_JAX_CLE,2009,REG,17,2010-01-03,Sunday,13:00,JAX,CLE,17,23,6,Cleveland Browns Stadium,Home,outdoors,grass,2010010302
245
+ 243,2009_17_CHI_DET,2009,REG,17,2010-01-03,Sunday,13:00,CHI,DET,37,23,-14,Ford Field,Home,dome,fieldturf,2010010304
246
+ 244,2009_17_NE_HOU,2009,REG,17,2010-01-03,Sunday,13:00,NE,HOU,27,34,7,Reliant Stadium,Home,closed,grass,2010010305
247
+ 245,2009_17_PIT_MIA,2009,REG,17,2010-01-03,Sunday,13:00,PIT,MIA,30,24,-6,Dolphin Stadium,Home,outdoors,grass,2010010306
248
+ 246,2009_17_NYG_MIN,2009,REG,17,2010-01-03,Sunday,13:00,NYG,MIN,7,44,37,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2010010307
249
+ 247,2009_17_SF_STL,2009,REG,17,2010-01-03,Sunday,13:00,SF,STL,28,6,-22,Edward Jones Dome,Home,dome,fieldturf,2010010309
250
+ 248,2009_17_ATL_TB,2009,REG,17,2010-01-03,Sunday,13:00,ATL,TB,20,10,-10,Raymond James Stadium,Home,outdoors,grass,2010010310
251
+ 249,2009_17_GB_ARI,2009,REG,17,2010-01-03,Sunday,16:15,GB,ARI,33,7,-26,University of Phoenix Stadium,Home,closed,grass,2010010311
252
+ 250,2009_17_PHI_DAL,2009,REG,17,2010-01-03,Sunday,16:15,PHI,DAL,0,24,24,Cowboys Stadium,Home,closed,fieldturf,2010010303
253
+ 251,2009_17_KC_DEN,2009,REG,17,2010-01-03,Sunday,16:15,KC,DEN,44,24,-20,Invesco Field at Mile High,Home,outdoors,grass,2010010312
254
+ 252,2009_17_BAL_OAK,2009,REG,17,2010-01-03,Sunday,16:15,BAL,OAK,21,13,-8,Oakland-Alameda County Coliseum,Home,outdoors,grass,2010010313
255
+ 253,2009_17_WAS_SD,2009,REG,17,2010-01-03,Sunday,16:15,WAS,SD,20,23,3,Qualcomm Stadium,Home,outdoors,grass,2010010314
256
+ 254,2009_17_TEN_SEA,2009,REG,17,2010-01-03,Sunday,16:15,TEN,SEA,17,13,-4,Qwest Field,Home,outdoors,fieldturf,2010010315
257
+ 255,2009_17_CIN_NYJ,2009,REG,17,2010-01-03,Sunday,20:20,CIN,NYJ,0,37,37,Giants Stadium,Home,outdoors,fieldturf,2010010308
258
+ 256,2009_18_NYJ_CIN,2009,WC,18,2010-01-09,Saturday,16:30,NYJ,CIN,24,14,-10,Paul Brown Stadium,Home,outdoors,fieldturf,2010010901
259
+ 257,2009_18_PHI_DAL,2009,WC,18,2010-01-09,Saturday,20:00,PHI,DAL,14,34,20,Cowboys Stadium,Home,closed,fieldturf,2010010900
260
+ 258,2009_18_BAL_NE,2009,WC,18,2010-01-10,Sunday,13:00,BAL,NE,33,14,-19,Gillette Stadium,Home,outdoors,fieldturf,2010011001
261
+ 259,2009_18_GB_ARI,2009,WC,18,2010-01-10,Sunday,16:30,GB,ARI,45,51,6,University of Phoenix Stadium,Home,closed,grass,2010011000
262
+ 260,2009_19_ARI_NO,2009,DIV,19,2010-01-16,Saturday,16:30,ARI,NO,14,45,31,Louisiana Superdome,Home,dome,fieldturf,2010011601
263
+ 261,2009_19_BAL_IND,2009,DIV,19,2010-01-16,Saturday,20:15,BAL,IND,3,20,17,Lucas Oil Stadium,Home,closed,fieldturf,2010011600
264
+ 262,2009_19_DAL_MIN,2009,DIV,19,2010-01-17,Sunday,13:00,DAL,MIN,3,34,31,Hubert H. Humphrey Metrodome,Home,dome,fieldturf,2010011700
265
+ 263,2009_19_NYJ_SD,2009,DIV,19,2010-01-17,Sunday,16:40,NYJ,SD,17,14,-3,Qualcomm Stadium,Home,outdoors,grass,2010011701
266
+ 264,2009_20_NYJ_IND,2009,CON,20,2010-01-24,Sunday,15:05,NYJ,IND,17,30,13,Lucas Oil Stadium,Home,closed,fieldturf,2010012400
267
+ 265,2009_20_MIN_NO,2009,CON,20,2010-01-24,Sunday,18:40,MIN,NO,28,31,3,Louisiana Superdome,Home,dome,fieldturf,2010012401
268
+ 266,2009_21_NO_IND,2009,SB,21,2010-02-07,Sunday,18:32,NO,IND,31,17,-14,Dolphin Stadium,Neutral,outdoors,grass,2010020700
Source/Build/nfl_data_py/data/schedules/2010.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2010_01_MIN_NO,2010,REG,1,2010-09-09,Thursday,20:30,MIN,NO,9,14,5,Louisiana Superdome,Home,dome,sportturf,2010090900
3
+ 1,2010_01_MIA_BUF,2010,REG,1,2010-09-12,Sunday,13:00,MIA,BUF,15,10,-5,Ralph Wilson Stadium,Home,outdoors,astroplay,2010091201
4
+ 2,2010_01_DET_CHI,2010,REG,1,2010-09-12,Sunday,13:00,DET,CHI,14,19,5,Soldier Field,Home,outdoors,grass,2010091207
5
+ 3,2010_01_IND_HOU,2010,REG,1,2010-09-12,Sunday,13:00,IND,HOU,24,34,10,Reliant Stadium,Home,closed,grass,2010091203
6
+ 4,2010_01_DEN_JAX,2010,REG,1,2010-09-12,Sunday,13:00,DEN,JAX,17,24,7,EverBank Field,Home,outdoors,grass,2010091204
7
+ 5,2010_01_CIN_NE,2010,REG,1,2010-09-12,Sunday,13:00,CIN,NE,24,38,14,Gillette Stadium,Home,outdoors,fieldturf,2010091202
8
+ 6,2010_01_CAR_NYG,2010,REG,1,2010-09-12,Sunday,13:00,CAR,NYG,18,31,13,New Meadowlands Stadium,Home,outdoors,fieldturf,2010091206
9
+ 7,2010_01_ATL_PIT,2010,REG,1,2010-09-12,Sunday,13:00,ATL,PIT,9,15,6,Heinz Field,Home,outdoors,grass,2010091209
10
+ 8,2010_01_CLE_TB,2010,REG,1,2010-09-12,Sunday,13:00,CLE,TB,14,17,3,Raymond James Stadium,Home,outdoors,grass,2010091200
11
+ 9,2010_01_OAK_TEN,2010,REG,1,2010-09-12,Sunday,13:00,OAK,TEN,13,38,25,LP Field,Home,outdoors,grass,2010091205
12
+ 10,2010_01_GB_PHI,2010,REG,1,2010-09-12,Sunday,16:15,GB,PHI,27,20,-7,Lincoln Financial Field,Home,outdoors,grass,2010091210
13
+ 11,2010_01_SF_SEA,2010,REG,1,2010-09-12,Sunday,16:15,SF,SEA,6,31,25,Qwest Field,Home,outdoors,fieldturf,2010091211
14
+ 12,2010_01_ARI_STL,2010,REG,1,2010-09-12,Sunday,16:15,ARI,STL,17,13,-4,Edward Jones Dome,Home,dome,astroplay,2010091208
15
+ 13,2010_01_DAL_WAS,2010,REG,1,2010-09-12,Sunday,20:20,DAL,WAS,7,13,6,FedExField,Home,outdoors,grass,2010091212
16
+ 14,2010_01_BAL_NYJ,2010,REG,1,2010-09-13,Monday,19:00,BAL,NYJ,10,9,-1,New Meadowlands Stadium,Home,outdoors,fieldturf,2010091300
17
+ 15,2010_01_SD_KC,2010,REG,1,2010-09-13,Monday,22:15,SD,KC,14,21,7,Arrowhead Stadium,Home,outdoors,grass,2010091301
18
+ 16,2010_02_ARI_ATL,2010,REG,2,2010-09-19,Sunday,13:00,ARI,ATL,7,41,34,Georgia Dome,Home,dome,fieldturf,2010091907
19
+ 17,2010_02_TB_CAR,2010,REG,2,2010-09-19,Sunday,13:00,TB,CAR,20,7,-13,Bank of America Stadium,Home,outdoors,grass,2010091908
20
+ 18,2010_02_BAL_CIN,2010,REG,2,2010-09-19,Sunday,13:00,BAL,CIN,10,15,5,Paul Brown Stadium,Home,outdoors,fieldturf,2010091912
21
+ 19,2010_02_KC_CLE,2010,REG,2,2010-09-19,Sunday,13:00,KC,CLE,16,14,-2,Cleveland Browns Stadium,Home,outdoors,grass,2010091903
22
+ 20,2010_02_CHI_DAL,2010,REG,2,2010-09-19,Sunday,13:00,CHI,DAL,27,20,-7,Cowboys Stadium,Home,closed,matrixturf,2010091905
23
+ 21,2010_02_PHI_DET,2010,REG,2,2010-09-19,Sunday,13:00,PHI,DET,35,32,-3,Ford Field,Home,dome,fieldturf,2010091906
24
+ 22,2010_02_BUF_GB,2010,REG,2,2010-09-19,Sunday,13:00,BUF,GB,7,34,27,Lambeau Field,Home,outdoors,grass,2010091901
25
+ 23,2010_02_MIA_MIN,2010,REG,2,2010-09-19,Sunday,13:00,MIA,MIN,14,10,-4,Mall of America Field,Home,dome,sportturf,2010091902
26
+ 24,2010_02_PIT_TEN,2010,REG,2,2010-09-19,Sunday,13:00,PIT,TEN,19,11,-8,LP Field,Home,outdoors,grass,2010091904
27
+ 25,2010_02_SEA_DEN,2010,REG,2,2010-09-19,Sunday,16:05,SEA,DEN,14,31,17,Invesco Field at Mile High,Home,outdoors,grass,2010091909
28
+ 26,2010_02_STL_OAK,2010,REG,2,2010-09-19,Sunday,16:05,STL,OAK,14,16,2,Oakland-Alameda County Coliseum,Home,outdoors,grass,2010091910
29
+ 27,2010_02_NE_NYJ,2010,REG,2,2010-09-19,Sunday,16:15,NE,NYJ,14,28,14,New Meadowlands Stadium,Home,outdoors,fieldturf,2010091911
30
+ 28,2010_02_JAX_SD,2010,REG,2,2010-09-19,Sunday,16:15,JAX,SD,13,38,25,Qualcomm Stadium,Home,outdoors,grass,2010091913
31
+ 29,2010_02_HOU_WAS,2010,REG,2,2010-09-19,Sunday,16:15,HOU,WAS,30,27,-3,FedExField,Home,outdoors,grass,2010091900
32
+ 30,2010_02_NYG_IND,2010,REG,2,2010-09-19,Sunday,20:20,NYG,IND,14,38,24,Lucas Oil Stadium,Home,open,fieldturf,2010091914
33
+ 31,2010_02_NO_SF,2010,REG,2,2010-09-20,Monday,20:30,NO,SF,25,22,-3,Candlestick Park,Home,outdoors,grass,2010092000
34
+ 32,2010_03_CLE_BAL,2010,REG,3,2010-09-26,Sunday,13:00,CLE,BAL,17,24,7,M&T Bank Stadium,Home,outdoors,fieldturf,2010092604
35
+ 33,2010_03_CIN_CAR,2010,REG,3,2010-09-26,Sunday,13:00,CIN,CAR,20,7,-13,Bank of America Stadium,Home,outdoors,grass,2010092601
36
+ 34,2010_03_DAL_HOU,2010,REG,3,2010-09-26,Sunday,13:00,DAL,HOU,27,13,-14,Reliant Stadium,Home,closed,grass,2010092608
37
+ 35,2010_03_SF_KC,2010,REG,3,2010-09-26,Sunday,13:00,SF,KC,10,31,21,Arrowhead Stadium,Home,outdoors,grass,2010092609
38
+ 36,2010_03_DET_MIN,2010,REG,3,2010-09-26,Sunday,13:00,DET,MIN,10,24,14,Mall of America Field,Home,dome,sportturf,2010092605
39
+ 37,2010_03_BUF_NE,2010,REG,3,2010-09-26,Sunday,13:00,BUF,NE,30,38,8,Gillette Stadium,Home,outdoors,fieldturf,2010092603
40
+ 38,2010_03_ATL_NO,2010,REG,3,2010-09-26,Sunday,13:00,ATL,NO,27,24,-3,Louisiana Superdome,Home,dome,sportturf,2010092606
41
+ 39,2010_03_TEN_NYG,2010,REG,3,2010-09-26,Sunday,13:00,TEN,NYG,29,10,-19,New Meadowlands Stadium,Home,outdoors,fieldturf,2010092600
42
+ 40,2010_03_PIT_TB,2010,REG,3,2010-09-26,Sunday,13:00,PIT,TB,38,13,-25,Raymond James Stadium,Home,outdoors,grass,2010092602
43
+ 41,2010_03_PHI_JAX,2010,REG,3,2010-09-26,Sunday,16:05,PHI,JAX,28,3,-25,EverBank Field,Home,outdoors,grass,2010092610
44
+ 42,2010_03_WAS_STL,2010,REG,3,2010-09-26,Sunday,16:05,WAS,STL,16,30,14,Edward Jones Dome,Home,dome,astroplay,2010092607
45
+ 43,2010_03_OAK_ARI,2010,REG,3,2010-09-26,Sunday,16:15,OAK,ARI,23,24,1,University of Phoenix Stadium,Home,closed,grass,2010092612
46
+ 44,2010_03_IND_DEN,2010,REG,3,2010-09-26,Sunday,16:15,IND,DEN,27,13,-14,Invesco Field at Mile High,Home,outdoors,grass,2010092611
47
+ 45,2010_03_SD_SEA,2010,REG,3,2010-09-26,Sunday,16:15,SD,SEA,20,27,7,Qwest Field,Home,outdoors,fieldturf,2010092613
48
+ 46,2010_03_NYJ_MIA,2010,REG,3,2010-09-26,Sunday,20:20,NYJ,MIA,31,23,-8,Sun Life Stadium,Home,outdoors,grass,2010092614
49
+ 47,2010_03_GB_CHI,2010,REG,3,2010-09-27,Monday,20:30,GB,CHI,17,20,3,Soldier Field,Home,outdoors,grass,2010092700
50
+ 48,2010_04_SF_ATL,2010,REG,4,2010-10-03,Sunday,13:00,SF,ATL,14,16,2,Georgia Dome,Home,dome,fieldturf,2010100305
51
+ 49,2010_04_NYJ_BUF,2010,REG,4,2010-10-03,Sunday,13:00,NYJ,BUF,38,14,-24,Ralph Wilson Stadium,Home,outdoors,astroplay,2010100300
52
+ 50,2010_04_CIN_CLE,2010,REG,4,2010-10-03,Sunday,13:00,CIN,CLE,20,23,3,Cleveland Browns Stadium,Home,outdoors,grass,2010100301
53
+ 51,2010_04_DET_GB,2010,REG,4,2010-10-03,Sunday,13:00,DET,GB,26,28,2,Lambeau Field,Home,outdoors,grass,2010100304
54
+ 52,2010_04_CAR_NO,2010,REG,4,2010-10-03,Sunday,13:00,CAR,NO,14,16,2,Louisiana Superdome,Home,dome,sportturf,2010100306
55
+ 53,2010_04_BAL_PIT,2010,REG,4,2010-10-03,Sunday,13:00,BAL,PIT,17,14,-3,Heinz Field,Home,outdoors,grass,2010100302
56
+ 54,2010_04_SEA_STL,2010,REG,4,2010-10-03,Sunday,13:00,SEA,STL,3,20,17,Edward Jones Dome,Home,dome,astroplay,2010100307
57
+ 55,2010_04_DEN_TEN,2010,REG,4,2010-10-03,Sunday,13:00,DEN,TEN,26,20,-6,LP Field,Home,outdoors,grass,2010100303
58
+ 56,2010_04_IND_JAX,2010,REG,4,2010-10-03,Sunday,16:05,IND,JAX,28,31,3,EverBank Field,Home,outdoors,grass,2010100308
59
+ 57,2010_04_HOU_OAK,2010,REG,4,2010-10-03,Sunday,16:05,HOU,OAK,31,24,-7,Oakland-Alameda County Coliseum,Home,outdoors,grass,2010100309
60
+ 58,2010_04_WAS_PHI,2010,REG,4,2010-10-03,Sunday,16:15,WAS,PHI,17,12,-5,Lincoln Financial Field,Home,outdoors,grass,2010100310
61
+ 59,2010_04_ARI_SD,2010,REG,4,2010-10-03,Sunday,16:15,ARI,SD,10,41,31,Qualcomm Stadium,Home,outdoors,grass,2010100311
62
+ 60,2010_04_CHI_NYG,2010,REG,4,2010-10-03,Sunday,20:20,CHI,NYG,3,17,14,New Meadowlands Stadium,Home,outdoors,fieldturf,2010100312
63
+ 61,2010_04_NE_MIA,2010,REG,4,2010-10-04,Monday,20:30,NE,MIA,41,14,-27,Sun Life Stadium,Home,outdoors,grass,2010100400
64
+ 62,2010_05_DEN_BAL,2010,REG,5,2010-10-10,Sunday,13:00,DEN,BAL,17,31,14,M&T Bank Stadium,Home,outdoors,fieldturf,2010101001
65
+ 63,2010_05_JAX_BUF,2010,REG,5,2010-10-10,Sunday,13:00,JAX,BUF,36,26,-10,Ralph Wilson Stadium,Home,outdoors,astroplay,2010101000
66
+ 64,2010_05_CHI_CAR,2010,REG,5,2010-10-10,Sunday,13:00,CHI,CAR,23,6,-17,Bank of America Stadium,Home,outdoors,grass,2010101005
67
+ 65,2010_05_TB_CIN,2010,REG,5,2010-10-10,Sunday,13:00,TB,CIN,24,21,-3,Paul Brown Stadium,Home,outdoors,fieldturf,2010101006
68
+ 66,2010_05_ATL_CLE,2010,REG,5,2010-10-10,Sunday,13:00,ATL,CLE,20,10,-10,Cleveland Browns Stadium,Home,outdoors,grass,2010101007
69
+ 67,2010_05_STL_DET,2010,REG,5,2010-10-10,Sunday,13:00,STL,DET,6,44,38,Ford Field,Home,dome,fieldturf,2010101004
70
+ 68,2010_05_NYG_HOU,2010,REG,5,2010-10-10,Sunday,13:00,NYG,HOU,34,10,-24,Reliant Stadium,Home,closed,grass,2010101008
71
+ 69,2010_05_KC_IND,2010,REG,5,2010-10-10,Sunday,13:00,KC,IND,9,19,10,Lucas Oil Stadium,Home,closed,fieldturf,2010101002
72
+ 70,2010_05_GB_WAS,2010,REG,5,2010-10-10,Sunday,13:00,GB,WAS,13,16,3,FedExField,Home,outdoors,grass,2010101003
73
+ 71,2010_05_NO_ARI,2010,REG,5,2010-10-10,Sunday,16:05,NO,ARI,20,30,10,University of Phoenix Stadium,Home,closed,grass,2010101009
74
+ 72,2010_05_TEN_DAL,2010,REG,5,2010-10-10,Sunday,16:15,TEN,DAL,34,27,-7,Cowboys Stadium,Home,closed,matrixturf,2010101010
75
+ 73,2010_05_SD_OAK,2010,REG,5,2010-10-10,Sunday,16:15,SD,OAK,27,35,8,Oakland-Alameda County Coliseum,Home,outdoors,grass,2010101011
76
+ 74,2010_05_PHI_SF,2010,REG,5,2010-10-10,Sunday,20:20,PHI,SF,27,24,-3,Candlestick Park,Home,outdoors,grass,2010101012
77
+ 75,2010_05_MIN_NYJ,2010,REG,5,2010-10-11,Monday,21:15,MIN,NYJ,20,29,9,New Meadowlands Stadium,Home,outdoors,fieldturf,2010101100
78
+ 76,2010_06_SEA_CHI,2010,REG,6,2010-10-17,Sunday,13:00,SEA,CHI,23,20,-3,Soldier Field,Home,outdoors,grass,2010101707
79
+ 77,2010_06_MIA_GB,2010,REG,6,2010-10-17,Sunday,13:00,MIA,GB,23,20,-3,Lambeau Field,Home,outdoors,grass,2010101700
80
+ 78,2010_06_KC_HOU,2010,REG,6,2010-10-17,Sunday,13:00,KC,HOU,31,35,4,Reliant Stadium,Home,open,grass,2010101704
81
+ 79,2010_06_BAL_NE,2010,REG,6,2010-10-17,Sunday,13:00,BAL,NE,20,23,3,Gillette Stadium,Home,outdoors,fieldturf,2010101702
82
+ 80,2010_06_DET_NYG,2010,REG,6,2010-10-17,Sunday,13:00,DET,NYG,20,28,8,New Meadowlands Stadium,Home,outdoors,fieldturf,2010101705
83
+ 81,2010_06_ATL_PHI,2010,REG,6,2010-10-17,Sunday,13:00,ATL,PHI,17,31,14,Lincoln Financial Field,Home,outdoors,grass,2010101706
84
+ 82,2010_06_CLE_PIT,2010,REG,6,2010-10-17,Sunday,13:00,CLE,PIT,10,28,18,Heinz Field,Home,outdoors,grass,2010101703
85
+ 83,2010_06_SD_STL,2010,REG,6,2010-10-17,Sunday,13:00,SD,STL,17,20,3,Edward Jones Dome,Home,dome,astroplay,2010101701
86
+ 84,2010_06_NO_TB,2010,REG,6,2010-10-17,Sunday,13:00,NO,TB,31,6,-25,Raymond James Stadium,Home,outdoors,grass,2010101708
87
+ 85,2010_06_NYJ_DEN,2010,REG,6,2010-10-17,Sunday,16:05,NYJ,DEN,24,20,-4,Invesco Field at Mile High,Home,outdoors,grass,2010101709
88
+ 86,2010_06_OAK_SF,2010,REG,6,2010-10-17,Sunday,16:05,OAK,SF,9,17,8,Candlestick Park,Home,outdoors,grass,2010101710
89
+ 87,2010_06_DAL_MIN,2010,REG,6,2010-10-17,Sunday,16:15,DAL,MIN,21,24,3,Mall of America Field,Home,dome,sportturf,2010101711
90
+ 88,2010_06_IND_WAS,2010,REG,6,2010-10-17,Sunday,20:20,IND,WAS,27,24,-3,FedExField,Home,outdoors,grass,2010101712
91
+ 89,2010_06_TEN_JAX,2010,REG,6,2010-10-18,Monday,20:30,TEN,JAX,30,3,-27,EverBank Field,Home,outdoors,grass,2010101800
92
+ 90,2010_07_CIN_ATL,2010,REG,7,2010-10-24,Sunday,13:00,CIN,ATL,32,39,7,Georgia Dome,Home,dome,fieldturf,2010102400
93
+ 91,2010_07_BUF_BAL,2010,REG,7,2010-10-24,Sunday,13:00,BUF,BAL,34,37,3,M&T Bank Stadium,Home,outdoors,fieldturf,2010102402
94
+ 92,2010_07_SF_CAR,2010,REG,7,2010-10-24,Sunday,13:00,SF,CAR,20,23,3,Bank of America Stadium,Home,outdoors,grass,2010102406
95
+ 93,2010_07_WAS_CHI,2010,REG,7,2010-10-24,Sunday,13:00,WAS,CHI,17,14,-3,Soldier Field,Home,outdoors,grass,2010102405
96
+ 94,2010_07_JAX_KC,2010,REG,7,2010-10-24,Sunday,13:00,JAX,KC,20,42,22,Arrowhead Stadium,Home,outdoors,grass,2010102403
97
+ 95,2010_07_PIT_MIA,2010,REG,7,2010-10-24,Sunday,13:00,PIT,MIA,23,22,-1,Sun Life Stadium,Home,outdoors,grass,2010102401
98
+ 96,2010_07_CLE_NO,2010,REG,7,2010-10-24,Sunday,13:00,CLE,NO,30,17,-13,Louisiana Superdome,Home,dome,sportturf,2010102404
99
+ 97,2010_07_STL_TB,2010,REG,7,2010-10-24,Sunday,13:00,STL,TB,17,18,1,Raymond James Stadium,Home,outdoors,grass,2010102407
100
+ 98,2010_07_PHI_TEN,2010,REG,7,2010-10-24,Sunday,13:00,PHI,TEN,19,37,18,LP Field,Home,outdoors,grass,2010102408
101
+ 99,2010_07_ARI_SEA,2010,REG,7,2010-10-24,Sunday,16:05,ARI,SEA,10,22,12,Qwest Field,Home,outdoors,fieldturf,2010102409
102
+ 100,2010_07_OAK_DEN,2010,REG,7,2010-10-24,Sunday,16:15,OAK,DEN,59,14,-45,Invesco Field at Mile High,Home,outdoors,grass,2010102411
103
+ 101,2010_07_NE_SD,2010,REG,7,2010-10-24,Sunday,16:15,NE,SD,23,20,-3,Qualcomm Stadium,Home,outdoors,grass,2010102410
104
+ 102,2010_07_MIN_GB,2010,REG,7,2010-10-24,Sunday,20:20,MIN,GB,24,28,4,Lambeau Field,Home,outdoors,grass,2010102412
105
+ 103,2010_07_NYG_DAL,2010,REG,7,2010-10-25,Monday,20:30,NYG,DAL,41,35,-6,Cowboys Stadium,Home,open,matrixturf,2010102500
106
+ 104,2010_08_MIA_CIN,2010,REG,8,2010-10-31,Sunday,13:00,MIA,CIN,22,14,-8,Paul Brown Stadium,Home,outdoors,fieldturf,2010103102
107
+ 105,2010_08_JAX_DAL,2010,REG,8,2010-10-31,Sunday,13:00,JAX,DAL,35,17,-18,Cowboys Stadium,Home,closed,matrixturf,2010103101
108
+ 106,2010_08_WAS_DET,2010,REG,8,2010-10-31,Sunday,13:00,WAS,DET,25,37,12,Ford Field,Home,dome,fieldturf,2010103104
109
+ 107,2010_08_BUF_KC,2010,REG,8,2010-10-31,Sunday,13:00,BUF,KC,10,13,3,Arrowhead Stadium,Home,outdoors,grass,2010103103
110
+ 108,2010_08_GB_NYJ,2010,REG,8,2010-10-31,Sunday,13:00,GB,NYJ,9,0,-9,New Meadowlands Stadium,Home,outdoors,fieldturf,2010103106
111
+ 109,2010_08_DEN_SF,2010,REG,8,2010-10-31,Sunday,13:00,DEN,SF,16,24,8,Wembley Stadium,Neutral,outdoors,grass,2010103100
112
+ 110,2010_08_CAR_STL,2010,REG,8,2010-10-31,Sunday,13:00,CAR,STL,10,20,10,Edward Jones Dome,Home,dome,astroplay,2010103105
113
+ 111,2010_08_TEN_SD,2010,REG,8,2010-10-31,Sunday,16:05,TEN,SD,25,33,8,Qualcomm Stadium,Home,outdoors,grass,2010103107
114
+ 112,2010_08_TB_ARI,2010,REG,8,2010-10-31,Sunday,16:15,TB,ARI,38,35,-3,University of Phoenix Stadium,Home,closed,grass,2010103109
115
+ 113,2010_08_MIN_NE,2010,REG,8,2010-10-31,Sunday,16:15,MIN,NE,18,28,10,Gillette Stadium,Home,outdoors,fieldturf,2010103108
116
+ 114,2010_08_SEA_OAK,2010,REG,8,2010-10-31,Sunday,16:15,SEA,OAK,3,33,30,Oakland-Alameda County Coliseum,Home,outdoors,grass,2010103110
117
+ 115,2010_08_PIT_NO,2010,REG,8,2010-10-31,Sunday,20:20,PIT,NO,10,20,10,Louisiana Superdome,Home,dome,sportturf,2010103111
118
+ 116,2010_08_HOU_IND,2010,REG,8,2010-11-01,Monday,20:30,HOU,IND,17,30,13,Lucas Oil Stadium,Home,closed,fieldturf,2010110100
119
+ 117,2010_09_TB_ATL,2010,REG,9,2010-11-07,Sunday,13:00,TB,ATL,21,27,6,Georgia Dome,Home,dome,fieldturf,2010110706
120
+ 118,2010_09_MIA_BAL,2010,REG,9,2010-11-07,Sunday,13:00,MIA,BAL,10,26,16,M&T Bank Stadium,Home,outdoors,fieldturf,2010110701
121
+ 119,2010_09_CHI_BUF,2010,REG,9,2010-11-07,Sunday,13:00,CHI,BUF,22,19,-3,Rogers Centre,Home,dome,astroplay,2010110704
122
+ 120,2010_09_NO_CAR,2010,REG,9,2010-11-07,Sunday,13:00,NO,CAR,34,3,-31,Bank of America Stadium,Home,outdoors,grass,2010110707
123
+ 121,2010_09_NE_CLE,2010,REG,9,2010-11-07,Sunday,13:00,NE,CLE,14,34,20,Cleveland Browns Stadium,Home,outdoors,grass,2010110702
124
+ 122,2010_09_NYJ_DET,2010,REG,9,2010-11-07,Sunday,13:00,NYJ,DET,23,20,-3,Ford Field,Home,dome,fieldturf,2010110700
125
+ 123,2010_09_SD_HOU,2010,REG,9,2010-11-07,Sunday,13:00,SD,HOU,29,23,-6,Reliant Stadium,Home,open,grass,2010110703
126
+ 124,2010_09_ARI_MIN,2010,REG,9,2010-11-07,Sunday,13:00,ARI,MIN,24,27,3,Mall of America Field,Home,dome,sportturf,2010110705
127
+ 125,2010_09_NYG_SEA,2010,REG,9,2010-11-07,Sunday,16:05,NYG,SEA,41,7,-34,Qwest Field,Home,outdoors,fieldturf,2010110708
128
+ 126,2010_09_KC_OAK,2010,REG,9,2010-11-07,Sunday,16:15,KC,OAK,20,23,3,Oakland-Alameda County Coliseum,Home,outdoors,grass,2010110710
129
+ 127,2010_09_IND_PHI,2010,REG,9,2010-11-07,Sunday,16:15,IND,PHI,24,26,2,Lincoln Financial Field,Home,outdoors,grass,2010110709
130
+ 128,2010_09_DAL_GB,2010,REG,9,2010-11-07,Sunday,20:20,DAL,GB,7,45,38,Lambeau Field,Home,outdoors,grass,2010110711
131
+ 129,2010_09_PIT_CIN,2010,REG,9,2010-11-08,Monday,20:30,PIT,CIN,27,21,-6,Paul Brown Stadium,Home,outdoors,fieldturf,2010110800
132
+ 130,2010_10_BAL_ATL,2010,REG,10,2010-11-11,Thursday,20:20,BAL,ATL,21,26,5,Georgia Dome,Home,dome,fieldturf,2010111100
133
+ 131,2010_10_DET_BUF,2010,REG,10,2010-11-14,Sunday,13:00,DET,BUF,12,14,2,Ralph Wilson Stadium,Home,outdoors,astroplay,2010111406
134
+ 132,2010_10_MIN_CHI,2010,REG,10,2010-11-14,Sunday,13:00,MIN,CHI,13,27,14,Soldier Field,Home,outdoors,grass,2010111404
135
+ 133,2010_10_NYJ_CLE,2010,REG,10,2010-11-14,Sunday,13:00,NYJ,CLE,26,20,-6,Cleveland Browns Stadium,Home,outdoors,grass,2010111401
136
+ 134,2010_10_CIN_IND,2010,REG,10,2010-11-14,Sunday,13:00,CIN,IND,17,23,6,Lucas Oil Stadium,Home,closed,fieldturf,2010111402
137
+ 135,2010_10_HOU_JAX,2010,REG,10,2010-11-14,Sunday,13:00,HOU,JAX,24,31,7,EverBank Field,Home,outdoors,grass,2010111403
138
+ 136,2010_10_TEN_MIA,2010,REG,10,2010-11-14,Sunday,13:00,TEN,MIA,17,29,12,Sun Life Stadium,Home,outdoors,grass,2010111400
139
+ 137,2010_10_CAR_TB,2010,REG,10,2010-11-14,Sunday,13:00,CAR,TB,16,31,15,Raymond James Stadium,Home,outdoors,grass,2010111405
140
+ 138,2010_10_KC_DEN,2010,REG,10,2010-11-14,Sunday,16:05,KC,DEN,29,49,20,Invesco Field at Mile High,Home,outdoors,grass,2010111407
141
+ 139,2010_10_SEA_ARI,2010,REG,10,2010-11-14,Sunday,16:15,SEA,ARI,36,18,-18,University of Phoenix Stadium,Home,closed,grass,2010111409
142
+ 140,2010_10_DAL_NYG,2010,REG,10,2010-11-14,Sunday,16:15,DAL,NYG,33,20,-13,New Meadowlands Stadium,Home,outdoors,fieldturf,2010111408
143
+ 141,2010_10_STL_SF,2010,REG,10,2010-11-14,Sunday,16:15,STL,SF,20,23,3,Candlestick Park,Home,outdoors,grass,2010111410
144
+ 142,2010_10_NE_PIT,2010,REG,10,2010-11-14,Sunday,20:20,NE,PIT,39,26,-13,Heinz Field,Home,outdoors,grass,2010111411
145
+ 143,2010_10_PHI_WAS,2010,REG,10,2010-11-15,Monday,20:30,PHI,WAS,59,28,-31,FedExField,Home,outdoors,grass,2010111500
146
+ 144,2010_11_CHI_MIA,2010,REG,11,2010-11-18,Thursday,20:20,CHI,MIA,16,0,-16,Sun Life Stadium,Home,outdoors,grass,2010111800
147
+ 145,2010_11_BAL_CAR,2010,REG,11,2010-11-21,Sunday,13:00,BAL,CAR,37,13,-24,Bank of America Stadium,Home,outdoors,grass,2010112100
148
+ 146,2010_11_BUF_CIN,2010,REG,11,2010-11-21,Sunday,13:00,BUF,CIN,49,31,-18,Paul Brown Stadium,Home,outdoors,fieldturf,2010112102
149
+ 147,2010_11_DET_DAL,2010,REG,11,2010-11-21,Sunday,13:00,DET,DAL,19,35,16,Cowboys Stadium,Home,closed,matrixturf,2010112105
150
+ 148,2010_11_CLE_JAX,2010,REG,11,2010-11-21,Sunday,13:00,CLE,JAX,20,24,4,EverBank Field,Home,outdoors,grass,2010112104
151
+ 149,2010_11_ARI_KC,2010,REG,11,2010-11-21,Sunday,13:00,ARI,KC,13,31,18,Arrowhead Stadium,Home,outdoors,grass,2010112109
152
+ 150,2010_11_GB_MIN,2010,REG,11,2010-11-21,Sunday,13:00,GB,MIN,31,3,-28,Mall of America Field,Home,dome,sportturf,2010112106
153
+ 151,2010_11_HOU_NYJ,2010,REG,11,2010-11-21,Sunday,13:00,HOU,NYJ,27,30,3,New Meadowlands Stadium,Home,outdoors,fieldturf,2010112101
154
+ 152,2010_11_OAK_PIT,2010,REG,11,2010-11-21,Sunday,13:00,OAK,PIT,3,35,32,Heinz Field,Home,outdoors,grass,2010112103
155
+ 153,2010_11_WAS_TEN,2010,REG,11,2010-11-21,Sunday,13:00,WAS,TEN,19,16,-3,LP Field,Home,outdoors,grass,2010112108
156
+ 154,2010_11_SEA_NO,2010,REG,11,2010-11-21,Sunday,16:05,SEA,NO,19,34,15,Louisiana Superdome,Home,dome,sportturf,2010112107
157
+ 155,2010_11_TB_SF,2010,REG,11,2010-11-21,Sunday,16:05,TB,SF,21,0,-21,Candlestick Park,Home,outdoors,grass,2010112111
158
+ 156,2010_11_ATL_STL,2010,REG,11,2010-11-21,Sunday,16:05,ATL,STL,34,17,-17,Edward Jones Dome,Home,dome,astroplay,2010112110
159
+ 157,2010_11_IND_NE,2010,REG,11,2010-11-21,Sunday,16:15,IND,NE,28,31,3,Gillette Stadium,Home,outdoors,fieldturf,2010112112
160
+ 158,2010_11_NYG_PHI,2010,REG,11,2010-11-21,Sunday,20:20,NYG,PHI,17,27,10,Lincoln Financial Field,Home,outdoors,grass,2010112113
161
+ 159,2010_11_DEN_SD,2010,REG,11,2010-11-22,Monday,20:30,DEN,SD,14,35,21,Qualcomm Stadium,Home,outdoors,grass,2010112200
162
+ 160,2010_12_NE_DET,2010,REG,12,2010-11-25,Thursday,12:30,NE,DET,45,24,-21,Ford Field,Home,dome,fieldturf,2010112500
163
+ 161,2010_12_NO_DAL,2010,REG,12,2010-11-25,Thursday,16:15,NO,DAL,30,27,-3,Cowboys Stadium,Home,closed,matrixturf,2010112501
164
+ 162,2010_12_CIN_NYJ,2010,REG,12,2010-11-25,Thursday,20:20,CIN,NYJ,10,26,16,New Meadowlands Stadium,Home,outdoors,fieldturf,2010112502
165
+ 163,2010_12_GB_ATL,2010,REG,12,2010-11-28,Sunday,13:00,GB,ATL,17,20,3,Georgia Dome,Home,dome,fieldturf,2010112805
166
+ 164,2010_12_PIT_BUF,2010,REG,12,2010-11-28,Sunday,13:00,PIT,BUF,19,16,-3,Ralph Wilson Stadium,Home,outdoors,astroplay,2010112801
167
+ 165,2010_12_CAR_CLE,2010,REG,12,2010-11-28,Sunday,13:00,CAR,CLE,23,24,1,Cleveland Browns Stadium,Home,outdoors,grass,2010112807
168
+ 166,2010_12_TEN_HOU,2010,REG,12,2010-11-28,Sunday,13:00,TEN,HOU,0,20,20,Reliant Stadium,Home,open,grass,2010112802
169
+ 167,2010_12_JAX_NYG,2010,REG,12,2010-11-28,Sunday,13:00,JAX,NYG,20,24,4,New Meadowlands Stadium,Home,outdoors,fieldturf,2010112800
170
+ 168,2010_12_MIN_WAS,2010,REG,12,2010-11-28,Sunday,13:00,MIN,WAS,17,13,-4,FedExField,Home,outdoors,grass,2010112803
171
+ 169,2010_12_MIA_OAK,2010,REG,12,2010-11-28,Sunday,16:05,MIA,OAK,33,17,-16,Oakland-Alameda County Coliseum,Home,outdoors,grass,2010112809
172
+ 170,2010_12_KC_SEA,2010,REG,12,2010-11-28,Sunday,16:05,KC,SEA,42,24,-18,Qwest Field,Home,outdoors,fieldturf,2010112808
173
+ 171,2010_12_TB_BAL,2010,REG,12,2010-11-28,Sunday,16:15,TB,BAL,10,17,7,M&T Bank Stadium,Home,outdoors,fieldturf,2010112806
174
+ 172,2010_12_PHI_CHI,2010,REG,12,2010-11-28,Sunday,16:15,PHI,CHI,26,31,5,Soldier Field,Home,outdoors,grass,2010112804
175
+ 173,2010_12_STL_DEN,2010,REG,12,2010-11-28,Sunday,16:15,STL,DEN,36,33,-3,Invesco Field at Mile High,Home,outdoors,grass,2010112810
176
+ 174,2010_12_SD_IND,2010,REG,12,2010-11-28,Sunday,20:20,SD,IND,36,14,-22,Lucas Oil Stadium,Home,closed,fieldturf,2010112811
177
+ 175,2010_12_SF_ARI,2010,REG,12,2010-11-29,Monday,20:30,SF,ARI,27,6,-21,University of Phoenix Stadium,Home,closed,grass,2010112900
178
+ 176,2010_13_HOU_PHI,2010,REG,13,2010-12-02,Thursday,20:20,HOU,PHI,24,34,10,Lincoln Financial Field,Home,outdoors,grass,2010120200
179
+ 177,2010_13_NO_CIN,2010,REG,13,2010-12-05,Sunday,13:00,NO,CIN,34,30,-4,Paul Brown Stadium,Home,outdoors,fieldturf,2010120508
180
+ 178,2010_13_CHI_DET,2010,REG,13,2010-12-05,Sunday,13:00,CHI,DET,24,20,-4,Ford Field,Home,dome,fieldturf,2010120505
181
+ 179,2010_13_SF_GB,2010,REG,13,2010-12-05,Sunday,13:00,SF,GB,16,34,18,Lambeau Field,Home,outdoors,grass,2010120506
182
+ 180,2010_13_DEN_KC,2010,REG,13,2010-12-05,Sunday,13:00,DEN,KC,6,10,4,Arrowhead Stadium,Home,outdoors,grass,2010120503
183
+ 181,2010_13_CLE_MIA,2010,REG,13,2010-12-05,Sunday,13:00,CLE,MIA,13,10,-3,Sun Life Stadium,Home,outdoors,grass,2010120501
184
+ 182,2010_13_BUF_MIN,2010,REG,13,2010-12-05,Sunday,13:00,BUF,MIN,14,38,24,Mall of America Field,Home,dome,sportturf,2010120500
185
+ 183,2010_13_WAS_NYG,2010,REG,13,2010-12-05,Sunday,13:00,WAS,NYG,7,31,24,New Meadowlands Stadium,Home,outdoors,fieldturf,2010120504
186
+ 184,2010_13_JAX_TEN,2010,REG,13,2010-12-05,Sunday,13:00,JAX,TEN,17,6,-11,LP Field,Home,outdoors,grass,2010120502
187
+ 185,2010_13_OAK_SD,2010,REG,13,2010-12-05,Sunday,16:05,OAK,SD,28,13,-15,Qualcomm Stadium,Home,outdoors,grass,2010120509
188
+ 186,2010_13_STL_ARI,2010,REG,13,2010-12-05,Sunday,16:15,STL,ARI,19,6,-13,University of Phoenix Stadium,Home,closed,grass,2010120511
189
+ 187,2010_13_DAL_IND,2010,REG,13,2010-12-05,Sunday,16:15,DAL,IND,38,35,-3,Lucas Oil Stadium,Home,closed,fieldturf,2010120510
190
+ 188,2010_13_CAR_SEA,2010,REG,13,2010-12-05,Sunday,16:15,CAR,SEA,14,31,17,Qwest Field,Home,outdoors,fieldturf,2010120512
191
+ 189,2010_13_ATL_TB,2010,REG,13,2010-12-05,Sunday,16:15,ATL,TB,28,24,-4,Raymond James Stadium,Home,outdoors,grass,2010120507
192
+ 190,2010_13_PIT_BAL,2010,REG,13,2010-12-05,Sunday,20:20,PIT,BAL,13,10,-3,M&T Bank Stadium,Home,outdoors,fieldturf,2010120513
193
+ 191,2010_13_NYJ_NE,2010,REG,13,2010-12-06,Monday,20:30,NYJ,NE,3,45,42,Gillette Stadium,Home,outdoors,fieldturf,2010120600
194
+ 192,2010_14_IND_TEN,2010,REG,14,2010-12-09,Thursday,20:20,IND,TEN,30,28,-2,LP Field,Home,outdoors,grass,2010120900
195
+ 193,2010_14_CLE_BUF,2010,REG,14,2010-12-12,Sunday,13:00,CLE,BUF,6,13,7,Ralph Wilson Stadium,Home,outdoors,astroplay,2010121201
196
+ 194,2010_14_ATL_CAR,2010,REG,14,2010-12-12,Sunday,13:00,ATL,CAR,31,10,-21,Bank of America Stadium,Home,outdoors,grass,2010121207
197
+ 195,2010_14_GB_DET,2010,REG,14,2010-12-12,Sunday,13:00,GB,DET,3,7,4,Ford Field,Home,dome,fieldturf,2010121205
198
+ 196,2010_14_OAK_JAX,2010,REG,14,2010-12-12,Sunday,13:00,OAK,JAX,31,38,7,EverBank Field,Home,outdoors,grass,2010121203
199
+ 197,2010_14_CIN_PIT,2010,REG,14,2010-12-12,Sunday,13:00,CIN,PIT,7,23,16,Heinz Field,Home,outdoors,grass,2010121202
200
+ 198,2010_14_TB_WAS,2010,REG,14,2010-12-12,Sunday,13:00,TB,WAS,17,16,-1,FedExField,Home,outdoors,grass,2010121204
201
+ 199,2010_14_STL_NO,2010,REG,14,2010-12-12,Sunday,16:05,STL,NO,13,31,18,Louisiana Superdome,Home,dome,sportturf,2010121208
202
+ 200,2010_14_SEA_SF,2010,REG,14,2010-12-12,Sunday,16:05,SEA,SF,21,40,19,Candlestick Park,Home,outdoors,grass,2010121209
203
+ 201,2010_14_DEN_ARI,2010,REG,14,2010-12-12,Sunday,16:15,DEN,ARI,13,43,30,University of Phoenix Stadium,Home,closed,grass,2010121211
204
+ 202,2010_14_NE_CHI,2010,REG,14,2010-12-12,Sunday,16:15,NE,CHI,36,7,-29,Soldier Field,Home,outdoors,grass,2010121200
205
+ 203,2010_14_MIA_NYJ,2010,REG,14,2010-12-12,Sunday,16:15,MIA,NYJ,10,6,-4,New Meadowlands Stadium,Home,outdoors,fieldturf,2010121210
206
+ 204,2010_14_KC_SD,2010,REG,14,2010-12-12,Sunday,16:15,KC,SD,0,31,31,Qualcomm Stadium,Home,outdoors,grass,2010121212
207
+ 205,2010_14_PHI_DAL,2010,REG,14,2010-12-12,Sunday,20:20,PHI,DAL,30,27,-3,Cowboys Stadium,Home,closed,matrixturf,2010121213
208
+ 206,2010_14_NYG_MIN,2010,REG,14,2010-12-13,Monday,19:20,NYG,MIN,21,3,-18,Ford Field,Neutral,dome,fieldturf,2010121301
209
+ 207,2010_14_BAL_HOU,2010,REG,14,2010-12-13,Monday,20:30,BAL,HOU,34,28,-6,Reliant Stadium,Home,closed,grass,2010121300
210
+ 208,2010_15_SF_SD,2010,REG,15,2010-12-16,Thursday,20:20,SF,SD,7,34,27,Qualcomm Stadium,Home,outdoors,grass,2010121600
211
+ 209,2010_15_NO_BAL,2010,REG,15,2010-12-19,Sunday,13:00,NO,BAL,24,30,6,M&T Bank Stadium,Home,outdoors,fieldturf,2010121909
212
+ 210,2010_15_ARI_CAR,2010,REG,15,2010-12-19,Sunday,13:00,ARI,CAR,12,19,7,Bank of America Stadium,Home,outdoors,grass,2010121907
213
+ 211,2010_15_CLE_CIN,2010,REG,15,2010-12-19,Sunday,13:00,CLE,CIN,17,19,2,Paul Brown Stadium,Home,outdoors,fieldturf,2010121902
214
+ 212,2010_15_WAS_DAL,2010,REG,15,2010-12-19,Sunday,13:00,WAS,DAL,30,33,3,Cowboys Stadium,Home,open,matrixturf,2010121905
215
+ 213,2010_15_JAX_IND,2010,REG,15,2010-12-19,Sunday,13:00,JAX,IND,24,34,10,Lucas Oil Stadium,Home,closed,fieldturf,2010121903
216
+ 214,2010_15_BUF_MIA,2010,REG,15,2010-12-19,Sunday,13:00,BUF,MIA,17,14,-3,Sun Life Stadium,Home,outdoors,grass,2010121901
217
+ 215,2010_15_PHI_NYG,2010,REG,15,2010-12-19,Sunday,13:00,PHI,NYG,38,31,-7,New Meadowlands Stadium,Home,outdoors,fieldturf,2010121906
218
+ 216,2010_15_KC_STL,2010,REG,15,2010-12-19,Sunday,13:00,KC,STL,27,13,-14,Edward Jones Dome,Home,dome,astroplay,2010121900
219
+ 217,2010_15_DET_TB,2010,REG,15,2010-12-19,Sunday,13:00,DET,TB,23,20,-3,Raymond James Stadium,Home,outdoors,grass,2010121908
220
+ 218,2010_15_HOU_TEN,2010,REG,15,2010-12-19,Sunday,13:00,HOU,TEN,17,31,14,LP Field,Home,outdoors,grass,2010121904
221
+ 219,2010_15_ATL_SEA,2010,REG,15,2010-12-19,Sunday,16:05,ATL,SEA,34,18,-16,Qwest Field,Home,outdoors,fieldturf,2010121910
222
+ 220,2010_15_DEN_OAK,2010,REG,15,2010-12-19,Sunday,16:15,DEN,OAK,23,39,16,Oakland-Alameda County Coliseum,Home,outdoors,grass,2010121912
223
+ 221,2010_15_NYJ_PIT,2010,REG,15,2010-12-19,Sunday,16:15,NYJ,PIT,22,17,-5,Heinz Field,Home,outdoors,grass,2010121911
224
+ 222,2010_15_GB_NE,2010,REG,15,2010-12-19,Sunday,20:20,GB,NE,27,31,4,Gillette Stadium,Home,outdoors,fieldturf,2010121913
225
+ 223,2010_15_CHI_MIN,2010,REG,15,2010-12-20,Monday,20:30,CHI,MIN,40,14,-26,TCF Bank Stadium,Home,outdoors,fieldturf,2010122000
226
+ 224,2010_16_CAR_PIT,2010,REG,16,2010-12-23,Thursday,20:20,CAR,PIT,3,27,24,Heinz Field,Home,outdoors,grass,2010122300
227
+ 225,2010_16_DAL_ARI,2010,REG,16,2010-12-25,Saturday,19:30,DAL,ARI,26,27,1,University of Phoenix Stadium,Home,closed,grass,2010122500
228
+ 226,2010_16_NE_BUF,2010,REG,16,2010-12-26,Sunday,13:00,NE,BUF,34,3,-31,Ralph Wilson Stadium,Home,outdoors,astroplay,2010122601
229
+ 227,2010_16_NYJ_CHI,2010,REG,16,2010-12-26,Sunday,13:00,NYJ,CHI,34,38,4,Soldier Field,Home,outdoors,grass,2010122600
230
+ 228,2010_16_BAL_CLE,2010,REG,16,2010-12-26,Sunday,13:00,BAL,CLE,20,10,-10,Cleveland Browns Stadium,Home,outdoors,grass,2010122602
231
+ 229,2010_16_WAS_JAX,2010,REG,16,2010-12-26,Sunday,13:00,WAS,JAX,20,17,-3,EverBank Field,Home,outdoors,grass,2010122608
232
+ 230,2010_16_TEN_KC,2010,REG,16,2010-12-26,Sunday,13:00,TEN,KC,14,34,20,Arrowhead Stadium,Home,outdoors,grass,2010122603
233
+ 231,2010_16_DET_MIA,2010,REG,16,2010-12-26,Sunday,13:00,DET,MIA,34,27,-7,Sun Life Stadium,Home,outdoors,grass,2010122607
234
+ 232,2010_16_SF_STL,2010,REG,16,2010-12-26,Sunday,13:00,SF,STL,17,25,8,Edward Jones Dome,Home,dome,astroplay,2010122606
235
+ 233,2010_16_SD_CIN,2010,REG,16,2010-12-26,Sunday,16:05,SD,CIN,20,34,14,Paul Brown Stadium,Home,outdoors,fieldturf,2010122612
236
+ 234,2010_16_HOU_DEN,2010,REG,16,2010-12-26,Sunday,16:05,HOU,DEN,23,24,1,Invesco Field at Mile High,Home,outdoors,grass,2010122609
237
+ 235,2010_16_IND_OAK,2010,REG,16,2010-12-26,Sunday,16:05,IND,OAK,31,26,-5,Oakland-Alameda County Coliseum,Home,outdoors,grass,2010122610
238
+ 236,2010_16_NYG_GB,2010,REG,16,2010-12-26,Sunday,16:15,NYG,GB,17,45,28,Lambeau Field,Home,outdoors,grass,2010122611
239
+ 237,2010_16_SEA_TB,2010,REG,16,2010-12-26,Sunday,16:15,SEA,TB,15,38,23,Raymond James Stadium,Home,outdoors,grass,2010122605
240
+ 238,2010_16_NO_ATL,2010,REG,16,2010-12-27,Monday,20:30,NO,ATL,17,14,-3,Georgia Dome,Home,dome,fieldturf,2010122700
241
+ 239,2010_16_MIN_PHI,2010,REG,16,2010-12-28,Tuesday,20:00,MIN,PHI,24,14,-10,Lincoln Financial Field,Home,outdoors,grass,2010122800
242
+ 240,2010_17_CAR_ATL,2010,REG,17,2011-01-02,Sunday,13:00,CAR,ATL,10,31,21,Georgia Dome,Home,dome,fieldturf,2011010211
243
+ 241,2010_17_CIN_BAL,2010,REG,17,2011-01-02,Sunday,13:00,CIN,BAL,7,13,6,M&T Bank Stadium,Home,outdoors,fieldturf,2011010202
244
+ 242,2010_17_PIT_CLE,2010,REG,17,2011-01-02,Sunday,13:00,PIT,CLE,41,9,-32,Cleveland Browns Stadium,Home,outdoors,grass,2011010203
245
+ 243,2010_17_MIN_DET,2010,REG,17,2011-01-02,Sunday,13:00,MIN,DET,13,20,7,Ford Field,Home,dome,fieldturf,2011010209
246
+ 244,2010_17_OAK_KC,2010,REG,17,2011-01-02,Sunday,13:00,OAK,KC,31,10,-21,Arrowhead Stadium,Home,outdoors,grass,2011010206
247
+ 245,2010_17_MIA_NE,2010,REG,17,2011-01-02,Sunday,13:00,MIA,NE,7,38,31,Gillette Stadium,Home,outdoors,fieldturf,2011010200
248
+ 246,2010_17_TB_NO,2010,REG,17,2011-01-02,Sunday,13:00,TB,NO,23,13,-10,Louisiana Superdome,Home,dome,sportturf,2011010212
249
+ 247,2010_17_BUF_NYJ,2010,REG,17,2011-01-02,Sunday,13:00,BUF,NYJ,7,38,31,New Meadowlands Stadium,Home,outdoors,fieldturf,2011010201
250
+ 248,2010_17_SD_DEN,2010,REG,17,2011-01-02,Sunday,16:15,SD,DEN,33,28,-5,Invesco Field at Mile High,Home,outdoors,grass,2011010213
251
+ 249,2010_17_CHI_GB,2010,REG,17,2011-01-02,Sunday,16:15,CHI,GB,3,10,7,Lambeau Field,Home,outdoors,grass,2011010210
252
+ 250,2010_17_JAX_HOU,2010,REG,17,2011-01-02,Sunday,16:15,JAX,HOU,17,34,17,Reliant Stadium,Home,open,grass,2011010204
253
+ 251,2010_17_TEN_IND,2010,REG,17,2011-01-02,Sunday,16:15,TEN,IND,20,23,3,Lucas Oil Stadium,Home,closed,fieldturf,2011010205
254
+ 252,2010_17_DAL_PHI,2010,REG,17,2011-01-02,Sunday,16:15,DAL,PHI,14,13,-1,Lincoln Financial Field,Home,outdoors,grass,2011010207
255
+ 253,2010_17_ARI_SF,2010,REG,17,2011-01-02,Sunday,16:15,ARI,SF,7,38,31,Candlestick Park,Home,outdoors,grass,2011010214
256
+ 254,2010_17_NYG_WAS,2010,REG,17,2011-01-02,Sunday,16:15,NYG,WAS,17,14,-3,FedExField,Home,outdoors,grass,2011010208
257
+ 255,2010_17_STL_SEA,2010,REG,17,2011-01-02,Sunday,20:20,STL,SEA,6,16,10,Qwest Field,Home,outdoors,fieldturf,2011010215
258
+ 256,2010_18_NO_SEA,2010,WC,18,2011-01-08,Saturday,16:30,NO,SEA,36,41,5,Qwest Field,Home,outdoors,fieldturf,2011010801
259
+ 257,2010_18_NYJ_IND,2010,WC,18,2011-01-08,Saturday,20:00,NYJ,IND,17,16,-1,Lucas Oil Stadium,Home,closed,fieldturf,2011010800
260
+ 258,2010_18_BAL_KC,2010,WC,18,2011-01-09,Sunday,13:00,BAL,KC,30,7,-23,Arrowhead Stadium,Home,outdoors,grass,2011010900
261
+ 259,2010_18_GB_PHI,2010,WC,18,2011-01-09,Sunday,16:30,GB,PHI,21,16,-5,Lincoln Financial Field,Home,outdoors,grass,2011010901
262
+ 260,2010_19_BAL_PIT,2010,DIV,19,2011-01-15,Saturday,16:30,BAL,PIT,24,31,7,Heinz Field,Home,outdoors,grass,2011011500
263
+ 261,2010_19_GB_ATL,2010,DIV,19,2011-01-15,Saturday,20:00,GB,ATL,48,21,-27,Georgia Dome,Home,dome,fieldturf,2011011501
264
+ 262,2010_19_SEA_CHI,2010,DIV,19,2011-01-16,Sunday,13:00,SEA,CHI,24,35,11,Soldier Field,Home,outdoors,grass,2011011601
265
+ 263,2010_19_NYJ_NE,2010,DIV,19,2011-01-16,Sunday,16:30,NYJ,NE,28,21,-7,Gillette Stadium,Home,outdoors,fieldturf,2011011600
266
+ 264,2010_20_GB_CHI,2010,CON,20,2011-01-23,Sunday,15:00,GB,CHI,21,14,-7,Soldier Field,Home,outdoors,grass,2011012301
267
+ 265,2010_20_NYJ_PIT,2010,CON,20,2011-01-23,Sunday,18:30,NYJ,PIT,19,24,5,Heinz Field,Home,outdoors,grass,2011012300
268
+ 266,2010_21_PIT_GB,2010,SB,21,2011-02-06,Sunday,18:30,PIT,GB,25,31,6,Cowboys Stadium,Neutral,closed,grass,2011020600
Source/Build/nfl_data_py/data/schedules/2011.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2011_01_NO_GB,2011,REG,1,2011-09-08,Thursday,20:30,NO,GB,34,42,8,Lambeau Field,Home,outdoors,grass,2011090800
3
+ 1,2011_01_PIT_BAL,2011,REG,1,2011-09-11,Sunday,13:00,PIT,BAL,7,35,28,M&T Bank Stadium,Home,outdoors,sportturf,2011091100
4
+ 2,2011_01_ATL_CHI,2011,REG,1,2011-09-11,Sunday,13:00,ATL,CHI,12,30,18,Soldier Field,Home,outdoors,grass,2011091105
5
+ 3,2011_01_CIN_CLE,2011,REG,1,2011-09-11,Sunday,13:00,CIN,CLE,27,17,-10,Cleveland Browns Stadium,Home,outdoors,grass,2011091101
6
+ 4,2011_01_IND_HOU,2011,REG,1,2011-09-11,Sunday,13:00,IND,HOU,7,34,27,Reliant Stadium,Home,open,grass,2011091102
7
+ 5,2011_01_TEN_JAX,2011,REG,1,2011-09-11,Sunday,13:00,TEN,JAX,14,16,2,EverBank Field,Home,outdoors,grass,2011091103
8
+ 6,2011_01_BUF_KC,2011,REG,1,2011-09-11,Sunday,13:00,BUF,KC,41,7,-34,Arrowhead Stadium,Home,outdoors,grass,2011091104
9
+ 7,2011_01_PHI_STL,2011,REG,1,2011-09-11,Sunday,13:00,PHI,STL,31,13,-18,Edward Jones Dome,Home,dome,astroplay,2011091107
10
+ 8,2011_01_DET_TB,2011,REG,1,2011-09-11,Sunday,13:00,DET,TB,27,20,-7,Raymond James Stadium,Home,outdoors,grass,2011091106
11
+ 9,2011_01_CAR_ARI,2011,REG,1,2011-09-11,Sunday,16:15,CAR,ARI,21,28,7,University of Phoenix Stadium,Home,closed,grass,2011091109
12
+ 10,2011_01_MIN_SD,2011,REG,1,2011-09-11,Sunday,16:15,MIN,SD,17,24,7,Qualcomm Stadium,Home,outdoors,grass,2011091111
13
+ 11,2011_01_SEA_SF,2011,REG,1,2011-09-11,Sunday,16:25,SEA,SF,17,33,16,Candlestick Park,Home,outdoors,grass,2011091110
14
+ 12,2011_01_NYG_WAS,2011,REG,1,2011-09-11,Sunday,16:25,NYG,WAS,14,28,14,FedExField,Home,outdoors,grass,2011091108
15
+ 13,2011_01_DAL_NYJ,2011,REG,1,2011-09-11,Sunday,20:20,DAL,NYJ,24,27,3,MetLife Stadium,Home,outdoors,fieldturf,2011091112
16
+ 14,2011_01_NE_MIA,2011,REG,1,2011-09-12,Monday,19:00,NE,MIA,38,24,-14,Sun Life Stadium,Home,outdoors,grass,2011091200
17
+ 15,2011_01_OAK_DEN,2011,REG,1,2011-09-12,Monday,22:15,OAK,DEN,23,20,-3,Sports Authority Field at Mile High,Home,outdoors,grass,2011091201
18
+ 16,2011_02_OAK_BUF,2011,REG,2,2011-09-18,Sunday,13:00,OAK,BUF,35,38,3,Ralph Wilson Stadium,Home,outdoors,a_turf,2011091801
19
+ 17,2011_02_GB_CAR,2011,REG,2,2011-09-18,Sunday,13:00,GB,CAR,30,23,-7,Bank of America Stadium,Home,outdoors,grass,2011091807
20
+ 18,2011_02_KC_DET,2011,REG,2,2011-09-18,Sunday,13:00,KC,DET,3,48,45,Ford Field,Home,dome,fieldturf,2011091800
21
+ 19,2011_02_CLE_IND,2011,REG,2,2011-09-18,Sunday,13:00,CLE,IND,27,19,-8,Lucas Oil Stadium,Home,closed,fieldturf,2011091804
22
+ 20,2011_02_TB_MIN,2011,REG,2,2011-09-18,Sunday,13:00,TB,MIN,24,20,-4,Mall of America Field,Home,dome,sportturf,2011091806
23
+ 21,2011_02_CHI_NO,2011,REG,2,2011-09-18,Sunday,13:00,CHI,NO,13,30,17,Mercedes-Benz Superdome,Home,dome,sportturf,2011091808
24
+ 22,2011_02_JAX_NYJ,2011,REG,2,2011-09-18,Sunday,13:00,JAX,NYJ,3,32,29,MetLife Stadium,Home,outdoors,fieldturf,2011091803
25
+ 23,2011_02_SEA_PIT,2011,REG,2,2011-09-18,Sunday,13:00,SEA,PIT,0,24,24,Heinz Field,Home,outdoors,grass,2011091809
26
+ 24,2011_02_BAL_TEN,2011,REG,2,2011-09-18,Sunday,13:00,BAL,TEN,13,26,13,LP Field,Home,outdoors,grass,2011091802
27
+ 25,2011_02_ARI_WAS,2011,REG,2,2011-09-18,Sunday,13:00,ARI,WAS,21,22,1,FedExField,Home,outdoors,grass,2011091805
28
+ 26,2011_02_DAL_SF,2011,REG,2,2011-09-18,Sunday,16:05,DAL,SF,27,24,-3,Candlestick Park,Home,outdoors,grass,2011091810
29
+ 27,2011_02_CIN_DEN,2011,REG,2,2011-09-18,Sunday,16:15,CIN,DEN,22,24,2,Sports Authority Field at Mile High,Home,outdoors,grass,2011091812
30
+ 28,2011_02_HOU_MIA,2011,REG,2,2011-09-18,Sunday,16:15,HOU,MIA,23,13,-10,Sun Life Stadium,Home,outdoors,grass,2011091813
31
+ 29,2011_02_SD_NE,2011,REG,2,2011-09-18,Sunday,16:15,SD,NE,21,35,14,Gillette Stadium,Home,outdoors,fieldturf,2011091811
32
+ 30,2011_02_PHI_ATL,2011,REG,2,2011-09-18,Sunday,20:20,PHI,ATL,31,35,4,Georgia Dome,Home,dome,fieldturf,2011091814
33
+ 31,2011_02_STL_NYG,2011,REG,2,2011-09-19,Monday,20:30,STL,NYG,16,28,12,MetLife Stadium,Home,outdoors,fieldturf,2011091900
34
+ 32,2011_03_NE_BUF,2011,REG,3,2011-09-25,Sunday,13:00,NE,BUF,31,34,3,Ralph Wilson Stadium,Home,outdoors,a_turf,2011092502
35
+ 33,2011_03_JAX_CAR,2011,REG,3,2011-09-25,Sunday,13:00,JAX,CAR,10,16,6,Bank of America Stadium,Home,outdoors,grass,2011092500
36
+ 34,2011_03_SF_CIN,2011,REG,3,2011-09-25,Sunday,13:00,SF,CIN,13,8,-5,Paul Brown Stadium,Home,outdoors,fieldturf,2011092507
37
+ 35,2011_03_MIA_CLE,2011,REG,3,2011-09-25,Sunday,13:00,MIA,CLE,16,17,1,Cleveland Browns Stadium,Home,outdoors,grass,2011092503
38
+ 36,2011_03_DET_MIN,2011,REG,3,2011-09-25,Sunday,13:00,DET,MIN,26,23,-3,Mall of America Field,Home,dome,sportturf,2011092506
39
+ 37,2011_03_HOU_NO,2011,REG,3,2011-09-25,Sunday,13:00,HOU,NO,33,40,7,Mercedes-Benz Superdome,Home,dome,sportturf,2011092501
40
+ 38,2011_03_NYG_PHI,2011,REG,3,2011-09-25,Sunday,13:00,NYG,PHI,29,16,-13,Lincoln Financial Field,Home,outdoors,grass,2011092505
41
+ 39,2011_03_DEN_TEN,2011,REG,3,2011-09-25,Sunday,13:00,DEN,TEN,14,17,3,LP Field,Home,outdoors,grass,2011092504
42
+ 40,2011_03_NYJ_OAK,2011,REG,3,2011-09-25,Sunday,16:05,NYJ,OAK,24,34,10,O.co Coliseum,Home,outdoors,grass,2011092508
43
+ 41,2011_03_KC_SD,2011,REG,3,2011-09-25,Sunday,16:05,KC,SD,17,20,3,Qualcomm Stadium,Home,outdoors,grass,2011092509
44
+ 42,2011_03_BAL_STL,2011,REG,3,2011-09-25,Sunday,16:05,BAL,STL,37,7,-30,Edward Jones Dome,Home,dome,astroplay,2011092510
45
+ 43,2011_03_GB_CHI,2011,REG,3,2011-09-25,Sunday,16:15,GB,CHI,27,17,-10,Soldier Field,Home,outdoors,grass,2011092511
46
+ 44,2011_03_ARI_SEA,2011,REG,3,2011-09-25,Sunday,16:15,ARI,SEA,10,13,3,CenturyLink Field,Home,outdoors,fieldturf,2011092512
47
+ 45,2011_03_ATL_TB,2011,REG,3,2011-09-25,Sunday,16:15,ATL,TB,13,16,3,Raymond James Stadium,Home,outdoors,grass,2011092513
48
+ 46,2011_03_PIT_IND,2011,REG,3,2011-09-25,Sunday,20:20,PIT,IND,23,20,-3,Lucas Oil Stadium,Home,closed,fieldturf,2011092514
49
+ 47,2011_03_WAS_DAL,2011,REG,3,2011-09-26,Monday,20:30,WAS,DAL,16,18,2,Cowboys Stadium,Home,closed,matrixturf,2011092600
50
+ 48,2011_04_CAR_CHI,2011,REG,4,2011-10-02,Sunday,13:00,CAR,CHI,29,34,5,Soldier Field,Home,outdoors,grass,2011100205
51
+ 49,2011_04_BUF_CIN,2011,REG,4,2011-10-02,Sunday,13:00,BUF,CIN,20,23,3,Paul Brown Stadium,Home,outdoors,fieldturf,2011100200
52
+ 50,2011_04_TEN_CLE,2011,REG,4,2011-10-02,Sunday,13:00,TEN,CLE,31,13,-18,Cleveland Browns Stadium,Home,outdoors,grass,2011100201
53
+ 51,2011_04_DET_DAL,2011,REG,4,2011-10-02,Sunday,13:00,DET,DAL,34,30,-4,Cowboys Stadium,Home,closed,matrixturf,2011100203
54
+ 52,2011_04_PIT_HOU,2011,REG,4,2011-10-02,Sunday,13:00,PIT,HOU,10,17,7,Reliant Stadium,Home,open,grass,2011100202
55
+ 53,2011_04_NO_JAX,2011,REG,4,2011-10-02,Sunday,13:00,NO,JAX,23,10,-13,EverBank Field,Home,outdoors,grass,2011100207
56
+ 54,2011_04_MIN_KC,2011,REG,4,2011-10-02,Sunday,13:00,MIN,KC,17,22,5,Arrowhead Stadium,Home,outdoors,grass,2011100208
57
+ 55,2011_04_SF_PHI,2011,REG,4,2011-10-02,Sunday,13:00,SF,PHI,24,23,-1,Lincoln Financial Field,Home,outdoors,grass,2011100204
58
+ 56,2011_04_WAS_STL,2011,REG,4,2011-10-02,Sunday,13:00,WAS,STL,17,10,-7,Edward Jones Dome,Home,dome,astroplay,2011100206
59
+ 57,2011_04_NYG_ARI,2011,REG,4,2011-10-02,Sunday,16:05,NYG,ARI,31,27,-4,University of Phoenix Stadium,Home,closed,grass,2011100209
60
+ 58,2011_04_ATL_SEA,2011,REG,4,2011-10-02,Sunday,16:05,ATL,SEA,30,28,-2,CenturyLink Field,Home,outdoors,fieldturf,2011100210
61
+ 59,2011_04_DEN_GB,2011,REG,4,2011-10-02,Sunday,16:15,DEN,GB,23,49,26,Lambeau Field,Home,outdoors,grass,2011100211
62
+ 60,2011_04_NE_OAK,2011,REG,4,2011-10-02,Sunday,16:15,NE,OAK,31,19,-12,O.co Coliseum,Home,outdoors,grass,2011100212
63
+ 61,2011_04_MIA_SD,2011,REG,4,2011-10-02,Sunday,16:15,MIA,SD,16,26,10,Qualcomm Stadium,Home,outdoors,grass,2011100213
64
+ 62,2011_04_NYJ_BAL,2011,REG,4,2011-10-02,Sunday,20:20,NYJ,BAL,17,34,17,M&T Bank Stadium,Home,outdoors,sportturf,2011100214
65
+ 63,2011_04_IND_TB,2011,REG,4,2011-10-03,Monday,20:30,IND,TB,17,24,7,Raymond James Stadium,Home,outdoors,grass,2011100300
66
+ 64,2011_05_PHI_BUF,2011,REG,5,2011-10-09,Sunday,13:00,PHI,BUF,24,31,7,Ralph Wilson Stadium,Home,outdoors,a_turf,2011100907
67
+ 65,2011_05_NO_CAR,2011,REG,5,2011-10-09,Sunday,13:00,NO,CAR,30,27,-3,Bank of America Stadium,Home,outdoors,grass,2011100906
68
+ 66,2011_05_OAK_HOU,2011,REG,5,2011-10-09,Sunday,13:00,OAK,HOU,25,20,-5,Reliant Stadium,Home,closed,grass,2011100901
69
+ 67,2011_05_KC_IND,2011,REG,5,2011-10-09,Sunday,13:00,KC,IND,28,24,-4,Lucas Oil Stadium,Home,open,fieldturf,2011100902
70
+ 68,2011_05_CIN_JAX,2011,REG,5,2011-10-09,Sunday,13:00,CIN,JAX,30,20,-10,EverBank Field,Home,outdoors,grass,2011100903
71
+ 69,2011_05_ARI_MIN,2011,REG,5,2011-10-09,Sunday,13:00,ARI,MIN,10,34,24,Mall of America Field,Home,dome,sportturf,2011100905
72
+ 70,2011_05_SEA_NYG,2011,REG,5,2011-10-09,Sunday,13:00,SEA,NYG,36,25,-11,MetLife Stadium,Home,outdoors,fieldturf,2011100904
73
+ 71,2011_05_TEN_PIT,2011,REG,5,2011-10-09,Sunday,13:00,TEN,PIT,17,38,21,Heinz Field,Home,outdoors,grass,2011100900
74
+ 72,2011_05_TB_SF,2011,REG,5,2011-10-09,Sunday,16:05,TB,SF,3,48,45,Candlestick Park,Home,outdoors,grass,2011100908
75
+ 73,2011_05_SD_DEN,2011,REG,5,2011-10-09,Sunday,16:15,SD,DEN,29,24,-5,Sports Authority Field at Mile High,Home,outdoors,grass,2011100910
76
+ 74,2011_05_NYJ_NE,2011,REG,5,2011-10-09,Sunday,16:15,NYJ,NE,21,30,9,Gillette Stadium,Home,outdoors,fieldturf,2011100909
77
+ 75,2011_05_GB_ATL,2011,REG,5,2011-10-09,Sunday,20:20,GB,ATL,25,14,-11,Georgia Dome,Home,dome,fieldturf,2011100911
78
+ 76,2011_05_CHI_DET,2011,REG,5,2011-10-10,Monday,20:30,CHI,DET,13,24,11,Ford Field,Home,dome,fieldturf,2011101000
79
+ 77,2011_06_CAR_ATL,2011,REG,6,2011-10-16,Sunday,13:00,CAR,ATL,17,31,14,Georgia Dome,Home,dome,fieldturf,2011101606
80
+ 78,2011_06_IND_CIN,2011,REG,6,2011-10-16,Sunday,13:00,IND,CIN,17,27,10,Paul Brown Stadium,Home,outdoors,fieldturf,2011101601
81
+ 79,2011_06_SF_DET,2011,REG,6,2011-10-16,Sunday,13:00,SF,DET,25,19,-6,Ford Field,Home,dome,fieldturf,2011101604
82
+ 80,2011_06_STL_GB,2011,REG,6,2011-10-16,Sunday,13:00,STL,GB,3,24,21,Lambeau Field,Home,outdoors,grass,2011101605
83
+ 81,2011_06_BUF_NYG,2011,REG,6,2011-10-16,Sunday,13:00,BUF,NYG,24,27,3,MetLife Stadium,Home,outdoors,fieldturf,2011101600
84
+ 82,2011_06_JAX_PIT,2011,REG,6,2011-10-16,Sunday,13:00,JAX,PIT,13,17,4,Heinz Field,Home,outdoors,grass,2011101602
85
+ 83,2011_06_PHI_WAS,2011,REG,6,2011-10-16,Sunday,13:00,PHI,WAS,20,13,-7,FedExField,Home,outdoors,grass,2011101603
86
+ 84,2011_06_HOU_BAL,2011,REG,6,2011-10-16,Sunday,16:05,HOU,BAL,14,29,15,M&T Bank Stadium,Home,outdoors,sportturf,2011101608
87
+ 85,2011_06_CLE_OAK,2011,REG,6,2011-10-16,Sunday,16:05,CLE,OAK,17,24,7,O.co Coliseum,Home,outdoors,grass,2011101607
88
+ 86,2011_06_DAL_NE,2011,REG,6,2011-10-16,Sunday,16:15,DAL,NE,16,20,4,Gillette Stadium,Home,outdoors,fieldturf,2011101610
89
+ 87,2011_06_NO_TB,2011,REG,6,2011-10-16,Sunday,16:15,NO,TB,20,26,6,Raymond James Stadium,Home,outdoors,grass,2011101609
90
+ 88,2011_06_MIN_CHI,2011,REG,6,2011-10-16,Sunday,20:20,MIN,CHI,10,39,29,Soldier Field,Home,outdoors,grass,2011101611
91
+ 89,2011_06_MIA_NYJ,2011,REG,6,2011-10-17,Monday,20:30,MIA,NYJ,6,24,18,MetLife Stadium,Home,outdoors,fieldturf,2011101700
92
+ 90,2011_07_WAS_CAR,2011,REG,7,2011-10-23,Sunday,13:00,WAS,CAR,20,33,13,Bank of America Stadium,Home,outdoors,grass,2011102304
93
+ 91,2011_07_SEA_CLE,2011,REG,7,2011-10-23,Sunday,13:00,SEA,CLE,3,6,3,Cleveland Browns Stadium,Home,outdoors,grass,2011102306
94
+ 92,2011_07_ATL_DET,2011,REG,7,2011-10-23,Sunday,13:00,ATL,DET,23,16,-7,Ford Field,Home,dome,fieldturf,2011102303
95
+ 93,2011_07_DEN_MIA,2011,REG,7,2011-10-23,Sunday,13:00,DEN,MIA,18,15,-3,Sun Life Stadium,Home,outdoors,grass,2011102300
96
+ 94,2011_07_SD_NYJ,2011,REG,7,2011-10-23,Sunday,13:00,SD,NYJ,21,27,6,MetLife Stadium,Home,outdoors,fieldturf,2011102301
97
+ 95,2011_07_CHI_TB,2011,REG,7,2011-10-23,Sunday,13:00,CHI,TB,24,18,-6,Wembley Stadium,Neutral,outdoors,grass,2011102305
98
+ 96,2011_07_HOU_TEN,2011,REG,7,2011-10-23,Sunday,13:00,HOU,TEN,41,7,-34,LP Field,Home,outdoors,grass,2011102302
99
+ 97,2011_07_PIT_ARI,2011,REG,7,2011-10-23,Sunday,16:05,PIT,ARI,32,20,-12,University of Phoenix Stadium,Home,closed,grass,2011102307
100
+ 98,2011_07_KC_OAK,2011,REG,7,2011-10-23,Sunday,16:05,KC,OAK,28,0,-28,O.co Coliseum,Home,outdoors,grass,2011102308
101
+ 99,2011_07_STL_DAL,2011,REG,7,2011-10-23,Sunday,16:15,STL,DAL,7,34,27,Cowboys Stadium,Home,closed,matrixturf,2011102310
102
+ 100,2011_07_GB_MIN,2011,REG,7,2011-10-23,Sunday,16:15,GB,MIN,33,27,-6,Mall of America Field,Home,dome,sportturf,2011102309
103
+ 101,2011_07_IND_NO,2011,REG,7,2011-10-23,Sunday,20:20,IND,NO,7,62,55,Mercedes-Benz Superdome,Home,dome,sportturf,2011102311
104
+ 102,2011_07_BAL_JAX,2011,REG,7,2011-10-24,Monday,20:30,BAL,JAX,7,12,5,EverBank Field,Home,outdoors,grass,2011102400
105
+ 103,2011_08_ARI_BAL,2011,REG,8,2011-10-30,Sunday,13:00,ARI,BAL,27,30,3,M&T Bank Stadium,Home,outdoors,sportturf,2011103005
106
+ 104,2011_08_MIN_CAR,2011,REG,8,2011-10-30,Sunday,13:00,MIN,CAR,24,21,-3,Bank of America Stadium,Home,outdoors,grass,2011103003
107
+ 105,2011_08_JAX_HOU,2011,REG,8,2011-10-30,Sunday,13:00,JAX,HOU,14,24,10,Reliant Stadium,Home,open,grass,2011103001
108
+ 106,2011_08_MIA_NYG,2011,REG,8,2011-10-30,Sunday,13:00,MIA,NYG,17,20,3,MetLife Stadium,Home,outdoors,fieldturf,2011103000
109
+ 107,2011_08_NO_STL,2011,REG,8,2011-10-30,Sunday,13:00,NO,STL,21,31,10,Edward Jones Dome,Home,dome,astroplay,2011103004
110
+ 108,2011_08_IND_TEN,2011,REG,8,2011-10-30,Sunday,13:00,IND,TEN,10,27,17,LP Field,Home,outdoors,grass,2011103002
111
+ 109,2011_08_WAS_BUF,2011,REG,8,2011-10-30,Sunday,16:05,WAS,BUF,0,23,23,Rogers Centre,Home,dome,a_turf,2011103007
112
+ 110,2011_08_DET_DEN,2011,REG,8,2011-10-30,Sunday,16:05,DET,DEN,45,10,-35,Sports Authority Field at Mile High,Home,outdoors,grass,2011103006
113
+ 111,2011_08_NE_PIT,2011,REG,8,2011-10-30,Sunday,16:15,NE,PIT,17,25,8,Heinz Field,Home,outdoors,grass,2011103008
114
+ 112,2011_08_CIN_SEA,2011,REG,8,2011-10-30,Sunday,16:15,CIN,SEA,34,12,-22,CenturyLink Field,Home,outdoors,fieldturf,2011103010
115
+ 113,2011_08_CLE_SF,2011,REG,8,2011-10-30,Sunday,16:15,CLE,SF,10,20,10,Candlestick Park,Home,outdoors,grass,2011103009
116
+ 114,2011_08_DAL_PHI,2011,REG,8,2011-10-30,Sunday,20:20,DAL,PHI,7,34,27,Lincoln Financial Field,Home,outdoors,grass,2011103011
117
+ 115,2011_08_SD_KC,2011,REG,8,2011-10-31,Monday,20:30,SD,KC,20,23,3,Arrowhead Stadium,Home,outdoors,grass,2011103100
118
+ 116,2011_09_NYJ_BUF,2011,REG,9,2011-11-06,Sunday,13:00,NYJ,BUF,27,11,-16,Ralph Wilson Stadium,Home,outdoors,a_turf,2011110600
119
+ 117,2011_09_SEA_DAL,2011,REG,9,2011-11-06,Sunday,13:00,SEA,DAL,13,23,10,Cowboys Stadium,Home,closed,matrixturf,2011110603
120
+ 118,2011_09_CLE_HOU,2011,REG,9,2011-11-06,Sunday,13:00,CLE,HOU,12,30,18,Reliant Stadium,Home,closed,grass,2011110601
121
+ 119,2011_09_ATL_IND,2011,REG,9,2011-11-06,Sunday,13:00,ATL,IND,31,7,-24,Lucas Oil Stadium,Home,open,fieldturf,2011110606
122
+ 120,2011_09_MIA_KC,2011,REG,9,2011-11-06,Sunday,13:00,MIA,KC,31,3,-28,Arrowhead Stadium,Home,outdoors,grass,2011110602
123
+ 121,2011_09_TB_NO,2011,REG,9,2011-11-06,Sunday,13:00,TB,NO,16,27,11,Mercedes-Benz Superdome,Home,dome,sportturf,2011110605
124
+ 122,2011_09_SF_WAS,2011,REG,9,2011-11-06,Sunday,13:00,SF,WAS,19,11,-8,FedExField,Home,outdoors,grass,2011110604
125
+ 123,2011_09_DEN_OAK,2011,REG,9,2011-11-06,Sunday,16:05,DEN,OAK,38,24,-14,O.co Coliseum,Home,outdoors,grass,2011110607
126
+ 124,2011_09_CIN_TEN,2011,REG,9,2011-11-06,Sunday,16:05,CIN,TEN,24,17,-7,LP Field,Home,outdoors,grass,2011110608
127
+ 125,2011_09_STL_ARI,2011,REG,9,2011-11-06,Sunday,16:15,STL,ARI,13,19,6,University of Phoenix Stadium,Home,closed,grass,2011110611
128
+ 126,2011_09_NYG_NE,2011,REG,9,2011-11-06,Sunday,16:15,NYG,NE,24,20,-4,Gillette Stadium,Home,outdoors,fieldturf,2011110609
129
+ 127,2011_09_GB_SD,2011,REG,9,2011-11-06,Sunday,16:15,GB,SD,45,38,-7,Qualcomm Stadium,Home,outdoors,grass,2011110610
130
+ 128,2011_09_BAL_PIT,2011,REG,9,2011-11-06,Sunday,20:20,BAL,PIT,23,20,-3,Heinz Field,Home,outdoors,grass,2011110612
131
+ 129,2011_09_CHI_PHI,2011,REG,9,2011-11-07,Monday,20:30,CHI,PHI,30,24,-6,Lincoln Financial Field,Home,outdoors,grass,2011110700
132
+ 130,2011_10_OAK_SD,2011,REG,10,2011-11-10,Thursday,20:20,OAK,SD,24,17,-7,Qualcomm Stadium,Home,outdoors,grass,2011111000
133
+ 131,2011_10_NO_ATL,2011,REG,10,2011-11-13,Sunday,13:00,NO,ATL,26,23,-3,Georgia Dome,Home,dome,fieldturf,2011111308
134
+ 132,2011_10_TEN_CAR,2011,REG,10,2011-11-13,Sunday,13:00,TEN,CAR,30,3,-27,Bank of America Stadium,Home,outdoors,grass,2011111301
135
+ 133,2011_10_PIT_CIN,2011,REG,10,2011-11-13,Sunday,13:00,PIT,CIN,24,17,-7,Paul Brown Stadium,Home,outdoors,fieldturf,2011111303
136
+ 134,2011_10_STL_CLE,2011,REG,10,2011-11-13,Sunday,13:00,STL,CLE,13,12,-1,Cleveland Browns Stadium,Home,outdoors,grass,2011111310
137
+ 135,2011_10_BUF_DAL,2011,REG,10,2011-11-13,Sunday,13:00,BUF,DAL,7,44,37,Cowboys Stadium,Home,closed,matrixturf,2011111300
138
+ 136,2011_10_JAX_IND,2011,REG,10,2011-11-13,Sunday,13:00,JAX,IND,17,3,-14,Lucas Oil Stadium,Home,closed,fieldturf,2011111304
139
+ 137,2011_10_DEN_KC,2011,REG,10,2011-11-13,Sunday,13:00,DEN,KC,17,10,-7,Arrowhead Stadium,Home,outdoors,grass,2011111305
140
+ 138,2011_10_WAS_MIA,2011,REG,10,2011-11-13,Sunday,13:00,WAS,MIA,9,20,11,Sun Life Stadium,Home,outdoors,grass,2011111309
141
+ 139,2011_10_ARI_PHI,2011,REG,10,2011-11-13,Sunday,13:00,ARI,PHI,21,17,-4,Lincoln Financial Field,Home,outdoors,grass,2011111306
142
+ 140,2011_10_HOU_TB,2011,REG,10,2011-11-13,Sunday,13:00,HOU,TB,37,9,-28,Raymond James Stadium,Home,outdoors,grass,2011111302
143
+ 141,2011_10_BAL_SEA,2011,REG,10,2011-11-13,Sunday,16:05,BAL,SEA,17,22,5,CenturyLink Field,Home,outdoors,fieldturf,2011111311
144
+ 142,2011_10_DET_CHI,2011,REG,10,2011-11-13,Sunday,16:15,DET,CHI,13,37,24,Soldier Field,Home,outdoors,grass,2011111307
145
+ 143,2011_10_NYG_SF,2011,REG,10,2011-11-13,Sunday,16:15,NYG,SF,20,27,7,Candlestick Park,Home,outdoors,grass,2011111312
146
+ 144,2011_10_NE_NYJ,2011,REG,10,2011-11-13,Sunday,20:20,NE,NYJ,37,16,-21,MetLife Stadium,Home,outdoors,fieldturf,2011111313
147
+ 145,2011_10_MIN_GB,2011,REG,10,2011-11-14,Monday,20:30,MIN,GB,7,45,38,Lambeau Field,Home,outdoors,grass,2011111400
148
+ 146,2011_11_NYJ_DEN,2011,REG,11,2011-11-17,Thursday,20:20,NYJ,DEN,13,17,4,Sports Authority Field at Mile High,Home,outdoors,grass,2011111700
149
+ 147,2011_11_CIN_BAL,2011,REG,11,2011-11-20,Sunday,13:00,CIN,BAL,24,31,7,M&T Bank Stadium,Home,outdoors,sportturf,2011112004
150
+ 148,2011_11_JAX_CLE,2011,REG,11,2011-11-20,Sunday,13:00,JAX,CLE,10,14,4,Cleveland Browns Stadium,Home,outdoors,grass,2011112003
151
+ 149,2011_11_CAR_DET,2011,REG,11,2011-11-20,Sunday,13:00,CAR,DET,35,49,14,Ford Field,Home,dome,fieldturf,2011112006
152
+ 150,2011_11_TB_GB,2011,REG,11,2011-11-20,Sunday,13:00,TB,GB,26,35,9,Lambeau Field,Home,outdoors,grass,2011112007
153
+ 151,2011_11_BUF_MIA,2011,REG,11,2011-11-20,Sunday,13:00,BUF,MIA,8,35,27,Sun Life Stadium,Home,outdoors,grass,2011112002
154
+ 152,2011_11_OAK_MIN,2011,REG,11,2011-11-20,Sunday,13:00,OAK,MIN,27,21,-6,Mall of America Field,Home,dome,sportturf,2011112000
155
+ 153,2011_11_DAL_WAS,2011,REG,11,2011-11-20,Sunday,13:00,DAL,WAS,27,24,-3,FedExField,Home,outdoors,grass,2011112005
156
+ 154,2011_11_ARI_SF,2011,REG,11,2011-11-20,Sunday,16:05,ARI,SF,7,23,16,Candlestick Park,Home,outdoors,grass,2011112008
157
+ 155,2011_11_SEA_STL,2011,REG,11,2011-11-20,Sunday,16:05,SEA,STL,24,7,-17,Edward Jones Dome,Home,dome,astroplay,2011112009
158
+ 156,2011_11_TEN_ATL,2011,REG,11,2011-11-20,Sunday,16:15,TEN,ATL,17,23,6,Georgia Dome,Home,dome,fieldturf,2011112001
159
+ 157,2011_11_SD_CHI,2011,REG,11,2011-11-20,Sunday,16:15,SD,CHI,20,31,11,Soldier Field,Home,outdoors,grass,2011112010
160
+ 158,2011_11_PHI_NYG,2011,REG,11,2011-11-20,Sunday,20:20,PHI,NYG,17,10,-7,MetLife Stadium,Home,outdoors,fieldturf,2011112011
161
+ 159,2011_11_KC_NE,2011,REG,11,2011-11-21,Monday,20:30,KC,NE,3,34,31,Gillette Stadium,Home,outdoors,fieldturf,2011112100
162
+ 160,2011_12_GB_DET,2011,REG,12,2011-11-24,Thursday,12:30,GB,DET,27,15,-12,Ford Field,Home,dome,fieldturf,2011112400
163
+ 161,2011_12_MIA_DAL,2011,REG,12,2011-11-24,Thursday,16:15,MIA,DAL,19,20,1,Cowboys Stadium,Home,closed,matrixturf,2011112401
164
+ 162,2011_12_SF_BAL,2011,REG,12,2011-11-24,Thursday,20:20,SF,BAL,6,16,10,M&T Bank Stadium,Home,outdoors,sportturf,2011112402
165
+ 163,2011_12_MIN_ATL,2011,REG,12,2011-11-27,Sunday,13:00,MIN,ATL,14,24,10,Georgia Dome,Home,dome,fieldturf,2011112703
166
+ 164,2011_12_CLE_CIN,2011,REG,12,2011-11-27,Sunday,13:00,CLE,CIN,20,23,3,Paul Brown Stadium,Home,outdoors,fieldturf,2011112701
167
+ 165,2011_12_CAR_IND,2011,REG,12,2011-11-27,Sunday,13:00,CAR,IND,27,19,-8,Lucas Oil Stadium,Home,closed,fieldturf,2011112705
168
+ 166,2011_12_HOU_JAX,2011,REG,12,2011-11-27,Sunday,13:00,HOU,JAX,20,13,-7,EverBank Field,Home,outdoors,grass,2011112702
169
+ 167,2011_12_BUF_NYJ,2011,REG,12,2011-11-27,Sunday,13:00,BUF,NYJ,24,28,4,MetLife Stadium,Home,outdoors,fieldturf,2011112700
170
+ 168,2011_12_ARI_STL,2011,REG,12,2011-11-27,Sunday,13:00,ARI,STL,23,20,-3,Edward Jones Dome,Home,dome,astroplay,2011112704
171
+ 169,2011_12_TB_TEN,2011,REG,12,2011-11-27,Sunday,13:00,TB,TEN,17,23,6,LP Field,Home,outdoors,grass,2011112706
172
+ 170,2011_12_CHI_OAK,2011,REG,12,2011-11-27,Sunday,16:05,CHI,OAK,20,25,5,O.co Coliseum,Home,outdoors,grass,2011112708
173
+ 171,2011_12_WAS_SEA,2011,REG,12,2011-11-27,Sunday,16:05,WAS,SEA,23,17,-6,CenturyLink Field,Home,outdoors,fieldturf,2011112707
174
+ 172,2011_12_NE_PHI,2011,REG,12,2011-11-27,Sunday,16:15,NE,PHI,38,20,-18,Lincoln Financial Field,Home,outdoors,grass,2011112709
175
+ 173,2011_12_DEN_SD,2011,REG,12,2011-11-27,Sunday,16:15,DEN,SD,16,13,-3,Qualcomm Stadium,Home,outdoors,grass,2011112710
176
+ 174,2011_12_PIT_KC,2011,REG,12,2011-11-27,Sunday,20:20,PIT,KC,13,9,-4,Arrowhead Stadium,Home,outdoors,grass,2011112711
177
+ 175,2011_12_NYG_NO,2011,REG,12,2011-11-28,Monday,20:30,NYG,NO,24,49,25,Mercedes-Benz Superdome,Home,dome,sportturf,2011112800
178
+ 176,2011_13_PHI_SEA,2011,REG,13,2011-12-01,Thursday,20:20,PHI,SEA,14,31,17,CenturyLink Field,Home,outdoors,fieldturf,2011120100
179
+ 177,2011_13_TEN_BUF,2011,REG,13,2011-12-04,Sunday,13:00,TEN,BUF,23,17,-6,Ralph Wilson Stadium,Home,outdoors,a_turf,2011120402
180
+ 178,2011_13_KC_CHI,2011,REG,13,2011-12-04,Sunday,13:00,KC,CHI,10,3,-7,Soldier Field,Home,outdoors,grass,2011120401
181
+ 179,2011_13_ATL_HOU,2011,REG,13,2011-12-04,Sunday,13:00,ATL,HOU,10,17,7,Reliant Stadium,Home,closed,grass,2011120408
182
+ 180,2011_13_OAK_MIA,2011,REG,13,2011-12-04,Sunday,13:00,OAK,MIA,14,34,20,Sun Life Stadium,Home,outdoors,grass,2011120403
183
+ 181,2011_13_DEN_MIN,2011,REG,13,2011-12-04,Sunday,13:00,DEN,MIN,35,32,-3,Mall of America Field,Home,dome,sportturf,2011120409
184
+ 182,2011_13_IND_NE,2011,REG,13,2011-12-04,Sunday,13:00,IND,NE,24,31,7,Gillette Stadium,Home,outdoors,fieldturf,2011120413
185
+ 183,2011_13_CIN_PIT,2011,REG,13,2011-12-04,Sunday,13:00,CIN,PIT,7,35,28,Heinz Field,Home,outdoors,grass,2011120405
186
+ 184,2011_13_CAR_TB,2011,REG,13,2011-12-04,Sunday,13:00,CAR,TB,38,19,-19,Raymond James Stadium,Home,outdoors,grass,2011120407
187
+ 185,2011_13_NYJ_WAS,2011,REG,13,2011-12-04,Sunday,13:00,NYJ,WAS,34,19,-15,FedExField,Home,outdoors,grass,2011120400
188
+ 186,2011_13_BAL_CLE,2011,REG,13,2011-12-04,Sunday,16:05,BAL,CLE,24,10,-14,Cleveland Browns Stadium,Home,outdoors,grass,2011120404
189
+ 187,2011_13_DAL_ARI,2011,REG,13,2011-12-04,Sunday,16:15,DAL,ARI,13,19,6,University of Phoenix Stadium,Home,closed,grass,2011120411
190
+ 188,2011_13_GB_NYG,2011,REG,13,2011-12-04,Sunday,16:15,GB,NYG,38,35,-3,MetLife Stadium,Home,outdoors,fieldturf,2011120410
191
+ 189,2011_13_STL_SF,2011,REG,13,2011-12-04,Sunday,16:15,STL,SF,0,26,26,Candlestick Park,Home,outdoors,grass,2011120412
192
+ 190,2011_13_DET_NO,2011,REG,13,2011-12-04,Sunday,20:20,DET,NO,17,31,14,Mercedes-Benz Superdome,Home,dome,sportturf,2011120406
193
+ 191,2011_13_SD_JAX,2011,REG,13,2011-12-05,Monday,20:30,SD,JAX,38,14,-24,EverBank Field,Home,outdoors,grass,2011120500
194
+ 192,2011_14_CLE_PIT,2011,REG,14,2011-12-08,Thursday,20:20,CLE,PIT,3,14,11,Heinz Field,Home,outdoors,grass,2011120800
195
+ 193,2011_14_IND_BAL,2011,REG,14,2011-12-11,Sunday,13:00,IND,BAL,10,24,14,M&T Bank Stadium,Home,outdoors,sportturf,2011121104
196
+ 194,2011_14_ATL_CAR,2011,REG,14,2011-12-11,Sunday,13:00,ATL,CAR,31,23,-8,Bank of America Stadium,Home,outdoors,grass,2011121106
197
+ 195,2011_14_HOU_CIN,2011,REG,14,2011-12-11,Sunday,13:00,HOU,CIN,20,19,-1,Paul Brown Stadium,Home,outdoors,fieldturf,2011121103
198
+ 196,2011_14_MIN_DET,2011,REG,14,2011-12-11,Sunday,13:00,MIN,DET,28,34,6,Ford Field,Home,dome,fieldturf,2011121105
199
+ 197,2011_14_TB_JAX,2011,REG,14,2011-12-11,Sunday,13:00,TB,JAX,14,41,27,EverBank Field,Home,outdoors,grass,2011121108
200
+ 198,2011_14_PHI_MIA,2011,REG,14,2011-12-11,Sunday,13:00,PHI,MIA,26,10,-16,Sun Life Stadium,Home,outdoors,grass,2011121107
201
+ 199,2011_14_KC_NYJ,2011,REG,14,2011-12-11,Sunday,13:00,KC,NYJ,10,37,27,MetLife Stadium,Home,outdoors,fieldturf,2011121102
202
+ 200,2011_14_NO_TEN,2011,REG,14,2011-12-11,Sunday,13:00,NO,TEN,22,17,-5,LP Field,Home,outdoors,grass,2011121109
203
+ 201,2011_14_NE_WAS,2011,REG,14,2011-12-11,Sunday,13:00,NE,WAS,34,27,-7,FedExField,Home,outdoors,grass,2011121100
204
+ 202,2011_14_SF_ARI,2011,REG,14,2011-12-11,Sunday,16:05,SF,ARI,19,21,2,University of Phoenix Stadium,Home,closed,grass,2011121110
205
+ 203,2011_14_CHI_DEN,2011,REG,14,2011-12-11,Sunday,16:05,CHI,DEN,10,13,3,Sports Authority Field at Mile High,Home,outdoors,grass,2011121111
206
+ 204,2011_14_OAK_GB,2011,REG,14,2011-12-11,Sunday,16:15,OAK,GB,16,46,30,Lambeau Field,Home,outdoors,grass,2011121101
207
+ 205,2011_14_BUF_SD,2011,REG,14,2011-12-11,Sunday,16:15,BUF,SD,10,37,27,Qualcomm Stadium,Home,outdoors,grass,2011121112
208
+ 206,2011_14_NYG_DAL,2011,REG,14,2011-12-11,Sunday,20:20,NYG,DAL,37,34,-3,Cowboys Stadium,Home,closed,matrixturf,2011121113
209
+ 207,2011_14_STL_SEA,2011,REG,14,2011-12-12,Monday,20:30,STL,SEA,13,30,17,CenturyLink Field,Home,outdoors,fieldturf,2011121200
210
+ 208,2011_15_JAX_ATL,2011,REG,15,2011-12-15,Thursday,20:20,JAX,ATL,14,41,27,Georgia Dome,Home,dome,fieldturf,2011121500
211
+ 209,2011_15_DAL_TB,2011,REG,15,2011-12-17,Saturday,20:20,DAL,TB,31,15,-16,Raymond James Stadium,Home,outdoors,grass,2011121700
212
+ 210,2011_15_MIA_BUF,2011,REG,15,2011-12-18,Sunday,13:00,MIA,BUF,30,23,-7,Ralph Wilson Stadium,Home,outdoors,a_turf,2011121801
213
+ 211,2011_15_SEA_CHI,2011,REG,15,2011-12-18,Sunday,13:00,SEA,CHI,38,14,-24,Soldier Field,Home,outdoors,grass,2011121804
214
+ 212,2011_15_CAR_HOU,2011,REG,15,2011-12-18,Sunday,13:00,CAR,HOU,28,13,-15,Reliant Stadium,Home,closed,grass,2011121806
215
+ 213,2011_15_TEN_IND,2011,REG,15,2011-12-18,Sunday,13:00,TEN,IND,13,27,14,Lucas Oil Stadium,Home,closed,fieldturf,2011121802
216
+ 214,2011_15_GB_KC,2011,REG,15,2011-12-18,Sunday,13:00,GB,KC,14,19,5,Arrowhead Stadium,Home,outdoors,grass,2011121807
217
+ 215,2011_15_NO_MIN,2011,REG,15,2011-12-18,Sunday,13:00,NO,MIN,42,20,-22,Mall of America Field,Home,dome,sportturf,2011121805
218
+ 216,2011_15_WAS_NYG,2011,REG,15,2011-12-18,Sunday,13:00,WAS,NYG,23,10,-13,MetLife Stadium,Home,outdoors,fieldturf,2011121803
219
+ 217,2011_15_CIN_STL,2011,REG,15,2011-12-18,Sunday,13:00,CIN,STL,20,13,-7,Edward Jones Dome,Home,dome,astroplay,2011121800
220
+ 218,2011_15_DET_OAK,2011,REG,15,2011-12-18,Sunday,16:05,DET,OAK,28,27,-1,O.co Coliseum,Home,outdoors,grass,2011121808
221
+ 219,2011_15_CLE_ARI,2011,REG,15,2011-12-18,Sunday,16:15,CLE,ARI,17,20,3,University of Phoenix Stadium,Home,closed,grass,2011121810
222
+ 220,2011_15_NE_DEN,2011,REG,15,2011-12-18,Sunday,16:15,NE,DEN,41,23,-18,Sports Authority Field at Mile High,Home,outdoors,grass,2011121811
223
+ 221,2011_15_NYJ_PHI,2011,REG,15,2011-12-18,Sunday,16:15,NYJ,PHI,19,45,26,Lincoln Financial Field,Home,outdoors,grass,2011121809
224
+ 222,2011_15_BAL_SD,2011,REG,15,2011-12-18,Sunday,20:20,BAL,SD,14,34,20,Qualcomm Stadium,Home,outdoors,grass,2011121812
225
+ 223,2011_15_PIT_SF,2011,REG,15,2011-12-19,Monday,20:30,PIT,SF,3,20,17,Candlestick Park,Home,outdoors,grass,2011121900
226
+ 224,2011_16_HOU_IND,2011,REG,16,2011-12-22,Thursday,20:20,HOU,IND,16,19,3,Lucas Oil Stadium,Home,closed,fieldturf,2011122200
227
+ 225,2011_16_CLE_BAL,2011,REG,16,2011-12-24,Saturday,13:00,CLE,BAL,14,20,6,M&T Bank Stadium,Home,outdoors,sportturf,2011122402
228
+ 226,2011_16_DEN_BUF,2011,REG,16,2011-12-24,Saturday,13:00,DEN,BUF,14,40,26,Ralph Wilson Stadium,Home,outdoors,a_turf,2011122400
229
+ 227,2011_16_TB_CAR,2011,REG,16,2011-12-24,Saturday,13:00,TB,CAR,16,48,32,Bank of America Stadium,Home,outdoors,grass,2011122407
230
+ 228,2011_16_ARI_CIN,2011,REG,16,2011-12-24,Saturday,13:00,ARI,CIN,16,23,7,Paul Brown Stadium,Home,outdoors,fieldturf,2011122408
231
+ 229,2011_16_OAK_KC,2011,REG,16,2011-12-24,Saturday,13:00,OAK,KC,16,13,-3,Arrowhead Stadium,Home,outdoors,grass,2011122404
232
+ 230,2011_16_MIA_NE,2011,REG,16,2011-12-24,Saturday,13:00,MIA,NE,24,27,3,Gillette Stadium,Home,outdoors,fieldturf,2011122401
233
+ 231,2011_16_NYG_NYJ,2011,REG,16,2011-12-24,Saturday,13:00,NYG,NYJ,29,14,-15,MetLife Stadium,Home,outdoors,fieldturf,2011122405
234
+ 232,2011_16_STL_PIT,2011,REG,16,2011-12-24,Saturday,13:00,STL,PIT,0,27,27,Heinz Field,Home,outdoors,grass,2011122409
235
+ 233,2011_16_JAX_TEN,2011,REG,16,2011-12-24,Saturday,13:00,JAX,TEN,17,23,6,LP Field,Home,outdoors,grass,2011122403
236
+ 234,2011_16_MIN_WAS,2011,REG,16,2011-12-24,Saturday,13:00,MIN,WAS,33,26,-7,FedExField,Home,outdoors,grass,2011122406
237
+ 235,2011_16_SD_DET,2011,REG,16,2011-12-24,Saturday,16:05,SD,DET,10,38,28,Ford Field,Home,dome,fieldturf,2011122410
238
+ 236,2011_16_PHI_DAL,2011,REG,16,2011-12-24,Saturday,16:15,PHI,DAL,20,7,-13,Cowboys Stadium,Home,closed,matrixturf,2011122411
239
+ 237,2011_16_SF_SEA,2011,REG,16,2011-12-24,Saturday,16:15,SF,SEA,19,17,-2,CenturyLink Field,Home,outdoors,fieldturf,2011122412
240
+ 238,2011_16_CHI_GB,2011,REG,16,2011-12-25,Sunday,20:20,CHI,GB,21,35,14,Lambeau Field,Home,outdoors,grass,2011122500
241
+ 239,2011_16_ATL_NO,2011,REG,16,2011-12-26,Monday,20:30,ATL,NO,16,45,29,Mercedes-Benz Superdome,Home,dome,sportturf,2011122600
242
+ 240,2011_17_DET_GB,2011,REG,17,2012-01-01,Sunday,13:00,DET,GB,41,45,4,Lambeau Field,Home,outdoors,grass,2012010108
243
+ 241,2011_17_TEN_HOU,2011,REG,17,2012-01-01,Sunday,13:00,TEN,HOU,23,22,-1,Reliant Stadium,Home,closed,grass,2012010104
244
+ 242,2011_17_IND_JAX,2011,REG,17,2012-01-01,Sunday,13:00,IND,JAX,13,19,6,EverBank Field,Home,outdoors,grass,2012010105
245
+ 243,2011_17_NYJ_MIA,2011,REG,17,2012-01-01,Sunday,13:00,NYJ,MIA,17,19,2,Sun Life Stadium,Home,outdoors,grass,2012010100
246
+ 244,2011_17_CHI_MIN,2011,REG,17,2012-01-01,Sunday,13:00,CHI,MIN,17,13,-4,Mall of America Field,Home,dome,sportturf,2012010109
247
+ 245,2011_17_BUF_NE,2011,REG,17,2012-01-01,Sunday,13:00,BUF,NE,21,49,28,Gillette Stadium,Home,outdoors,fieldturf,2012010101
248
+ 246,2011_17_CAR_NO,2011,REG,17,2012-01-01,Sunday,13:00,CAR,NO,17,45,28,Mercedes-Benz Superdome,Home,dome,sportturf,2012010111
249
+ 247,2011_17_WAS_PHI,2011,REG,17,2012-01-01,Sunday,13:00,WAS,PHI,10,34,24,Lincoln Financial Field,Home,outdoors,grass,2012010107
250
+ 248,2011_17_SF_STL,2011,REG,17,2012-01-01,Sunday,13:00,SF,STL,34,27,-7,Edward Jones Dome,Home,dome,astroplay,2012010112
251
+ 249,2011_17_SEA_ARI,2011,REG,17,2012-01-01,Sunday,16:15,SEA,ARI,20,23,3,University of Phoenix Stadium,Home,closed,grass,2012010115
252
+ 250,2011_17_TB_ATL,2011,REG,17,2012-01-01,Sunday,16:15,TB,ATL,24,45,21,Georgia Dome,Home,dome,fieldturf,2012010110
253
+ 251,2011_17_BAL_CIN,2011,REG,17,2012-01-01,Sunday,16:15,BAL,CIN,24,16,-8,Paul Brown Stadium,Home,outdoors,fieldturf,2012010102
254
+ 252,2011_17_PIT_CLE,2011,REG,17,2012-01-01,Sunday,16:15,PIT,CLE,13,9,-4,Cleveland Browns Stadium,Home,outdoors,grass,2012010103
255
+ 253,2011_17_KC_DEN,2011,REG,17,2012-01-01,Sunday,16:15,KC,DEN,7,3,-4,Sports Authority Field at Mile High,Home,outdoors,grass,2012010113
256
+ 254,2011_17_SD_OAK,2011,REG,17,2012-01-01,Sunday,16:15,SD,OAK,38,26,-12,O.co Coliseum,Home,outdoors,grass,2012010114
257
+ 255,2011_17_DAL_NYG,2011,REG,17,2012-01-01,Sunday,20:20,DAL,NYG,14,31,17,MetLife Stadium,Home,outdoors,fieldturf,2012010106
258
+ 256,2011_18_CIN_HOU,2011,WC,18,2012-01-07,Saturday,16:30,CIN,HOU,10,31,21,Reliant Stadium,Home,closed,grass,2012010700
259
+ 257,2011_18_DET_NO,2011,WC,18,2012-01-07,Saturday,20:00,DET,NO,28,45,17,Mercedes-Benz Superdome,Home,dome,sportturf,2012010701
260
+ 258,2011_18_ATL_NYG,2011,WC,18,2012-01-08,Sunday,13:00,ATL,NYG,2,24,22,MetLife Stadium,Home,outdoors,fieldturf,2012010801
261
+ 259,2011_18_PIT_DEN,2011,WC,18,2012-01-08,Sunday,16:30,PIT,DEN,23,29,6,Sports Authority Field at Mile High,Home,outdoors,grass,2012010800
262
+ 260,2011_19_NO_SF,2011,DIV,19,2012-01-14,Saturday,16:30,NO,SF,32,36,4,Candlestick Park,Home,outdoors,grass,2012011401
263
+ 261,2011_19_DEN_NE,2011,DIV,19,2012-01-14,Saturday,20:00,DEN,NE,10,45,35,Gillette Stadium,Home,outdoors,fieldturf,2012011400
264
+ 262,2011_19_HOU_BAL,2011,DIV,19,2012-01-15,Sunday,13:00,HOU,BAL,13,20,7,M&T Bank Stadium,Home,outdoors,sportturf,2012011500
265
+ 263,2011_19_NYG_GB,2011,DIV,19,2012-01-15,Sunday,16:30,NYG,GB,37,20,-17,Lambeau Field,Home,outdoors,grass,2012011501
266
+ 264,2011_20_BAL_NE,2011,CON,20,2012-01-22,Sunday,15:00,BAL,NE,20,23,3,Gillette Stadium,Home,outdoors,fieldturf,2012012200
267
+ 265,2011_20_NYG_SF,2011,CON,20,2012-01-22,Sunday,18:30,NYG,SF,20,17,-3,Candlestick Park,Home,outdoors,grass,2012012201
268
+ 266,2011_21_NYG_NE,2011,SB,21,2012-02-05,Sunday,18:30,NYG,NE,21,17,-4,Lucas Oil Stadium,Neutral,closed,fieldturf,2012020500
Source/Build/nfl_data_py/data/schedules/2012.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2012_01_DAL_NYG,2012,REG,1,2012-09-05,Wednesday,20:30,DAL,NYG,24,17,-7,MetLife Stadium,Home,outdoors,fieldturf,2012090500
3
+ 1,2012_01_IND_CHI,2012,REG,1,2012-09-09,Sunday,13:00,IND,CHI,21,41,20,Soldier Field,Home,outdoors,grass,2012090900
4
+ 2,2012_01_PHI_CLE,2012,REG,1,2012-09-09,Sunday,13:00,PHI,CLE,17,16,-1,Cleveland Browns Stadium,Home,outdoors,grass,2012090907
5
+ 3,2012_01_STL_DET,2012,REG,1,2012-09-09,Sunday,13:00,STL,DET,23,27,4,Ford Field,Home,dome,fieldturf,2012090905
6
+ 4,2012_01_MIA_HOU,2012,REG,1,2012-09-09,Sunday,13:00,MIA,HOU,10,30,20,Reliant Stadium,Home,closed,grass,2012090903
7
+ 5,2012_01_ATL_KC,2012,REG,1,2012-09-09,Sunday,13:00,ATL,KC,40,24,-16,Arrowhead Stadium,Home,outdoors,grass,2012090908
8
+ 6,2012_01_JAX_MIN,2012,REG,1,2012-09-09,Sunday,13:00,JAX,MIN,23,26,3,Mall of America Field,Home,dome,sportturf,2012090901
9
+ 7,2012_01_WAS_NO,2012,REG,1,2012-09-09,Sunday,13:00,WAS,NO,40,32,-8,Mercedes-Benz Superdome,Home,dome,sportturf,2012090906
10
+ 8,2012_01_BUF_NYJ,2012,REG,1,2012-09-09,Sunday,13:00,BUF,NYJ,28,48,20,MetLife Stadium,Home,outdoors,fieldturf,2012090902
11
+ 9,2012_01_NE_TEN,2012,REG,1,2012-09-09,Sunday,13:00,NE,TEN,34,13,-21,LP Field,Home,outdoors,grass,2012090904
12
+ 10,2012_01_SEA_ARI,2012,REG,1,2012-09-09,Sunday,16:25,SEA,ARI,16,20,4,University of Phoenix Stadium,Home,closed,grass,2012090910
13
+ 11,2012_01_SF_GB,2012,REG,1,2012-09-09,Sunday,16:25,SF,GB,30,22,-8,Lambeau Field,Home,outdoors,grass,2012090909
14
+ 12,2012_01_CAR_TB,2012,REG,1,2012-09-09,Sunday,16:25,CAR,TB,10,16,6,Raymond James Stadium,Home,outdoors,grass,2012090911
15
+ 13,2012_01_PIT_DEN,2012,REG,1,2012-09-09,Sunday,20:20,PIT,DEN,19,31,12,Sports Authority Field at Mile High,Home,outdoors,grass,2012090912
16
+ 14,2012_01_CIN_BAL,2012,REG,1,2012-09-10,Monday,19:00,CIN,BAL,13,44,31,M&T Bank Stadium,Home,outdoors,sportturf,2012091000
17
+ 15,2012_01_SD_OAK,2012,REG,1,2012-09-10,Monday,22:15,SD,OAK,22,14,-8,O.co Coliseum,Home,outdoors,grass,2012091001
18
+ 16,2012_02_CHI_GB,2012,REG,2,2012-09-13,Thursday,20:20,CHI,GB,10,23,13,Lambeau Field,Home,outdoors,grass,2012091300
19
+ 17,2012_02_KC_BUF,2012,REG,2,2012-09-16,Sunday,13:00,KC,BUF,17,35,18,Ralph Wilson Stadium,Home,outdoors,a_turf,2012091605
20
+ 18,2012_02_NO_CAR,2012,REG,2,2012-09-16,Sunday,13:00,NO,CAR,27,35,8,Bank of America Stadium,Home,outdoors,grass,2012091601
21
+ 19,2012_02_CLE_CIN,2012,REG,2,2012-09-16,Sunday,13:00,CLE,CIN,27,34,7,Paul Brown Stadium,Home,outdoors,fieldturf,2012091606
22
+ 20,2012_02_MIN_IND,2012,REG,2,2012-09-16,Sunday,13:00,MIN,IND,20,23,3,Lucas Oil Stadium,Home,open,fieldturf,2012091603
23
+ 21,2012_02_HOU_JAX,2012,REG,2,2012-09-16,Sunday,13:00,HOU,JAX,27,7,-20,EverBank Field,Home,outdoors,grass,2012091607
24
+ 22,2012_02_OAK_MIA,2012,REG,2,2012-09-16,Sunday,13:00,OAK,MIA,13,35,22,Sun Life Stadium,Home,outdoors,grass,2012091612
25
+ 23,2012_02_ARI_NE,2012,REG,2,2012-09-16,Sunday,13:00,ARI,NE,20,18,-2,Gillette Stadium,Home,outdoors,fieldturf,2012091602
26
+ 24,2012_02_TB_NYG,2012,REG,2,2012-09-16,Sunday,13:00,TB,NYG,34,41,7,MetLife Stadium,Home,outdoors,fieldturf,2012091600
27
+ 25,2012_02_BAL_PHI,2012,REG,2,2012-09-16,Sunday,13:00,BAL,PHI,23,24,1,Lincoln Financial Field,Home,outdoors,grass,2012091604
28
+ 26,2012_02_DAL_SEA,2012,REG,2,2012-09-16,Sunday,16:05,DAL,SEA,7,27,20,CenturyLink Field,Home,outdoors,fieldturf,2012091608
29
+ 27,2012_02_WAS_STL,2012,REG,2,2012-09-16,Sunday,16:05,WAS,STL,28,31,3,Edward Jones Dome,Home,dome,astroplay,2012091609
30
+ 28,2012_02_NYJ_PIT,2012,REG,2,2012-09-16,Sunday,16:25,NYJ,PIT,10,27,17,Heinz Field,Home,outdoors,grass,2012091610
31
+ 29,2012_02_TEN_SD,2012,REG,2,2012-09-16,Sunday,16:25,TEN,SD,10,38,28,Qualcomm Stadium,Home,outdoors,grass,2012091611
32
+ 30,2012_02_DET_SF,2012,REG,2,2012-09-16,Sunday,20:20,DET,SF,19,27,8,Candlestick Park,Home,outdoors,grass,2012091613
33
+ 31,2012_02_DEN_ATL,2012,REG,2,2012-09-17,Monday,20:30,DEN,ATL,21,27,6,Georgia Dome,Home,dome,fieldturf,2012091700
34
+ 32,2012_03_NYG_CAR,2012,REG,3,2012-09-20,Thursday,20:20,NYG,CAR,36,7,-29,Bank of America Stadium,Home,outdoors,grass,2012092000
35
+ 33,2012_03_STL_CHI,2012,REG,3,2012-09-23,Sunday,13:00,STL,CHI,6,23,17,Soldier Field,Home,outdoors,grass,2012092301
36
+ 34,2012_03_BUF_CLE,2012,REG,3,2012-09-23,Sunday,13:00,BUF,CLE,24,14,-10,Cleveland Browns Stadium,Home,outdoors,grass,2012092307
37
+ 35,2012_03_TB_DAL,2012,REG,3,2012-09-23,Sunday,13:00,TB,DAL,10,16,6,Cowboys Stadium,Home,closed,matrixturf,2012092300
38
+ 36,2012_03_JAX_IND,2012,REG,3,2012-09-23,Sunday,13:00,JAX,IND,22,17,-5,Lucas Oil Stadium,Home,open,fieldturf,2012092308
39
+ 37,2012_03_NYJ_MIA,2012,REG,3,2012-09-23,Sunday,13:00,NYJ,MIA,23,20,-3,Sun Life Stadium,Home,outdoors,grass,2012092306
40
+ 38,2012_03_SF_MIN,2012,REG,3,2012-09-23,Sunday,13:00,SF,MIN,13,24,11,Mall of America Field,Home,dome,sportturf,2012092302
41
+ 39,2012_03_KC_NO,2012,REG,3,2012-09-23,Sunday,13:00,KC,NO,27,24,-3,Mercedes-Benz Superdome,Home,dome,sportturf,2012092305
42
+ 40,2012_03_DET_TEN,2012,REG,3,2012-09-23,Sunday,13:00,DET,TEN,41,44,3,LP Field,Home,outdoors,grass,2012092303
43
+ 41,2012_03_CIN_WAS,2012,REG,3,2012-09-23,Sunday,13:00,CIN,WAS,38,31,-7,FedExField,Home,outdoors,grass,2012092304
44
+ 42,2012_03_PHI_ARI,2012,REG,3,2012-09-23,Sunday,16:05,PHI,ARI,6,27,21,University of Phoenix Stadium,Home,closed,grass,2012092309
45
+ 43,2012_03_ATL_SD,2012,REG,3,2012-09-23,Sunday,16:05,ATL,SD,27,3,-24,Qualcomm Stadium,Home,outdoors,grass,2012092310
46
+ 44,2012_03_HOU_DEN,2012,REG,3,2012-09-23,Sunday,16:25,HOU,DEN,31,25,-6,Sports Authority Field at Mile High,Home,outdoors,grass,2012092311
47
+ 45,2012_03_PIT_OAK,2012,REG,3,2012-09-23,Sunday,16:25,PIT,OAK,31,34,3,O.co Coliseum,Home,outdoors,grass,2012092312
48
+ 46,2012_03_NE_BAL,2012,REG,3,2012-09-23,Sunday,20:20,NE,BAL,30,31,1,M&T Bank Stadium,Home,outdoors,sportturf,2012092313
49
+ 47,2012_03_GB_SEA,2012,REG,3,2012-09-24,Monday,20:30,GB,SEA,12,14,2,CenturyLink Field,Home,outdoors,fieldturf,2012092400
50
+ 48,2012_04_CLE_BAL,2012,REG,4,2012-09-27,Thursday,20:20,CLE,BAL,16,23,7,M&T Bank Stadium,Home,outdoors,sportturf,2012092700
51
+ 49,2012_04_CAR_ATL,2012,REG,4,2012-09-30,Sunday,13:00,CAR,ATL,28,30,2,Georgia Dome,Home,dome,fieldturf,2012093004
52
+ 50,2012_04_NE_BUF,2012,REG,4,2012-09-30,Sunday,13:00,NE,BUF,52,28,-24,Ralph Wilson Stadium,Home,outdoors,a_turf,2012093000
53
+ 51,2012_04_MIN_DET,2012,REG,4,2012-09-30,Sunday,13:00,MIN,DET,20,13,-7,Ford Field,Home,dome,fieldturf,2012093003
54
+ 52,2012_04_TEN_HOU,2012,REG,4,2012-09-30,Sunday,13:00,TEN,HOU,14,38,24,Reliant Stadium,Home,closed,grass,2012093001
55
+ 53,2012_04_SD_KC,2012,REG,4,2012-09-30,Sunday,13:00,SD,KC,37,20,-17,Arrowhead Stadium,Home,outdoors,grass,2012093002
56
+ 54,2012_04_SF_NYJ,2012,REG,4,2012-09-30,Sunday,13:00,SF,NYJ,34,0,-34,MetLife Stadium,Home,outdoors,fieldturf,2012093006
57
+ 55,2012_04_SEA_STL,2012,REG,4,2012-09-30,Sunday,13:00,SEA,STL,13,19,6,Edward Jones Dome,Home,dome,astroplay,2012093005
58
+ 56,2012_04_MIA_ARI,2012,REG,4,2012-09-30,Sunday,16:05,MIA,ARI,21,24,3,University of Phoenix Stadium,Home,closed,grass,2012093007
59
+ 57,2012_04_OAK_DEN,2012,REG,4,2012-09-30,Sunday,16:05,OAK,DEN,6,37,31,Sports Authority Field at Mile High,Home,outdoors,grass,2012093008
60
+ 58,2012_04_CIN_JAX,2012,REG,4,2012-09-30,Sunday,16:05,CIN,JAX,27,10,-17,EverBank Field,Home,outdoors,grass,2012093009
61
+ 59,2012_04_NO_GB,2012,REG,4,2012-09-30,Sunday,16:25,NO,GB,27,28,1,Lambeau Field,Home,outdoors,grass,2012093010
62
+ 60,2012_04_WAS_TB,2012,REG,4,2012-09-30,Sunday,16:25,WAS,TB,24,22,-2,Raymond James Stadium,Home,outdoors,grass,2012093011
63
+ 61,2012_04_NYG_PHI,2012,REG,4,2012-09-30,Sunday,20:20,NYG,PHI,17,19,2,Lincoln Financial Field,Home,outdoors,grass,2012093012
64
+ 62,2012_04_CHI_DAL,2012,REG,4,2012-10-01,Monday,20:30,CHI,DAL,34,18,-16,Cowboys Stadium,Home,closed,matrixturf,2012100100
65
+ 63,2012_05_ARI_STL,2012,REG,5,2012-10-04,Thursday,20:20,ARI,STL,3,17,14,Edward Jones Dome,Home,dome,astroplay,2012100400
66
+ 64,2012_05_MIA_CIN,2012,REG,5,2012-10-07,Sunday,13:00,MIA,CIN,17,13,-4,Paul Brown Stadium,Home,outdoors,fieldturf,2012100705
67
+ 65,2012_05_GB_IND,2012,REG,5,2012-10-07,Sunday,13:00,GB,IND,27,30,3,Lucas Oil Stadium,Home,closed,fieldturf,2012100702
68
+ 66,2012_05_BAL_KC,2012,REG,5,2012-10-07,Sunday,13:00,BAL,KC,9,6,-3,Arrowhead Stadium,Home,outdoors,grass,2012100706
69
+ 67,2012_05_CLE_NYG,2012,REG,5,2012-10-07,Sunday,13:00,CLE,NYG,27,41,14,MetLife Stadium,Home,outdoors,fieldturf,2012100703
70
+ 68,2012_05_PHI_PIT,2012,REG,5,2012-10-07,Sunday,13:00,PHI,PIT,14,16,2,Heinz Field,Home,outdoors,grass,2012100701
71
+ 69,2012_05_ATL_WAS,2012,REG,5,2012-10-07,Sunday,13:00,ATL,WAS,24,17,-7,FedExField,Home,outdoors,grass,2012100700
72
+ 70,2012_05_SEA_CAR,2012,REG,5,2012-10-07,Sunday,16:05,SEA,CAR,16,12,-4,Bank of America Stadium,Home,outdoors,grass,2012100707
73
+ 71,2012_05_CHI_JAX,2012,REG,5,2012-10-07,Sunday,16:05,CHI,JAX,41,3,-38,EverBank Field,Home,outdoors,grass,2012100708
74
+ 72,2012_05_TEN_MIN,2012,REG,5,2012-10-07,Sunday,16:15,TEN,MIN,7,30,23,Mall of America Field,Home,dome,sportturf,2012100704
75
+ 73,2012_05_DEN_NE,2012,REG,5,2012-10-07,Sunday,16:25,DEN,NE,21,31,10,Gillette Stadium,Home,outdoors,fieldturf,2012100709
76
+ 74,2012_05_BUF_SF,2012,REG,5,2012-10-07,Sunday,16:25,BUF,SF,3,45,42,Candlestick Park,Home,outdoors,grass,2012100710
77
+ 75,2012_05_SD_NO,2012,REG,5,2012-10-07,Sunday,20:20,SD,NO,24,31,7,Mercedes-Benz Superdome,Home,dome,sportturf,2012100711
78
+ 76,2012_05_HOU_NYJ,2012,REG,5,2012-10-08,Monday,20:30,HOU,NYJ,23,17,-6,MetLife Stadium,Home,outdoors,fieldturf,2012100800
79
+ 77,2012_06_PIT_TEN,2012,REG,6,2012-10-11,Thursday,20:20,PIT,TEN,23,26,3,LP Field,Home,outdoors,grass,2012101100
80
+ 78,2012_06_OAK_ATL,2012,REG,6,2012-10-14,Sunday,13:00,OAK,ATL,20,23,3,Georgia Dome,Home,dome,fieldturf,2012101400
81
+ 79,2012_06_DAL_BAL,2012,REG,6,2012-10-14,Sunday,13:00,DAL,BAL,29,31,2,M&T Bank Stadium,Home,outdoors,sportturf,2012101406
82
+ 80,2012_06_CIN_CLE,2012,REG,6,2012-10-14,Sunday,13:00,CIN,CLE,24,34,10,Cleveland Browns Stadium,Home,outdoors,grass,2012101403
83
+ 81,2012_06_STL_MIA,2012,REG,6,2012-10-14,Sunday,13:00,STL,MIA,14,17,3,Sun Life Stadium,Home,outdoors,grass,2012101405
84
+ 82,2012_06_IND_NYJ,2012,REG,6,2012-10-14,Sunday,13:00,IND,NYJ,9,35,26,MetLife Stadium,Home,outdoors,fieldturf,2012101402
85
+ 83,2012_06_DET_PHI,2012,REG,6,2012-10-14,Sunday,13:00,DET,PHI,26,23,-3,Lincoln Financial Field,Home,outdoors,grass,2012101404
86
+ 84,2012_06_KC_TB,2012,REG,6,2012-10-14,Sunday,13:00,KC,TB,10,38,28,Raymond James Stadium,Home,outdoors,grass,2012101401
87
+ 85,2012_06_BUF_ARI,2012,REG,6,2012-10-14,Sunday,16:05,BUF,ARI,19,16,-3,University of Phoenix Stadium,Home,closed,grass,2012101407
88
+ 86,2012_06_NE_SEA,2012,REG,6,2012-10-14,Sunday,16:05,NE,SEA,23,24,1,CenturyLink Field,Home,outdoors,fieldturf,2012101408
89
+ 87,2012_06_NYG_SF,2012,REG,6,2012-10-14,Sunday,16:25,NYG,SF,26,3,-23,Candlestick Park,Home,outdoors,grass,2012101409
90
+ 88,2012_06_MIN_WAS,2012,REG,6,2012-10-14,Sunday,16:25,MIN,WAS,26,38,12,FedExField,Home,outdoors,grass,2012101410
91
+ 89,2012_06_GB_HOU,2012,REG,6,2012-10-14,Sunday,20:20,GB,HOU,42,24,-18,Reliant Stadium,Home,closed,grass,2012101411
92
+ 90,2012_06_DEN_SD,2012,REG,6,2012-10-15,Monday,20:30,DEN,SD,35,24,-11,Qualcomm Stadium,Home,outdoors,grass,2012101500
93
+ 91,2012_07_SEA_SF,2012,REG,7,2012-10-18,Thursday,20:20,SEA,SF,6,13,7,Candlestick Park,Home,outdoors,grass,2012101800
94
+ 92,2012_07_TEN_BUF,2012,REG,7,2012-10-21,Sunday,13:00,TEN,BUF,35,34,-1,Ralph Wilson Stadium,Home,outdoors,a_turf,2012102107
95
+ 93,2012_07_DAL_CAR,2012,REG,7,2012-10-21,Sunday,13:00,DAL,CAR,19,14,-5,Bank of America Stadium,Home,outdoors,grass,2012102102
96
+ 94,2012_07_BAL_HOU,2012,REG,7,2012-10-21,Sunday,13:00,BAL,HOU,13,43,30,Reliant Stadium,Home,closed,grass,2012102105
97
+ 95,2012_07_CLE_IND,2012,REG,7,2012-10-21,Sunday,13:00,CLE,IND,13,17,4,Lucas Oil Stadium,Home,open,fieldturf,2012102106
98
+ 96,2012_07_ARI_MIN,2012,REG,7,2012-10-21,Sunday,13:00,ARI,MIN,14,21,7,Mall of America Field,Home,dome,sportturf,2012102101
99
+ 97,2012_07_WAS_NYG,2012,REG,7,2012-10-21,Sunday,13:00,WAS,NYG,23,27,4,MetLife Stadium,Home,outdoors,fieldturf,2012102100
100
+ 98,2012_07_GB_STL,2012,REG,7,2012-10-21,Sunday,13:00,GB,STL,30,20,-10,Edward Jones Dome,Home,dome,astroplay,2012102104
101
+ 99,2012_07_NO_TB,2012,REG,7,2012-10-21,Sunday,13:00,NO,TB,35,28,-7,Raymond James Stadium,Home,outdoors,grass,2012102103
102
+ 100,2012_07_NYJ_NE,2012,REG,7,2012-10-21,Sunday,16:25,NYJ,NE,26,29,3,Gillette Stadium,Home,outdoors,fieldturf,2012102108
103
+ 101,2012_07_JAX_OAK,2012,REG,7,2012-10-21,Sunday,16:25,JAX,OAK,23,26,3,O.co Coliseum,Home,outdoors,grass,2012102109
104
+ 102,2012_07_PIT_CIN,2012,REG,7,2012-10-21,Sunday,20:20,PIT,CIN,24,17,-7,Paul Brown Stadium,Home,outdoors,fieldturf,2012102110
105
+ 103,2012_07_DET_CHI,2012,REG,7,2012-10-22,Monday,20:30,DET,CHI,7,13,6,Soldier Field,Home,outdoors,grass,2012102200
106
+ 104,2012_08_TB_MIN,2012,REG,8,2012-10-25,Thursday,20:20,TB,MIN,36,17,-19,Mall of America Field,Home,dome,sportturf,2012102500
107
+ 105,2012_08_CAR_CHI,2012,REG,8,2012-10-28,Sunday,13:00,CAR,CHI,22,23,1,Soldier Field,Home,outdoors,grass,2012102806
108
+ 106,2012_08_SD_CLE,2012,REG,8,2012-10-28,Sunday,13:00,SD,CLE,6,7,1,Cleveland Browns Stadium,Home,outdoors,grass,2012102802
109
+ 107,2012_08_SEA_DET,2012,REG,8,2012-10-28,Sunday,13:00,SEA,DET,24,28,4,Ford Field,Home,dome,fieldturf,2012102807
110
+ 108,2012_08_JAX_GB,2012,REG,8,2012-10-28,Sunday,13:00,JAX,GB,15,24,9,Lambeau Field,Home,outdoors,grass,2012102800
111
+ 109,2012_08_MIA_NYJ,2012,REG,8,2012-10-28,Sunday,13:00,MIA,NYJ,30,9,-21,MetLife Stadium,Home,outdoors,fieldturf,2012102801
112
+ 110,2012_08_ATL_PHI,2012,REG,8,2012-10-28,Sunday,13:00,ATL,PHI,30,17,-13,Lincoln Financial Field,Home,outdoors,grass,2012102805
113
+ 111,2012_08_WAS_PIT,2012,REG,8,2012-10-28,Sunday,13:00,WAS,PIT,12,27,15,Heinz Field,Home,outdoors,grass,2012102808
114
+ 112,2012_08_NE_STL,2012,REG,8,2012-10-28,Sunday,13:00,NE,STL,45,7,-38,Wembley Stadium,Neutral,outdoors,astroplay,2012102804
115
+ 113,2012_08_IND_TEN,2012,REG,8,2012-10-28,Sunday,13:00,IND,TEN,19,13,-6,LP Field,Home,outdoors,grass,2012102803
116
+ 114,2012_08_OAK_KC,2012,REG,8,2012-10-28,Sunday,16:05,OAK,KC,26,16,-10,Arrowhead Stadium,Home,outdoors,grass,2012102809
117
+ 115,2012_08_NYG_DAL,2012,REG,8,2012-10-28,Sunday,16:25,NYG,DAL,29,24,-5,Cowboys Stadium,Home,open,matrixturf,2012102810
118
+ 116,2012_08_NO_DEN,2012,REG,8,2012-10-28,Sunday,20:20,NO,DEN,14,34,20,Sports Authority Field at Mile High,Home,outdoors,grass,2012102811
119
+ 117,2012_08_SF_ARI,2012,REG,8,2012-10-29,Monday,20:30,SF,ARI,24,3,-21,University of Phoenix Stadium,Home,closed,grass,2012102900
120
+ 118,2012_09_KC_SD,2012,REG,9,2012-11-01,Thursday,20:20,KC,SD,13,31,18,Qualcomm Stadium,Home,outdoors,grass,2012110100
121
+ 119,2012_09_DEN_CIN,2012,REG,9,2012-11-04,Sunday,13:00,DEN,CIN,31,23,-8,Paul Brown Stadium,Home,outdoors,fieldturf,2012110404
122
+ 120,2012_09_BAL_CLE,2012,REG,9,2012-11-04,Sunday,13:00,BAL,CLE,25,15,-10,Cleveland Browns Stadium,Home,outdoors,grass,2012110405
123
+ 121,2012_09_ARI_GB,2012,REG,9,2012-11-04,Sunday,13:00,ARI,GB,17,31,14,Lambeau Field,Home,outdoors,grass,2012110401
124
+ 122,2012_09_BUF_HOU,2012,REG,9,2012-11-04,Sunday,13:00,BUF,HOU,9,21,12,Reliant Stadium,Home,closed,grass,2012110406
125
+ 123,2012_09_MIA_IND,2012,REG,9,2012-11-04,Sunday,13:00,MIA,IND,20,23,3,Lucas Oil Stadium,Home,closed,fieldturf,2012110407
126
+ 124,2012_09_DET_JAX,2012,REG,9,2012-11-04,Sunday,13:00,DET,JAX,31,14,-17,EverBank Field,Home,outdoors,grass,2012110402
127
+ 125,2012_09_CHI_TEN,2012,REG,9,2012-11-04,Sunday,13:00,CHI,TEN,51,20,-31,LP Field,Home,outdoors,grass,2012110403
128
+ 126,2012_09_CAR_WAS,2012,REG,9,2012-11-04,Sunday,13:00,CAR,WAS,21,13,-8,FedExField,Home,outdoors,grass,2012110400
129
+ 127,2012_09_TB_OAK,2012,REG,9,2012-11-04,Sunday,16:05,TB,OAK,42,32,-10,O.co Coliseum,Home,outdoors,grass,2012110409
130
+ 128,2012_09_MIN_SEA,2012,REG,9,2012-11-04,Sunday,16:05,MIN,SEA,20,30,10,CenturyLink Field,Home,outdoors,fieldturf,2012110408
131
+ 129,2012_09_PIT_NYG,2012,REG,9,2012-11-04,Sunday,16:25,PIT,NYG,24,20,-4,MetLife Stadium,Home,outdoors,fieldturf,2012110410
132
+ 130,2012_09_DAL_ATL,2012,REG,9,2012-11-04,Sunday,20:20,DAL,ATL,13,19,6,Georgia Dome,Home,dome,fieldturf,2012110411
133
+ 131,2012_09_PHI_NO,2012,REG,9,2012-11-05,Monday,20:30,PHI,NO,13,28,15,Mercedes-Benz Superdome,Home,dome,sportturf,2012110500
134
+ 132,2012_10_IND_JAX,2012,REG,10,2012-11-08,Thursday,20:20,IND,JAX,27,10,-17,EverBank Field,Home,outdoors,grass,2012110800
135
+ 133,2012_10_OAK_BAL,2012,REG,10,2012-11-11,Sunday,13:00,OAK,BAL,20,55,35,M&T Bank Stadium,Home,outdoors,sportturf,2012111104
136
+ 134,2012_10_DEN_CAR,2012,REG,10,2012-11-11,Sunday,13:00,DEN,CAR,36,14,-22,Bank of America Stadium,Home,outdoors,grass,2012111100
137
+ 135,2012_10_NYG_CIN,2012,REG,10,2012-11-11,Sunday,13:00,NYG,CIN,13,31,18,Paul Brown Stadium,Home,outdoors,fieldturf,2012111105
138
+ 136,2012_10_TEN_MIA,2012,REG,10,2012-11-11,Sunday,13:00,TEN,MIA,37,3,-34,Sun Life Stadium,Home,outdoors,grass,2012111102
139
+ 137,2012_10_DET_MIN,2012,REG,10,2012-11-11,Sunday,13:00,DET,MIN,24,34,10,Mall of America Field,Home,dome,sportturf,2012111107
140
+ 138,2012_10_BUF_NE,2012,REG,10,2012-11-11,Sunday,13:00,BUF,NE,31,37,6,Gillette Stadium,Home,outdoors,fieldturf,2012111103
141
+ 139,2012_10_ATL_NO,2012,REG,10,2012-11-11,Sunday,13:00,ATL,NO,27,31,4,Mercedes-Benz Superdome,Home,dome,sportturf,2012111106
142
+ 140,2012_10_SD_TB,2012,REG,10,2012-11-11,Sunday,13:00,SD,TB,24,34,10,Raymond James Stadium,Home,outdoors,grass,2012111101
143
+ 141,2012_10_NYJ_SEA,2012,REG,10,2012-11-11,Sunday,16:05,NYJ,SEA,7,28,21,CenturyLink Field,Home,outdoors,fieldturf,2012111108
144
+ 142,2012_10_DAL_PHI,2012,REG,10,2012-11-11,Sunday,16:25,DAL,PHI,38,23,-15,Lincoln Financial Field,Home,outdoors,grass,2012111109
145
+ 143,2012_10_STL_SF,2012,REG,10,2012-11-11,Sunday,16:25,STL,SF,24,24,0,Candlestick Park,Home,outdoors,grass,2012111110
146
+ 144,2012_10_HOU_CHI,2012,REG,10,2012-11-11,Sunday,20:20,HOU,CHI,13,6,-7,Soldier Field,Home,outdoors,grass,2012111111
147
+ 145,2012_10_KC_PIT,2012,REG,10,2012-11-12,Monday,20:30,KC,PIT,13,16,3,Heinz Field,Home,outdoors,grass,2012111200
148
+ 146,2012_11_MIA_BUF,2012,REG,11,2012-11-15,Thursday,20:20,MIA,BUF,14,19,5,Ralph Wilson Stadium,Home,outdoors,a_turf,2012111500
149
+ 147,2012_11_ARI_ATL,2012,REG,11,2012-11-18,Sunday,13:00,ARI,ATL,19,23,4,Georgia Dome,Home,dome,fieldturf,2012111802
150
+ 148,2012_11_TB_CAR,2012,REG,11,2012-11-18,Sunday,13:00,TB,CAR,27,21,-6,Bank of America Stadium,Home,outdoors,grass,2012111803
151
+ 149,2012_11_CLE_DAL,2012,REG,11,2012-11-18,Sunday,13:00,CLE,DAL,20,23,3,Cowboys Stadium,Home,closed,matrixturf,2012111804
152
+ 150,2012_11_GB_DET,2012,REG,11,2012-11-18,Sunday,13:00,GB,DET,24,20,-4,Ford Field,Home,dome,fieldturf,2012111801
153
+ 151,2012_11_JAX_HOU,2012,REG,11,2012-11-18,Sunday,13:00,JAX,HOU,37,43,6,Reliant Stadium,Home,closed,grass,2012111807
154
+ 152,2012_11_CIN_KC,2012,REG,11,2012-11-18,Sunday,13:00,CIN,KC,28,6,-22,Arrowhead Stadium,Home,outdoors,grass,2012111808
155
+ 153,2012_11_NYJ_STL,2012,REG,11,2012-11-18,Sunday,13:00,NYJ,STL,27,13,-14,Edward Jones Dome,Home,dome,astroplay,2012111805
156
+ 154,2012_11_PHI_WAS,2012,REG,11,2012-11-18,Sunday,13:00,PHI,WAS,6,31,25,FedExField,Home,outdoors,grass,2012111800
157
+ 155,2012_11_NO_OAK,2012,REG,11,2012-11-18,Sunday,16:05,NO,OAK,38,17,-21,O.co Coliseum,Home,outdoors,grass,2012111809
158
+ 156,2012_11_SD_DEN,2012,REG,11,2012-11-18,Sunday,16:25,SD,DEN,23,30,7,Sports Authority Field at Mile High,Home,outdoors,grass,2012111810
159
+ 157,2012_11_IND_NE,2012,REG,11,2012-11-18,Sunday,16:25,IND,NE,24,59,35,Gillette Stadium,Home,outdoors,fieldturf,2012111806
160
+ 158,2012_11_BAL_PIT,2012,REG,11,2012-11-18,Sunday,20:20,BAL,PIT,13,10,-3,Heinz Field,Home,outdoors,grass,2012111811
161
+ 159,2012_11_CHI_SF,2012,REG,11,2012-11-19,Monday,20:30,CHI,SF,7,32,25,Candlestick Park,Home,outdoors,grass,2012111900
162
+ 160,2012_12_HOU_DET,2012,REG,12,2012-11-22,Thursday,12:30,HOU,DET,34,31,-3,Ford Field,Home,dome,fieldturf,2012112200
163
+ 161,2012_12_WAS_DAL,2012,REG,12,2012-11-22,Thursday,16:15,WAS,DAL,38,31,-7,Cowboys Stadium,Home,closed,matrixturf,2012112201
164
+ 162,2012_12_NE_NYJ,2012,REG,12,2012-11-22,Thursday,20:20,NE,NYJ,49,19,-30,MetLife Stadium,Home,outdoors,fieldturf,2012112202
165
+ 163,2012_12_MIN_CHI,2012,REG,12,2012-11-25,Sunday,13:00,MIN,CHI,10,28,18,Soldier Field,Home,outdoors,grass,2012112505
166
+ 164,2012_12_OAK_CIN,2012,REG,12,2012-11-25,Sunday,13:00,OAK,CIN,10,34,24,Paul Brown Stadium,Home,outdoors,fieldturf,2012112500
167
+ 165,2012_12_PIT_CLE,2012,REG,12,2012-11-25,Sunday,13:00,PIT,CLE,14,20,6,Cleveland Browns Stadium,Home,outdoors,grass,2012112501
168
+ 166,2012_12_BUF_IND,2012,REG,12,2012-11-25,Sunday,13:00,BUF,IND,13,20,7,Lucas Oil Stadium,Home,closed,fieldturf,2012112502
169
+ 167,2012_12_TEN_JAX,2012,REG,12,2012-11-25,Sunday,13:00,TEN,JAX,19,24,5,EverBank Field,Home,outdoors,grass,2012112503
170
+ 168,2012_12_DEN_KC,2012,REG,12,2012-11-25,Sunday,13:00,DEN,KC,17,9,-8,Arrowhead Stadium,Home,outdoors,grass,2012112504
171
+ 169,2012_12_SEA_MIA,2012,REG,12,2012-11-25,Sunday,13:00,SEA,MIA,21,24,3,Sun Life Stadium,Home,outdoors,grass,2012112507
172
+ 170,2012_12_ATL_TB,2012,REG,12,2012-11-25,Sunday,13:00,ATL,TB,24,23,-1,Raymond James Stadium,Home,outdoors,grass,2012112506
173
+ 171,2012_12_BAL_SD,2012,REG,12,2012-11-25,Sunday,16:05,BAL,SD,16,13,-3,Qualcomm Stadium,Home,outdoors,grass,2012112508
174
+ 172,2012_12_STL_ARI,2012,REG,12,2012-11-25,Sunday,16:25,STL,ARI,31,17,-14,University of Phoenix Stadium,Home,closed,grass,2012112510
175
+ 173,2012_12_SF_NO,2012,REG,12,2012-11-25,Sunday,16:25,SF,NO,31,21,-10,Mercedes-Benz Superdome,Home,dome,sportturf,2012112509
176
+ 174,2012_12_GB_NYG,2012,REG,12,2012-11-25,Sunday,20:20,GB,NYG,10,38,28,MetLife Stadium,Home,outdoors,fieldturf,2012112511
177
+ 175,2012_12_CAR_PHI,2012,REG,12,2012-11-26,Monday,20:30,CAR,PHI,30,22,-8,Lincoln Financial Field,Home,outdoors,grass,2012112600
178
+ 176,2012_13_NO_ATL,2012,REG,13,2012-11-29,Thursday,20:20,NO,ATL,13,23,10,Georgia Dome,Home,dome,fieldturf,2012112900
179
+ 177,2012_13_JAX_BUF,2012,REG,13,2012-12-02,Sunday,13:00,JAX,BUF,18,34,16,Ralph Wilson Stadium,Home,outdoors,a_turf,2012120206
180
+ 178,2012_13_SEA_CHI,2012,REG,13,2012-12-02,Sunday,13:00,SEA,CHI,23,17,-6,Soldier Field,Home,outdoors,grass,2012120200
181
+ 179,2012_13_IND_DET,2012,REG,13,2012-12-02,Sunday,13:00,IND,DET,35,33,-2,Ford Field,Home,dome,fieldturf,2012120205
182
+ 180,2012_13_MIN_GB,2012,REG,13,2012-12-02,Sunday,13:00,MIN,GB,14,23,9,Lambeau Field,Home,outdoors,grass,2012120201
183
+ 181,2012_13_CAR_KC,2012,REG,13,2012-12-02,Sunday,13:00,CAR,KC,21,27,6,Arrowhead Stadium,Home,outdoors,grass,2012120204
184
+ 182,2012_13_NE_MIA,2012,REG,13,2012-12-02,Sunday,13:00,NE,MIA,23,16,-7,Sun Life Stadium,Home,outdoors,grass,2012120207
185
+ 183,2012_13_ARI_NYJ,2012,REG,13,2012-12-02,Sunday,13:00,ARI,NYJ,6,7,1,MetLife Stadium,Home,outdoors,fieldturf,2012120203
186
+ 184,2012_13_SF_STL,2012,REG,13,2012-12-02,Sunday,13:00,SF,STL,13,16,3,Edward Jones Dome,Home,dome,astroplay,2012120202
187
+ 185,2012_13_HOU_TEN,2012,REG,13,2012-12-02,Sunday,13:00,HOU,TEN,24,10,-14,LP Field,Home,outdoors,grass,2012120208
188
+ 186,2012_13_TB_DEN,2012,REG,13,2012-12-02,Sunday,16:05,TB,DEN,23,31,8,Sports Authority Field at Mile High,Home,outdoors,grass,2012120209
189
+ 187,2012_13_PIT_BAL,2012,REG,13,2012-12-02,Sunday,16:25,PIT,BAL,23,20,-3,M&T Bank Stadium,Home,outdoors,sportturf,2012120210
190
+ 188,2012_13_CLE_OAK,2012,REG,13,2012-12-02,Sunday,16:25,CLE,OAK,20,17,-3,O.co Coliseum,Home,outdoors,grass,2012120211
191
+ 189,2012_13_CIN_SD,2012,REG,13,2012-12-02,Sunday,16:25,CIN,SD,20,13,-7,Qualcomm Stadium,Home,outdoors,grass,2012120212
192
+ 190,2012_13_PHI_DAL,2012,REG,13,2012-12-02,Sunday,20:20,PHI,DAL,33,38,5,Cowboys Stadium,Home,closed,matrixturf,2012120213
193
+ 191,2012_13_NYG_WAS,2012,REG,13,2012-12-03,Monday,20:30,NYG,WAS,16,17,1,FedExField,Home,outdoors,grass,2012120300
194
+ 192,2012_14_DEN_OAK,2012,REG,14,2012-12-06,Thursday,20:20,DEN,OAK,26,13,-13,O.co Coliseum,Home,outdoors,grass,2012120600
195
+ 193,2012_14_STL_BUF,2012,REG,14,2012-12-09,Sunday,13:00,STL,BUF,15,12,-3,Ralph Wilson Stadium,Home,outdoors,a_turf,2012120908
196
+ 194,2012_14_ATL_CAR,2012,REG,14,2012-12-09,Sunday,13:00,ATL,CAR,20,30,10,Bank of America Stadium,Home,outdoors,grass,2012120906
197
+ 195,2012_14_DAL_CIN,2012,REG,14,2012-12-09,Sunday,13:00,DAL,CIN,20,19,-1,Paul Brown Stadium,Home,outdoors,fieldturf,2012120909
198
+ 196,2012_14_KC_CLE,2012,REG,14,2012-12-09,Sunday,13:00,KC,CLE,7,30,23,Cleveland Browns Stadium,Home,outdoors,grass,2012120901
199
+ 197,2012_14_TEN_IND,2012,REG,14,2012-12-09,Sunday,13:00,TEN,IND,23,27,4,Lucas Oil Stadium,Home,closed,fieldturf,2012120903
200
+ 198,2012_14_NYJ_JAX,2012,REG,14,2012-12-09,Sunday,13:00,NYJ,JAX,17,10,-7,EverBank Field,Home,outdoors,grass,2012120904
201
+ 199,2012_14_CHI_MIN,2012,REG,14,2012-12-09,Sunday,13:00,CHI,MIN,14,21,7,Mall of America Field,Home,dome,sportturf,2012120905
202
+ 200,2012_14_SD_PIT,2012,REG,14,2012-12-09,Sunday,13:00,SD,PIT,34,24,-10,Heinz Field,Home,outdoors,grass,2012120902
203
+ 201,2012_14_PHI_TB,2012,REG,14,2012-12-09,Sunday,13:00,PHI,TB,23,21,-2,Raymond James Stadium,Home,outdoors,grass,2012120907
204
+ 202,2012_14_BAL_WAS,2012,REG,14,2012-12-09,Sunday,13:00,BAL,WAS,28,31,3,FedExField,Home,outdoors,grass,2012120900
205
+ 203,2012_14_MIA_SF,2012,REG,14,2012-12-09,Sunday,16:05,MIA,SF,13,27,14,Candlestick Park,Home,outdoors,grass,2012120910
206
+ 204,2012_14_NO_NYG,2012,REG,14,2012-12-09,Sunday,16:25,NO,NYG,27,52,25,MetLife Stadium,Home,outdoors,fieldturf,2012120911
207
+ 205,2012_14_ARI_SEA,2012,REG,14,2012-12-09,Sunday,16:25,ARI,SEA,0,58,58,CenturyLink Field,Home,outdoors,fieldturf,2012120912
208
+ 206,2012_14_DET_GB,2012,REG,14,2012-12-09,Sunday,20:20,DET,GB,20,27,7,Lambeau Field,Home,outdoors,grass,2012120913
209
+ 207,2012_14_HOU_NE,2012,REG,14,2012-12-10,Monday,20:30,HOU,NE,14,42,28,Gillette Stadium,Home,outdoors,fieldturf,2012121000
210
+ 208,2012_15_CIN_PHI,2012,REG,15,2012-12-13,Thursday,20:20,CIN,PHI,34,13,-21,Lincoln Financial Field,Home,outdoors,grass,2012121300
211
+ 209,2012_15_NYG_ATL,2012,REG,15,2012-12-16,Sunday,13:00,NYG,ATL,0,34,34,Georgia Dome,Home,dome,fieldturf,2012121601
212
+ 210,2012_15_DEN_BAL,2012,REG,15,2012-12-16,Sunday,13:00,DEN,BAL,34,17,-17,M&T Bank Stadium,Home,outdoors,sportturf,2012121606
213
+ 211,2012_15_GB_CHI,2012,REG,15,2012-12-16,Sunday,13:00,GB,CHI,21,13,-8,Soldier Field,Home,outdoors,grass,2012121600
214
+ 212,2012_15_WAS_CLE,2012,REG,15,2012-12-16,Sunday,13:00,WAS,CLE,38,21,-17,Cleveland Browns Stadium,Home,outdoors,grass,2012121604
215
+ 213,2012_15_IND_HOU,2012,REG,15,2012-12-16,Sunday,13:00,IND,HOU,17,29,12,Reliant Stadium,Home,closed,grass,2012121607
216
+ 214,2012_15_JAX_MIA,2012,REG,15,2012-12-16,Sunday,13:00,JAX,MIA,3,24,21,Sun Life Stadium,Home,outdoors,grass,2012121605
217
+ 215,2012_15_TB_NO,2012,REG,15,2012-12-16,Sunday,13:00,TB,NO,0,41,41,Mercedes-Benz Superdome,Home,dome,sportturf,2012121602
218
+ 216,2012_15_MIN_STL,2012,REG,15,2012-12-16,Sunday,13:00,MIN,STL,36,22,-14,Edward Jones Dome,Home,dome,astroplay,2012121603
219
+ 217,2012_15_DET_ARI,2012,REG,15,2012-12-16,Sunday,16:05,DET,ARI,10,38,28,University of Phoenix Stadium,Home,closed,grass,2012121608
220
+ 218,2012_15_SEA_BUF,2012,REG,15,2012-12-16,Sunday,16:05,SEA,BUF,50,17,-33,Rogers Centre,Home,dome,a_turf,2012121610
221
+ 219,2012_15_CAR_SD,2012,REG,15,2012-12-16,Sunday,16:05,CAR,SD,31,7,-24,Qualcomm Stadium,Home,outdoors,grass,2012121609
222
+ 220,2012_15_PIT_DAL,2012,REG,15,2012-12-16,Sunday,16:25,PIT,DAL,24,27,3,Cowboys Stadium,Home,closed,matrixturf,2012121611
223
+ 221,2012_15_KC_OAK,2012,REG,15,2012-12-16,Sunday,16:25,KC,OAK,0,15,15,O.co Coliseum,Home,outdoors,grass,2012121612
224
+ 222,2012_15_SF_NE,2012,REG,15,2012-12-16,Sunday,20:20,SF,NE,41,34,-7,Gillette Stadium,Home,outdoors,fieldturf,2012121613
225
+ 223,2012_15_NYJ_TEN,2012,REG,15,2012-12-17,Monday,20:30,NYJ,TEN,10,14,4,LP Field,Home,outdoors,grass,2012121700
226
+ 224,2012_16_ATL_DET,2012,REG,16,2012-12-22,Saturday,20:30,ATL,DET,31,18,-13,Ford Field,Home,dome,fieldturf,2012122200
227
+ 225,2012_16_OAK_CAR,2012,REG,16,2012-12-23,Sunday,13:00,OAK,CAR,6,17,11,Bank of America Stadium,Home,outdoors,grass,2012122301
228
+ 226,2012_16_NO_DAL,2012,REG,16,2012-12-23,Sunday,13:00,NO,DAL,34,31,-3,Cowboys Stadium,Home,closed,matrixturf,2012122306
229
+ 227,2012_16_TEN_GB,2012,REG,16,2012-12-23,Sunday,13:00,TEN,GB,7,55,48,Lambeau Field,Home,outdoors,grass,2012122300
230
+ 228,2012_16_MIN_HOU,2012,REG,16,2012-12-23,Sunday,13:00,MIN,HOU,23,6,-17,Reliant Stadium,Home,closed,grass,2012122310
231
+ 229,2012_16_NE_JAX,2012,REG,16,2012-12-23,Sunday,13:00,NE,JAX,23,16,-7,EverBank Field,Home,outdoors,grass,2012122304
232
+ 230,2012_16_IND_KC,2012,REG,16,2012-12-23,Sunday,13:00,IND,KC,20,13,-7,Arrowhead Stadium,Home,outdoors,grass,2012122305
233
+ 231,2012_16_BUF_MIA,2012,REG,16,2012-12-23,Sunday,13:00,BUF,MIA,10,24,14,Sun Life Stadium,Home,outdoors,grass,2012122302
234
+ 232,2012_16_SD_NYJ,2012,REG,16,2012-12-23,Sunday,13:00,SD,NYJ,27,17,-10,MetLife Stadium,Home,outdoors,fieldturf,2012122314
235
+ 233,2012_16_WAS_PHI,2012,REG,16,2012-12-23,Sunday,13:00,WAS,PHI,27,20,-7,Lincoln Financial Field,Home,outdoors,grass,2012122307
236
+ 234,2012_16_CIN_PIT,2012,REG,16,2012-12-23,Sunday,13:00,CIN,PIT,13,10,-3,Heinz Field,Home,outdoors,grass,2012122303
237
+ 235,2012_16_STL_TB,2012,REG,16,2012-12-23,Sunday,13:00,STL,TB,28,13,-15,Raymond James Stadium,Home,outdoors,grass,2012122308
238
+ 236,2012_16_CLE_DEN,2012,REG,16,2012-12-23,Sunday,16:05,CLE,DEN,12,34,22,Sports Authority Field at Mile High,Home,outdoors,grass,2012122311
239
+ 237,2012_16_CHI_ARI,2012,REG,16,2012-12-23,Sunday,16:25,CHI,ARI,28,13,-15,University of Phoenix Stadium,Home,closed,grass,2012122312
240
+ 238,2012_16_NYG_BAL,2012,REG,16,2012-12-23,Sunday,16:25,NYG,BAL,14,33,19,M&T Bank Stadium,Home,outdoors,sportturf,2012122309
241
+ 239,2012_16_SF_SEA,2012,REG,16,2012-12-23,Sunday,20:20,SF,SEA,13,42,29,CenturyLink Field,Home,outdoors,fieldturf,2012122313
242
+ 240,2012_17_TB_ATL,2012,REG,17,2012-12-30,Sunday,13:00,TB,ATL,22,17,-5,Georgia Dome,Home,dome,fieldturf,2012123010
243
+ 241,2012_17_NYJ_BUF,2012,REG,17,2012-12-30,Sunday,13:00,NYJ,BUF,9,28,19,Ralph Wilson Stadium,Home,outdoors,a_turf,2012123000
244
+ 242,2012_17_BAL_CIN,2012,REG,17,2012-12-30,Sunday,13:00,BAL,CIN,17,23,6,Paul Brown Stadium,Home,outdoors,fieldturf,2012123002
245
+ 243,2012_17_CHI_DET,2012,REG,17,2012-12-30,Sunday,13:00,CHI,DET,26,24,-2,Ford Field,Home,dome,fieldturf,2012123008
246
+ 244,2012_17_HOU_IND,2012,REG,17,2012-12-30,Sunday,13:00,HOU,IND,16,28,12,Lucas Oil Stadium,Home,closed,fieldturf,2012123004
247
+ 245,2012_17_CAR_NO,2012,REG,17,2012-12-30,Sunday,13:00,CAR,NO,44,38,-6,Mercedes-Benz Superdome,Home,dome,sportturf,2012123011
248
+ 246,2012_17_PHI_NYG,2012,REG,17,2012-12-30,Sunday,13:00,PHI,NYG,7,42,35,MetLife Stadium,Home,outdoors,fieldturf,2012123006
249
+ 247,2012_17_CLE_PIT,2012,REG,17,2012-12-30,Sunday,13:00,CLE,PIT,10,24,14,Heinz Field,Home,outdoors,grass,2012123003
250
+ 248,2012_17_JAX_TEN,2012,REG,17,2012-12-30,Sunday,13:00,JAX,TEN,20,38,18,LP Field,Home,outdoors,grass,2012123005
251
+ 249,2012_17_KC_DEN,2012,REG,17,2012-12-30,Sunday,16:25,KC,DEN,3,38,35,Sports Authority Field at Mile High,Home,outdoors,grass,2012123012
252
+ 250,2012_17_GB_MIN,2012,REG,17,2012-12-30,Sunday,16:25,GB,MIN,34,37,3,Mall of America Field,Home,dome,sportturf,2012123009
253
+ 251,2012_17_MIA_NE,2012,REG,17,2012-12-30,Sunday,16:25,MIA,NE,0,28,28,Gillette Stadium,Home,outdoors,fieldturf,2012123001
254
+ 252,2012_17_OAK_SD,2012,REG,17,2012-12-30,Sunday,16:25,OAK,SD,21,24,3,Qualcomm Stadium,Home,outdoors,grass,2012123013
255
+ 253,2012_17_STL_SEA,2012,REG,17,2012-12-30,Sunday,16:25,STL,SEA,13,20,7,CenturyLink Field,Home,outdoors,fieldturf,2012123015
256
+ 254,2012_17_ARI_SF,2012,REG,17,2012-12-30,Sunday,16:25,ARI,SF,13,27,14,Candlestick Park,Home,outdoors,grass,2012123014
257
+ 255,2012_17_DAL_WAS,2012,REG,17,2012-12-30,Sunday,20:20,DAL,WAS,18,28,10,FedExField,Home,outdoors,grass,2012123007
258
+ 256,2012_18_CIN_HOU,2012,WC,18,2013-01-05,Saturday,16:30,CIN,HOU,13,19,6,Reliant Stadium,Home,closed,grass,2013010500
259
+ 257,2012_18_MIN_GB,2012,WC,18,2013-01-05,Saturday,20:00,MIN,GB,10,24,14,Lambeau Field,Home,outdoors,grass,2013010501
260
+ 258,2012_18_IND_BAL,2012,WC,18,2013-01-06,Sunday,13:00,IND,BAL,9,24,15,M&T Bank Stadium,Home,outdoors,sportturf,2013010600
261
+ 259,2012_18_SEA_WAS,2012,WC,18,2013-01-06,Sunday,16:30,SEA,WAS,24,14,-10,FedExField,Home,outdoors,grass,2013010601
262
+ 260,2012_19_BAL_DEN,2012,DIV,19,2013-01-12,Saturday,16:30,BAL,DEN,38,35,-3,Sports Authority Field at Mile High,Home,outdoors,grass,2013011200
263
+ 261,2012_19_GB_SF,2012,DIV,19,2013-01-12,Saturday,20:00,GB,SF,31,45,14,Candlestick Park,Home,outdoors,grass,2013011201
264
+ 262,2012_19_SEA_ATL,2012,DIV,19,2013-01-13,Sunday,13:00,SEA,ATL,28,30,2,Georgia Dome,Home,dome,fieldturf,2013011301
265
+ 263,2012_19_HOU_NE,2012,DIV,19,2013-01-13,Sunday,16:30,HOU,NE,28,41,13,Gillette Stadium,Home,outdoors,fieldturf,2013011300
266
+ 264,2012_20_SF_ATL,2012,CON,20,2013-01-20,Sunday,15:00,SF,ATL,28,24,-4,Georgia Dome,Home,dome,fieldturf,2013012001
267
+ 265,2012_20_BAL_NE,2012,CON,20,2013-01-20,Sunday,18:30,BAL,NE,28,13,-15,Gillette Stadium,Home,outdoors,fieldturf,2013012000
268
+ 266,2012_21_BAL_SF,2012,SB,21,2013-02-03,Sunday,18:30,BAL,SF,34,31,-3,Mercedes-Benz Superdome,Neutral,dome,astroturf,2013020300
Source/Build/nfl_data_py/data/schedules/2013.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2013_01_BAL_DEN,2013,REG,1,2013-09-05,Thursday,20:30,BAL,DEN,27,49,22,Sports Authority Field at Mile High,Home,outdoors,grass,2013090500
3
+ 1,2013_01_NE_BUF,2013,REG,1,2013-09-08,Sunday,13:00,NE,BUF,23,21,-2,Ralph Wilson Stadium,Home,outdoors,a_turf,2013090800
4
+ 2,2013_01_SEA_CAR,2013,REG,1,2013-09-08,Sunday,13:00,SEA,CAR,12,7,-5,Bank of America Stadium,Home,outdoors,grass,2013090801
5
+ 3,2013_01_CIN_CHI,2013,REG,1,2013-09-08,Sunday,13:00,CIN,CHI,21,24,3,Soldier Field,Home,outdoors,grass,2013090802
6
+ 4,2013_01_MIA_CLE,2013,REG,1,2013-09-08,Sunday,13:00,MIA,CLE,23,10,-13,FirstEnergy Stadium,Home,outdoors,grass,2013090803
7
+ 5,2013_01_MIN_DET,2013,REG,1,2013-09-08,Sunday,13:00,MIN,DET,24,34,10,Ford Field,Home,dome,fieldturf,2013090804
8
+ 6,2013_01_OAK_IND,2013,REG,1,2013-09-08,Sunday,13:00,OAK,IND,17,21,4,Lucas Oil Stadium,Home,closed,fieldturf,2013090805
9
+ 7,2013_01_KC_JAX,2013,REG,1,2013-09-08,Sunday,13:00,KC,JAX,28,2,-26,EverBank Field,Home,outdoors,grass,2013090806
10
+ 8,2013_01_ATL_NO,2013,REG,1,2013-09-08,Sunday,13:00,ATL,NO,17,23,6,Mercedes-Benz Superdome,Home,dome,sportturf,2013090808
11
+ 9,2013_01_TB_NYJ,2013,REG,1,2013-09-08,Sunday,13:00,TB,NYJ,17,18,1,MetLife Stadium,Home,outdoors,fieldturf,2013090807
12
+ 10,2013_01_TEN_PIT,2013,REG,1,2013-09-08,Sunday,13:00,TEN,PIT,16,9,-7,Heinz Field,Home,outdoors,grass,2013090809
13
+ 11,2013_01_GB_SF,2013,REG,1,2013-09-08,Sunday,16:25,GB,SF,28,34,6,Candlestick Park,Home,outdoors,grass,2013090811
14
+ 12,2013_01_ARI_STL,2013,REG,1,2013-09-08,Sunday,16:25,ARI,STL,24,27,3,Edward Jones Dome,Home,dome,astroplay,2013090810
15
+ 13,2013_01_NYG_DAL,2013,REG,1,2013-09-08,Sunday,20:30,NYG,DAL,31,36,5,AT&T Stadium,Home,closed,matrixturf,2013090812
16
+ 14,2013_01_PHI_WAS,2013,REG,1,2013-09-09,Monday,19:00,PHI,WAS,33,27,-6,FedExField,Home,outdoors,grass,2013090900
17
+ 15,2013_01_HOU_SD,2013,REG,1,2013-09-09,Monday,22:15,HOU,SD,31,28,-3,Qualcomm Stadium,Home,outdoors,grass,2013090901
18
+ 16,2013_02_NYJ_NE,2013,REG,2,2013-09-12,Thursday,20:25,NYJ,NE,10,13,3,Gillette Stadium,Home,outdoors,fieldturf,2013091200
19
+ 17,2013_02_STL_ATL,2013,REG,2,2013-09-15,Sunday,13:00,STL,ATL,24,31,7,Georgia Dome,Home,dome,fieldturf,2013091500
20
+ 18,2013_02_CLE_BAL,2013,REG,2,2013-09-15,Sunday,13:00,CLE,BAL,6,14,8,M&T Bank Stadium,Home,outdoors,sportturf,2013091501
21
+ 19,2013_02_CAR_BUF,2013,REG,2,2013-09-15,Sunday,13:00,CAR,BUF,23,24,1,Ralph Wilson Stadium,Home,outdoors,a_turf,2013091502
22
+ 20,2013_02_MIN_CHI,2013,REG,2,2013-09-15,Sunday,13:00,MIN,CHI,30,31,1,Soldier Field,Home,outdoors,grass,2013091503
23
+ 21,2013_02_WAS_GB,2013,REG,2,2013-09-15,Sunday,13:00,WAS,GB,20,38,18,Lambeau Field,Home,outdoors,grass,2013091504
24
+ 22,2013_02_TEN_HOU,2013,REG,2,2013-09-15,Sunday,13:00,TEN,HOU,24,30,6,Reliant Stadium,Home,closed,grass,2013091505
25
+ 23,2013_02_MIA_IND,2013,REG,2,2013-09-15,Sunday,13:00,MIA,IND,24,20,-4,Lucas Oil Stadium,Home,open,fieldturf,2013091506
26
+ 24,2013_02_DAL_KC,2013,REG,2,2013-09-15,Sunday,13:00,DAL,KC,16,17,1,Arrowhead Stadium,Home,outdoors,grass,2013091507
27
+ 25,2013_02_SD_PHI,2013,REG,2,2013-09-15,Sunday,13:00,SD,PHI,33,30,-3,Lincoln Financial Field,Home,outdoors,grass,2013091508
28
+ 26,2013_02_DET_ARI,2013,REG,2,2013-09-15,Sunday,16:05,DET,ARI,21,25,4,University of Phoenix Stadium,Home,closed,grass,2013091509
29
+ 27,2013_02_NO_TB,2013,REG,2,2013-09-15,Sunday,16:05,NO,TB,16,14,-2,Raymond James Stadium,Home,outdoors,grass,2013091510
30
+ 28,2013_02_DEN_NYG,2013,REG,2,2013-09-15,Sunday,16:25,DEN,NYG,41,23,-18,MetLife Stadium,Home,outdoors,fieldturf,2013091511
31
+ 29,2013_02_JAX_OAK,2013,REG,2,2013-09-15,Sunday,16:25,JAX,OAK,9,19,10,O.co Coliseum,Home,outdoors,grass,2013091512
32
+ 30,2013_02_SF_SEA,2013,REG,2,2013-09-15,Sunday,20:30,SF,SEA,3,29,26,CenturyLink Field,Home,outdoors,fieldturf,2013091513
33
+ 31,2013_02_PIT_CIN,2013,REG,2,2013-09-16,Monday,20:30,PIT,CIN,10,20,10,Paul Brown Stadium,Home,outdoors,fieldturf,2013091600
34
+ 32,2013_03_KC_PHI,2013,REG,3,2013-09-19,Thursday,20:25,KC,PHI,26,16,-10,Lincoln Financial Field,Home,outdoors,grass,2013091900
35
+ 33,2013_03_HOU_BAL,2013,REG,3,2013-09-22,Sunday,13:00,HOU,BAL,9,30,21,M&T Bank Stadium,Home,outdoors,sportturf,2013092200
36
+ 34,2013_03_NYG_CAR,2013,REG,3,2013-09-22,Sunday,13:00,NYG,CAR,0,38,38,Bank of America Stadium,Home,outdoors,grass,2013092210
37
+ 35,2013_03_GB_CIN,2013,REG,3,2013-09-22,Sunday,13:00,GB,CIN,30,34,4,Paul Brown Stadium,Home,outdoors,fieldturf,2013092201
38
+ 36,2013_03_STL_DAL,2013,REG,3,2013-09-22,Sunday,13:00,STL,DAL,7,31,24,AT&T Stadium,Home,closed,matrixturf,2013092202
39
+ 37,2013_03_CLE_MIN,2013,REG,3,2013-09-22,Sunday,13:00,CLE,MIN,31,27,-4,Mall of America Field,Home,dome,sportturf,2013092204
40
+ 38,2013_03_TB_NE,2013,REG,3,2013-09-22,Sunday,13:00,TB,NE,3,23,20,Gillette Stadium,Home,outdoors,fieldturf,2013092206
41
+ 39,2013_03_ARI_NO,2013,REG,3,2013-09-22,Sunday,13:00,ARI,NO,7,31,24,Mercedes-Benz Superdome,Home,dome,sportturf,2013092207
42
+ 40,2013_03_SD_TEN,2013,REG,3,2013-09-22,Sunday,13:00,SD,TEN,17,20,3,LP Field,Home,outdoors,grass,2013092208
43
+ 41,2013_03_DET_WAS,2013,REG,3,2013-09-22,Sunday,13:00,DET,WAS,27,20,-7,FedExField,Home,outdoors,grass,2013092209
44
+ 42,2013_03_ATL_MIA,2013,REG,3,2013-09-22,Sunday,16:05,ATL,MIA,23,27,4,Sun Life Stadium,Home,outdoors,grass,2013092203
45
+ 43,2013_03_BUF_NYJ,2013,REG,3,2013-09-22,Sunday,16:25,BUF,NYJ,20,27,7,MetLife Stadium,Home,outdoors,fieldturf,2013092205
46
+ 44,2013_03_JAX_SEA,2013,REG,3,2013-09-22,Sunday,16:25,JAX,SEA,17,45,28,CenturyLink Field,Home,outdoors,fieldturf,2013092212
47
+ 45,2013_03_IND_SF,2013,REG,3,2013-09-22,Sunday,16:25,IND,SF,27,7,-20,Candlestick Park,Home,outdoors,grass,2013092211
48
+ 46,2013_03_CHI_PIT,2013,REG,3,2013-09-22,Sunday,20:30,CHI,PIT,40,23,-17,Heinz Field,Home,outdoors,grass,2013092213
49
+ 47,2013_03_OAK_DEN,2013,REG,3,2013-09-23,Monday,20:30,OAK,DEN,21,37,16,Sports Authority Field at Mile High,Home,outdoors,grass,2013092300
50
+ 48,2013_04_SF_STL,2013,REG,4,2013-09-26,Thursday,20:25,SF,STL,35,11,-24,Edward Jones Dome,Home,dome,astroplay,2013092600
51
+ 49,2013_04_BAL_BUF,2013,REG,4,2013-09-29,Sunday,13:00,BAL,BUF,20,23,3,Ralph Wilson Stadium,Home,outdoors,a_turf,2013092900
52
+ 50,2013_04_CIN_CLE,2013,REG,4,2013-09-29,Sunday,13:00,CIN,CLE,6,17,11,FirstEnergy Stadium,Home,outdoors,grass,2013092901
53
+ 51,2013_04_CHI_DET,2013,REG,4,2013-09-29,Sunday,13:00,CHI,DET,32,40,8,Ford Field,Home,dome,fieldturf,2013092902
54
+ 52,2013_04_SEA_HOU,2013,REG,4,2013-09-29,Sunday,13:00,SEA,HOU,23,20,-3,Reliant Stadium,Home,closed,grass,2013092903
55
+ 53,2013_04_IND_JAX,2013,REG,4,2013-09-29,Sunday,13:00,IND,JAX,37,3,-34,EverBank Field,Home,outdoors,grass,2013092904
56
+ 54,2013_04_NYG_KC,2013,REG,4,2013-09-29,Sunday,13:00,NYG,KC,7,31,24,Arrowhead Stadium,Home,outdoors,grass,2013092905
57
+ 55,2013_04_PIT_MIN,2013,REG,4,2013-09-29,Sunday,13:00,PIT,MIN,27,34,7,Wembley Stadium,Neutral,outdoors,grass,2013092906
58
+ 56,2013_04_ARI_TB,2013,REG,4,2013-09-29,Sunday,13:00,ARI,TB,13,10,-3,Raymond James Stadium,Home,outdoors,grass,2013092907
59
+ 57,2013_04_NYJ_TEN,2013,REG,4,2013-09-29,Sunday,16:05,NYJ,TEN,13,38,25,LP Field,Home,outdoors,grass,2013092908
60
+ 58,2013_04_PHI_DEN,2013,REG,4,2013-09-29,Sunday,16:25,PHI,DEN,20,52,32,Sports Authority Field at Mile High,Home,outdoors,grass,2013092909
61
+ 59,2013_04_WAS_OAK,2013,REG,4,2013-09-29,Sunday,16:25,WAS,OAK,24,14,-10,O.co Coliseum,Home,outdoors,grass,2013092910
62
+ 60,2013_04_DAL_SD,2013,REG,4,2013-09-29,Sunday,16:25,DAL,SD,21,30,9,Qualcomm Stadium,Home,outdoors,grass,2013092911
63
+ 61,2013_04_NE_ATL,2013,REG,4,2013-09-29,Sunday,20:30,NE,ATL,30,23,-7,Georgia Dome,Home,dome,fieldturf,2013092912
64
+ 62,2013_04_MIA_NO,2013,REG,4,2013-09-30,Monday,20:30,MIA,NO,17,38,21,Mercedes-Benz Superdome,Home,dome,sportturf,2013093000
65
+ 63,2013_05_BUF_CLE,2013,REG,5,2013-10-03,Thursday,20:25,BUF,CLE,24,37,13,FirstEnergy Stadium,Home,outdoors,grass,2013100300
66
+ 64,2013_05_NO_CHI,2013,REG,5,2013-10-06,Sunday,13:00,NO,CHI,26,18,-8,Soldier Field,Home,outdoors,grass,2013100600
67
+ 65,2013_05_NE_CIN,2013,REG,5,2013-10-06,Sunday,13:00,NE,CIN,6,13,7,Paul Brown Stadium,Home,outdoors,fieldturf,2013100601
68
+ 66,2013_05_DET_GB,2013,REG,5,2013-10-06,Sunday,13:00,DET,GB,9,22,13,Lambeau Field,Home,outdoors,grass,2013100602
69
+ 67,2013_05_SEA_IND,2013,REG,5,2013-10-06,Sunday,13:00,SEA,IND,28,34,6,Lucas Oil Stadium,Home,closed,fieldturf,2013100603
70
+ 68,2013_05_BAL_MIA,2013,REG,5,2013-10-06,Sunday,13:00,BAL,MIA,26,23,-3,Sun Life Stadium,Home,outdoors,grass,2013100604
71
+ 69,2013_05_PHI_NYG,2013,REG,5,2013-10-06,Sunday,13:00,PHI,NYG,36,21,-15,MetLife Stadium,Home,outdoors,fieldturf,2013100605
72
+ 70,2013_05_JAX_STL,2013,REG,5,2013-10-06,Sunday,13:00,JAX,STL,20,34,14,Edward Jones Dome,Home,dome,astroplay,2013100606
73
+ 71,2013_05_KC_TEN,2013,REG,5,2013-10-06,Sunday,13:00,KC,TEN,26,17,-9,LP Field,Home,outdoors,grass,2013100607
74
+ 72,2013_05_CAR_ARI,2013,REG,5,2013-10-06,Sunday,16:05,CAR,ARI,6,22,16,University of Phoenix Stadium,Home,closed,grass,2013100608
75
+ 73,2013_05_DEN_DAL,2013,REG,5,2013-10-06,Sunday,16:25,DEN,DAL,51,48,-3,AT&T Stadium,Home,closed,matrixturf,2013100609
76
+ 74,2013_05_HOU_SF,2013,REG,5,2013-10-06,Sunday,20:30,HOU,SF,3,34,31,Candlestick Park,Home,outdoors,grass,2013100611
77
+ 75,2013_05_SD_OAK,2013,REG,5,2013-10-06,Sunday,23:30,SD,OAK,17,27,10,O.co Coliseum,Home,outdoors,grass,2013100610
78
+ 76,2013_05_NYJ_ATL,2013,REG,5,2013-10-07,Monday,20:30,NYJ,ATL,30,28,-2,Georgia Dome,Home,dome,fieldturf,2013100700
79
+ 77,2013_06_NYG_CHI,2013,REG,6,2013-10-10,Thursday,20:25,NYG,CHI,21,27,6,Soldier Field,Home,outdoors,grass,2013101000
80
+ 78,2013_06_GB_BAL,2013,REG,6,2013-10-13,Sunday,13:00,GB,BAL,19,17,-2,M&T Bank Stadium,Home,outdoors,sportturf,2013101300
81
+ 79,2013_06_CIN_BUF,2013,REG,6,2013-10-13,Sunday,13:00,CIN,BUF,27,24,-3,Ralph Wilson Stadium,Home,outdoors,a_turf,2013101301
82
+ 80,2013_06_DET_CLE,2013,REG,6,2013-10-13,Sunday,13:00,DET,CLE,31,17,-14,FirstEnergy Stadium,Home,outdoors,grass,2013101302
83
+ 81,2013_06_STL_HOU,2013,REG,6,2013-10-13,Sunday,13:00,STL,HOU,38,13,-25,Reliant Stadium,Home,closed,grass,2013101303
84
+ 82,2013_06_OAK_KC,2013,REG,6,2013-10-13,Sunday,13:00,OAK,KC,7,24,17,Arrowhead Stadium,Home,outdoors,grass,2013101304
85
+ 83,2013_06_CAR_MIN,2013,REG,6,2013-10-13,Sunday,13:00,CAR,MIN,35,10,-25,Mall of America Field,Home,dome,sportturf,2013101305
86
+ 84,2013_06_PIT_NYJ,2013,REG,6,2013-10-13,Sunday,13:00,PIT,NYJ,19,6,-13,MetLife Stadium,Home,outdoors,fieldturf,2013101306
87
+ 85,2013_06_PHI_TB,2013,REG,6,2013-10-13,Sunday,13:00,PHI,TB,31,20,-11,Raymond James Stadium,Home,outdoors,grass,2013101307
88
+ 86,2013_06_JAX_DEN,2013,REG,6,2013-10-13,Sunday,16:05,JAX,DEN,19,35,16,Sports Authority Field at Mile High,Home,outdoors,grass,2013101308
89
+ 87,2013_06_TEN_SEA,2013,REG,6,2013-10-13,Sunday,16:05,TEN,SEA,13,20,7,CenturyLink Field,Home,outdoors,fieldturf,2013101309
90
+ 88,2013_06_NO_NE,2013,REG,6,2013-10-13,Sunday,16:25,NO,NE,27,30,3,Gillette Stadium,Home,outdoors,fieldturf,2013101310
91
+ 89,2013_06_ARI_SF,2013,REG,6,2013-10-13,Sunday,16:25,ARI,SF,20,32,12,Candlestick Park,Home,outdoors,grass,2013101311
92
+ 90,2013_06_WAS_DAL,2013,REG,6,2013-10-13,Sunday,20:30,WAS,DAL,16,31,15,AT&T Stadium,Home,closed,matrixturf,2013101312
93
+ 91,2013_06_IND_SD,2013,REG,6,2013-10-14,Monday,20:30,IND,SD,9,19,10,Qualcomm Stadium,Home,outdoors,grass,2013101400
94
+ 92,2013_07_SEA_ARI,2013,REG,7,2013-10-17,Thursday,20:25,SEA,ARI,34,22,-12,University of Phoenix Stadium,Home,closed,grass,2013101700
95
+ 93,2013_07_TB_ATL,2013,REG,7,2013-10-20,Sunday,13:00,TB,ATL,23,31,8,Georgia Dome,Home,dome,fieldturf,2013102000
96
+ 94,2013_07_STL_CAR,2013,REG,7,2013-10-20,Sunday,13:00,STL,CAR,15,30,15,Bank of America Stadium,Home,outdoors,grass,2013102001
97
+ 95,2013_07_CIN_DET,2013,REG,7,2013-10-20,Sunday,13:00,CIN,DET,27,24,-3,Ford Field,Home,dome,fieldturf,2013102002
98
+ 96,2013_07_SD_JAX,2013,REG,7,2013-10-20,Sunday,13:00,SD,JAX,24,6,-18,EverBank Field,Home,outdoors,grass,2013102004
99
+ 97,2013_07_BUF_MIA,2013,REG,7,2013-10-20,Sunday,13:00,BUF,MIA,23,21,-2,Sun Life Stadium,Home,outdoors,grass,2013102006
100
+ 98,2013_07_NE_NYJ,2013,REG,7,2013-10-20,Sunday,13:00,NE,NYJ,27,30,3,MetLife Stadium,Home,outdoors,fieldturf,2013102007
101
+ 99,2013_07_DAL_PHI,2013,REG,7,2013-10-20,Sunday,13:00,DAL,PHI,17,3,-14,Lincoln Financial Field,Home,outdoors,grass,2013102008
102
+ 100,2013_07_CHI_WAS,2013,REG,7,2013-10-20,Sunday,13:00,CHI,WAS,41,45,4,FedExField,Home,outdoors,grass,2013102009
103
+ 101,2013_07_SF_TEN,2013,REG,7,2013-10-20,Sunday,16:05,SF,TEN,31,17,-14,LP Field,Home,outdoors,grass,2013102010
104
+ 102,2013_07_CLE_GB,2013,REG,7,2013-10-20,Sunday,16:25,CLE,GB,13,31,18,Lambeau Field,Home,outdoors,grass,2013102003
105
+ 103,2013_07_HOU_KC,2013,REG,7,2013-10-20,Sunday,16:25,HOU,KC,16,17,1,Arrowhead Stadium,Home,outdoors,grass,2013102005
106
+ 104,2013_07_BAL_PIT,2013,REG,7,2013-10-20,Sunday,16:25,BAL,PIT,16,19,3,Heinz Field,Home,outdoors,grass,2013102011
107
+ 105,2013_07_DEN_IND,2013,REG,7,2013-10-20,Sunday,20:30,DEN,IND,33,39,6,Lucas Oil Stadium,Home,open,fieldturf,2013102012
108
+ 106,2013_07_MIN_NYG,2013,REG,7,2013-10-21,Monday,20:30,MIN,NYG,7,23,16,MetLife Stadium,Home,outdoors,fieldturf,2013102100
109
+ 107,2013_08_CAR_TB,2013,REG,8,2013-10-24,Thursday,20:25,CAR,TB,31,13,-18,Raymond James Stadium,Home,outdoors,grass,2013102400
110
+ 108,2013_08_DAL_DET,2013,REG,8,2013-10-27,Sunday,13:00,DAL,DET,30,31,1,Ford Field,Home,dome,fieldturf,2013102700
111
+ 109,2013_08_SF_JAX,2013,REG,8,2013-10-27,Sunday,13:00,SF,JAX,42,10,-32,Wembley Stadium,Neutral,outdoors,grass,2013102701
112
+ 110,2013_08_CLE_KC,2013,REG,8,2013-10-27,Sunday,13:00,CLE,KC,17,23,6,Arrowhead Stadium,Home,outdoors,grass,2013102702
113
+ 111,2013_08_MIA_NE,2013,REG,8,2013-10-27,Sunday,13:00,MIA,NE,17,27,10,Gillette Stadium,Home,outdoors,fieldturf,2013102703
114
+ 112,2013_08_BUF_NO,2013,REG,8,2013-10-27,Sunday,13:00,BUF,NO,17,35,18,Mercedes-Benz Superdome,Home,dome,sportturf,2013102704
115
+ 113,2013_08_NYG_PHI,2013,REG,8,2013-10-27,Sunday,13:00,NYG,PHI,15,7,-8,Lincoln Financial Field,Home,outdoors,grass,2013102705
116
+ 114,2013_08_NYJ_CIN,2013,REG,8,2013-10-27,Sunday,16:05,NYJ,CIN,9,49,40,Paul Brown Stadium,Home,outdoors,fieldturf,2013102707
117
+ 115,2013_08_PIT_OAK,2013,REG,8,2013-10-27,Sunday,16:05,PIT,OAK,18,21,3,O.co Coliseum,Home,outdoors,grass,2013102706
118
+ 116,2013_08_ATL_ARI,2013,REG,8,2013-10-27,Sunday,16:25,ATL,ARI,13,27,14,University of Phoenix Stadium,Home,closed,grass,2013102708
119
+ 117,2013_08_WAS_DEN,2013,REG,8,2013-10-27,Sunday,16:25,WAS,DEN,21,45,24,Sports Authority Field at Mile High,Home,outdoors,grass,2013102709
120
+ 118,2013_08_GB_MIN,2013,REG,8,2013-10-27,Sunday,20:30,GB,MIN,44,31,-13,Mall of America Field,Home,dome,sportturf,2013102710
121
+ 119,2013_08_SEA_STL,2013,REG,8,2013-10-28,Monday,20:30,SEA,STL,14,9,-5,Edward Jones Dome,Home,dome,astroplay,2013102800
122
+ 120,2013_09_CIN_MIA,2013,REG,9,2013-10-31,Thursday,20:25,CIN,MIA,20,22,2,Sun Life Stadium,Home,outdoors,grass,2013103100
123
+ 121,2013_09_KC_BUF,2013,REG,9,2013-11-03,Sunday,13:00,KC,BUF,23,13,-10,Ralph Wilson Stadium,Home,outdoors,a_turf,2013110300
124
+ 122,2013_09_ATL_CAR,2013,REG,9,2013-11-03,Sunday,13:00,ATL,CAR,10,34,24,Bank of America Stadium,Home,outdoors,grass,2013110301
125
+ 123,2013_09_MIN_DAL,2013,REG,9,2013-11-03,Sunday,13:00,MIN,DAL,23,27,4,AT&T Stadium,Home,closed,matrixturf,2013110302
126
+ 124,2013_09_NO_NYJ,2013,REG,9,2013-11-03,Sunday,13:00,NO,NYJ,20,26,6,MetLife Stadium,Home,outdoors,fieldturf,2013110303
127
+ 125,2013_09_TEN_STL,2013,REG,9,2013-11-03,Sunday,13:00,TEN,STL,28,21,-7,Edward Jones Dome,Home,dome,astroplay,2013110304
128
+ 126,2013_09_SD_WAS,2013,REG,9,2013-11-03,Sunday,13:00,SD,WAS,24,30,6,FedExField,Home,outdoors,grass,2013110305
129
+ 127,2013_09_PHI_OAK,2013,REG,9,2013-11-03,Sunday,16:05,PHI,OAK,49,20,-29,O.co Coliseum,Home,outdoors,grass,2013110306
130
+ 128,2013_09_TB_SEA,2013,REG,9,2013-11-03,Sunday,16:05,TB,SEA,24,27,3,CenturyLink Field,Home,outdoors,fieldturf,2013110307
131
+ 129,2013_09_BAL_CLE,2013,REG,9,2013-11-03,Sunday,16:25,BAL,CLE,18,24,6,FirstEnergy Stadium,Home,outdoors,grass,2013110308
132
+ 130,2013_09_PIT_NE,2013,REG,9,2013-11-03,Sunday,16:25,PIT,NE,31,55,24,Gillette Stadium,Home,outdoors,fieldturf,2013110309
133
+ 131,2013_09_IND_HOU,2013,REG,9,2013-11-03,Sunday,20:30,IND,HOU,27,24,-3,Reliant Stadium,Home,closed,grass,2013110310
134
+ 132,2013_09_CHI_GB,2013,REG,9,2013-11-04,Monday,20:30,CHI,GB,27,20,-7,Lambeau Field,Home,outdoors,grass,2013110400
135
+ 133,2013_10_WAS_MIN,2013,REG,10,2013-11-07,Thursday,20:25,WAS,MIN,27,34,7,Mall of America Field,Home,dome,sportturf,2013110700
136
+ 134,2013_10_SEA_ATL,2013,REG,10,2013-11-10,Sunday,13:00,SEA,ATL,33,10,-23,Georgia Dome,Home,dome,fieldturf,2013111000
137
+ 135,2013_10_CIN_BAL,2013,REG,10,2013-11-10,Sunday,13:00,CIN,BAL,17,20,3,M&T Bank Stadium,Home,outdoors,sportturf,2013111001
138
+ 136,2013_10_DET_CHI,2013,REG,10,2013-11-10,Sunday,13:00,DET,CHI,21,19,-2,Soldier Field,Home,outdoors,grass,2013111002
139
+ 137,2013_10_PHI_GB,2013,REG,10,2013-11-10,Sunday,13:00,PHI,GB,27,13,-14,Lambeau Field,Home,outdoors,grass,2013111003
140
+ 138,2013_10_STL_IND,2013,REG,10,2013-11-10,Sunday,13:00,STL,IND,38,8,-30,Lucas Oil Stadium,Home,closed,fieldturf,2013111004
141
+ 139,2013_10_OAK_NYG,2013,REG,10,2013-11-10,Sunday,13:00,OAK,NYG,20,24,4,MetLife Stadium,Home,outdoors,fieldturf,2013111005
142
+ 140,2013_10_BUF_PIT,2013,REG,10,2013-11-10,Sunday,13:00,BUF,PIT,10,23,13,Heinz Field,Home,outdoors,grass,2013111006
143
+ 141,2013_10_JAX_TEN,2013,REG,10,2013-11-10,Sunday,13:00,JAX,TEN,29,27,-2,LP Field,Home,outdoors,grass,2013111007
144
+ 142,2013_10_CAR_SF,2013,REG,10,2013-11-10,Sunday,16:05,CAR,SF,10,9,-1,Candlestick Park,Home,outdoors,grass,2013111008
145
+ 143,2013_10_HOU_ARI,2013,REG,10,2013-11-10,Sunday,16:25,HOU,ARI,24,27,3,University of Phoenix Stadium,Home,closed,grass,2013111009
146
+ 144,2013_10_DEN_SD,2013,REG,10,2013-11-10,Sunday,16:25,DEN,SD,28,20,-8,Qualcomm Stadium,Home,outdoors,grass,2013111010
147
+ 145,2013_10_DAL_NO,2013,REG,10,2013-11-10,Sunday,20:30,DAL,NO,17,49,32,Mercedes-Benz Superdome,Home,dome,sportturf,2013111011
148
+ 146,2013_10_MIA_TB,2013,REG,10,2013-11-11,Monday,20:30,MIA,TB,19,22,3,Raymond James Stadium,Home,outdoors,grass,2013111100
149
+ 147,2013_11_IND_TEN,2013,REG,11,2013-11-14,Thursday,20:25,IND,TEN,30,27,-3,LP Field,Home,outdoors,grass,2013111400
150
+ 148,2013_11_NYJ_BUF,2013,REG,11,2013-11-17,Sunday,13:00,NYJ,BUF,14,37,23,Ralph Wilson Stadium,Home,outdoors,a_turf,2013111700
151
+ 149,2013_11_BAL_CHI,2013,REG,11,2013-11-17,Sunday,13:00,BAL,CHI,20,23,3,Soldier Field,Home,outdoors,grass,2013111701
152
+ 150,2013_11_CLE_CIN,2013,REG,11,2013-11-17,Sunday,13:00,CLE,CIN,20,41,21,Paul Brown Stadium,Home,outdoors,fieldturf,2013111702
153
+ 151,2013_11_OAK_HOU,2013,REG,11,2013-11-17,Sunday,13:00,OAK,HOU,28,23,-5,Reliant Stadium,Home,closed,grass,2013111703
154
+ 152,2013_11_ARI_JAX,2013,REG,11,2013-11-17,Sunday,13:00,ARI,JAX,27,14,-13,EverBank Field,Home,outdoors,grass,2013111704
155
+ 153,2013_11_WAS_PHI,2013,REG,11,2013-11-17,Sunday,13:00,WAS,PHI,16,24,8,Lincoln Financial Field,Home,outdoors,grass,2013111706
156
+ 154,2013_11_DET_PIT,2013,REG,11,2013-11-17,Sunday,13:00,DET,PIT,27,37,10,Heinz Field,Home,outdoors,grass,2013111707
157
+ 155,2013_11_ATL_TB,2013,REG,11,2013-11-17,Sunday,13:00,ATL,TB,28,41,13,Raymond James Stadium,Home,outdoors,grass,2013111708
158
+ 156,2013_11_SD_MIA,2013,REG,11,2013-11-17,Sunday,16:05,SD,MIA,16,20,4,Sun Life Stadium,Home,outdoors,grass,2013111705
159
+ 157,2013_11_SF_NO,2013,REG,11,2013-11-17,Sunday,16:25,SF,NO,20,23,3,Mercedes-Benz Superdome,Home,dome,sportturf,2013111710
160
+ 158,2013_11_GB_NYG,2013,REG,11,2013-11-17,Sunday,16:25,GB,NYG,13,27,14,MetLife Stadium,Home,outdoors,fieldturf,2013111712
161
+ 159,2013_11_MIN_SEA,2013,REG,11,2013-11-17,Sunday,16:25,MIN,SEA,20,41,21,CenturyLink Field,Home,outdoors,fieldturf,2013111711
162
+ 160,2013_11_KC_DEN,2013,REG,11,2013-11-17,Sunday,20:30,KC,DEN,17,27,10,Sports Authority Field at Mile High,Home,outdoors,grass,2013111709
163
+ 161,2013_11_NE_CAR,2013,REG,11,2013-11-18,Monday,20:30,NE,CAR,20,24,4,Bank of America Stadium,Home,outdoors,grass,2013111800
164
+ 162,2013_12_NO_ATL,2013,REG,12,2013-11-21,Thursday,20:25,NO,ATL,17,13,-4,Georgia Dome,Home,dome,fieldturf,2013112100
165
+ 163,2013_12_NYJ_BAL,2013,REG,12,2013-11-24,Sunday,13:00,NYJ,BAL,3,19,16,M&T Bank Stadium,Home,outdoors,sportturf,2013112400
166
+ 164,2013_12_PIT_CLE,2013,REG,12,2013-11-24,Sunday,13:00,PIT,CLE,27,11,-16,FirstEnergy Stadium,Home,outdoors,grass,2013112401
167
+ 165,2013_12_TB_DET,2013,REG,12,2013-11-24,Sunday,13:00,TB,DET,24,21,-3,Ford Field,Home,dome,fieldturf,2013112402
168
+ 166,2013_12_MIN_GB,2013,REG,12,2013-11-24,Sunday,13:00,MIN,GB,26,26,0,Lambeau Field,Home,outdoors,grass,2013112403
169
+ 167,2013_12_JAX_HOU,2013,REG,12,2013-11-24,Sunday,13:00,JAX,HOU,13,6,-7,Reliant Stadium,Home,closed,grass,2013112404
170
+ 168,2013_12_SD_KC,2013,REG,12,2013-11-24,Sunday,13:00,SD,KC,41,38,-3,Arrowhead Stadium,Home,outdoors,grass,2013112405
171
+ 169,2013_12_CAR_MIA,2013,REG,12,2013-11-24,Sunday,13:00,CAR,MIA,20,16,-4,Sun Life Stadium,Home,outdoors,grass,2013112406
172
+ 170,2013_12_CHI_STL,2013,REG,12,2013-11-24,Sunday,13:00,CHI,STL,21,42,21,Edward Jones Dome,Home,dome,astroplay,2013112407
173
+ 171,2013_12_IND_ARI,2013,REG,12,2013-11-24,Sunday,16:05,IND,ARI,11,40,29,University of Phoenix Stadium,Home,closed,grass,2013112408
174
+ 172,2013_12_TEN_OAK,2013,REG,12,2013-11-24,Sunday,16:05,TEN,OAK,23,19,-4,O.co Coliseum,Home,outdoors,grass,2013112409
175
+ 173,2013_12_DAL_NYG,2013,REG,12,2013-11-24,Sunday,16:25,DAL,NYG,24,21,-3,MetLife Stadium,Home,outdoors,fieldturf,2013112410
176
+ 174,2013_12_DEN_NE,2013,REG,12,2013-11-24,Sunday,20:30,DEN,NE,31,34,3,Gillette Stadium,Home,outdoors,fieldturf,2013112411
177
+ 175,2013_12_SF_WAS,2013,REG,12,2013-11-25,Monday,20:30,SF,WAS,27,6,-21,FedExField,Home,outdoors,grass,2013112500
178
+ 176,2013_13_GB_DET,2013,REG,13,2013-11-28,Thursday,12:30,GB,DET,10,40,30,Ford Field,Home,dome,fieldturf,2013112800
179
+ 177,2013_13_OAK_DAL,2013,REG,13,2013-11-28,Thursday,16:30,OAK,DAL,24,31,7,AT&T Stadium,Home,closed,matrixturf,2013112801
180
+ 178,2013_13_PIT_BAL,2013,REG,13,2013-11-28,Thursday,20:30,PIT,BAL,20,22,2,M&T Bank Stadium,Home,outdoors,sportturf,2013112802
181
+ 179,2013_13_TB_CAR,2013,REG,13,2013-12-01,Sunday,13:00,TB,CAR,6,27,21,Bank of America Stadium,Home,outdoors,grass,2013120100
182
+ 180,2013_13_JAX_CLE,2013,REG,13,2013-12-01,Sunday,13:00,JAX,CLE,32,28,-4,FirstEnergy Stadium,Home,outdoors,grass,2013120101
183
+ 181,2013_13_NE_HOU,2013,REG,13,2013-12-01,Sunday,13:00,NE,HOU,34,31,-3,Reliant Stadium,Home,closed,grass,2013120109
184
+ 182,2013_13_TEN_IND,2013,REG,13,2013-12-01,Sunday,13:00,TEN,IND,14,22,8,Lucas Oil Stadium,Home,closed,fieldturf,2013120102
185
+ 183,2013_13_CHI_MIN,2013,REG,13,2013-12-01,Sunday,13:00,CHI,MIN,20,23,3,Mall of America Field,Home,dome,sportturf,2013120104
186
+ 184,2013_13_MIA_NYJ,2013,REG,13,2013-12-01,Sunday,13:00,MIA,NYJ,23,3,-20,MetLife Stadium,Home,outdoors,fieldturf,2013120105
187
+ 185,2013_13_ARI_PHI,2013,REG,13,2013-12-01,Sunday,13:00,ARI,PHI,21,24,3,Lincoln Financial Field,Home,outdoors,grass,2013120106
188
+ 186,2013_13_ATL_BUF,2013,REG,13,2013-12-01,Sunday,16:05,ATL,BUF,34,31,-3,Rogers Centre,Neutral,dome,a_turf,2013120107
189
+ 187,2013_13_STL_SF,2013,REG,13,2013-12-01,Sunday,16:05,STL,SF,13,23,10,Candlestick Park,Home,outdoors,grass,2013120108
190
+ 188,2013_13_DEN_KC,2013,REG,13,2013-12-01,Sunday,16:25,DEN,KC,35,28,-7,Arrowhead Stadium,Home,outdoors,grass,2013120103
191
+ 189,2013_13_CIN_SD,2013,REG,13,2013-12-01,Sunday,16:25,CIN,SD,17,10,-7,Qualcomm Stadium,Home,outdoors,grass,2013120110
192
+ 190,2013_13_NYG_WAS,2013,REG,13,2013-12-01,Sunday,20:30,NYG,WAS,24,17,-7,FedExField,Home,outdoors,grass,2013120111
193
+ 191,2013_13_NO_SEA,2013,REG,13,2013-12-02,Monday,20:30,NO,SEA,7,34,27,CenturyLink Field,Home,outdoors,fieldturf,2013120200
194
+ 192,2013_14_HOU_JAX,2013,REG,14,2013-12-05,Thursday,20:25,HOU,JAX,20,27,7,EverBank Field,Home,outdoors,grass,2013120500
195
+ 193,2013_14_MIN_BAL,2013,REG,14,2013-12-08,Sunday,13:00,MIN,BAL,26,29,3,M&T Bank Stadium,Home,outdoors,sportturf,2013120800
196
+ 194,2013_14_IND_CIN,2013,REG,14,2013-12-08,Sunday,13:00,IND,CIN,28,42,14,Paul Brown Stadium,Home,outdoors,fieldturf,2013120801
197
+ 195,2013_14_ATL_GB,2013,REG,14,2013-12-08,Sunday,13:00,ATL,GB,21,22,1,Lambeau Field,Home,outdoors,grass,2013120813
198
+ 196,2013_14_CLE_NE,2013,REG,14,2013-12-08,Sunday,13:00,CLE,NE,26,27,1,Gillette Stadium,Home,outdoors,fieldturf,2013120802
199
+ 197,2013_14_OAK_NYJ,2013,REG,14,2013-12-08,Sunday,13:00,OAK,NYJ,27,37,10,MetLife Stadium,Home,outdoors,fieldturf,2013120803
200
+ 198,2013_14_DET_PHI,2013,REG,14,2013-12-08,Sunday,13:00,DET,PHI,20,34,14,Lincoln Financial Field,Home,outdoors,grass,2013120805
201
+ 199,2013_14_MIA_PIT,2013,REG,14,2013-12-08,Sunday,13:00,MIA,PIT,34,28,-6,Heinz Field,Home,outdoors,grass,2013120806
202
+ 200,2013_14_BUF_TB,2013,REG,14,2013-12-08,Sunday,13:00,BUF,TB,6,27,21,Raymond James Stadium,Home,outdoors,grass,2013120807
203
+ 201,2013_14_KC_WAS,2013,REG,14,2013-12-08,Sunday,13:00,KC,WAS,45,10,-35,FedExField,Home,outdoors,grass,2013120808
204
+ 202,2013_14_TEN_DEN,2013,REG,14,2013-12-08,Sunday,16:05,TEN,DEN,28,51,23,Sports Authority Field at Mile High,Home,outdoors,grass,2013120809
205
+ 203,2013_14_STL_ARI,2013,REG,14,2013-12-08,Sunday,16:25,STL,ARI,10,30,20,University of Phoenix Stadium,Home,closed,grass,2013120810
206
+ 204,2013_14_NYG_SD,2013,REG,14,2013-12-08,Sunday,16:25,NYG,SD,14,37,23,Qualcomm Stadium,Home,outdoors,grass,2013120811
207
+ 205,2013_14_SEA_SF,2013,REG,14,2013-12-08,Sunday,16:25,SEA,SF,17,19,2,Candlestick Park,Home,outdoors,grass,2013120812
208
+ 206,2013_14_CAR_NO,2013,REG,14,2013-12-08,Sunday,20:30,CAR,NO,13,31,18,Mercedes-Benz Superdome,Home,dome,sportturf,2013120804
209
+ 207,2013_14_DAL_CHI,2013,REG,14,2013-12-09,Monday,20:30,DAL,CHI,28,45,17,Soldier Field,Home,outdoors,grass,2013120900
210
+ 208,2013_15_SD_DEN,2013,REG,15,2013-12-12,Thursday,20:25,SD,DEN,27,20,-7,Sports Authority Field at Mile High,Home,outdoors,grass,2013121200
211
+ 209,2013_15_WAS_ATL,2013,REG,15,2013-12-15,Sunday,13:00,WAS,ATL,26,27,1,Georgia Dome,Home,dome,fieldturf,2013121500
212
+ 210,2013_15_CHI_CLE,2013,REG,15,2013-12-15,Sunday,13:00,CHI,CLE,38,31,-7,FirstEnergy Stadium,Home,outdoors,grass,2013121501
213
+ 211,2013_15_HOU_IND,2013,REG,15,2013-12-15,Sunday,13:00,HOU,IND,3,25,22,Lucas Oil Stadium,Home,closed,fieldturf,2013121502
214
+ 212,2013_15_BUF_JAX,2013,REG,15,2013-12-15,Sunday,13:00,BUF,JAX,27,20,-7,EverBank Field,Home,outdoors,grass,2013121503
215
+ 213,2013_15_NE_MIA,2013,REG,15,2013-12-15,Sunday,13:00,NE,MIA,20,24,4,Sun Life Stadium,Home,outdoors,grass,2013121504
216
+ 214,2013_15_PHI_MIN,2013,REG,15,2013-12-15,Sunday,13:00,PHI,MIN,30,48,18,Mall of America Field,Home,dome,sportturf,2013121505
217
+ 215,2013_15_SEA_NYG,2013,REG,15,2013-12-15,Sunday,13:00,SEA,NYG,23,0,-23,MetLife Stadium,Home,outdoors,fieldturf,2013121506
218
+ 216,2013_15_SF_TB,2013,REG,15,2013-12-15,Sunday,13:00,SF,TB,33,14,-19,Raymond James Stadium,Home,outdoors,grass,2013121508
219
+ 217,2013_15_NYJ_CAR,2013,REG,15,2013-12-15,Sunday,16:05,NYJ,CAR,20,30,10,Bank of America Stadium,Home,outdoors,grass,2013121510
220
+ 218,2013_15_KC_OAK,2013,REG,15,2013-12-15,Sunday,16:05,KC,OAK,56,31,-25,O.co Coliseum,Home,outdoors,grass,2013121511
221
+ 219,2013_15_GB_DAL,2013,REG,15,2013-12-15,Sunday,16:25,GB,DAL,37,36,-1,AT&T Stadium,Home,closed,matrixturf,2013121512
222
+ 220,2013_15_NO_STL,2013,REG,15,2013-12-15,Sunday,16:25,NO,STL,16,27,11,Edward Jones Dome,Home,dome,astroplay,2013121507
223
+ 221,2013_15_ARI_TEN,2013,REG,15,2013-12-15,Sunday,16:25,ARI,TEN,37,34,-3,LP Field,Home,outdoors,grass,2013121509
224
+ 222,2013_15_CIN_PIT,2013,REG,15,2013-12-15,Sunday,20:30,CIN,PIT,20,30,10,Heinz Field,Home,outdoors,grass,2013121513
225
+ 223,2013_15_BAL_DET,2013,REG,15,2013-12-16,Monday,20:30,BAL,DET,18,16,-2,Ford Field,Home,dome,fieldturf,2013121600
226
+ 224,2013_16_MIA_BUF,2013,REG,16,2013-12-22,Sunday,13:00,MIA,BUF,0,19,19,Ralph Wilson Stadium,Home,outdoors,a_turf,2013122200
227
+ 225,2013_16_NO_CAR,2013,REG,16,2013-12-22,Sunday,13:00,NO,CAR,13,17,4,Bank of America Stadium,Home,outdoors,grass,2013122201
228
+ 226,2013_16_MIN_CIN,2013,REG,16,2013-12-22,Sunday,13:00,MIN,CIN,14,42,28,Paul Brown Stadium,Home,outdoors,fieldturf,2013122202
229
+ 227,2013_16_DEN_HOU,2013,REG,16,2013-12-22,Sunday,13:00,DEN,HOU,37,13,-24,Reliant Stadium,Home,closed,grass,2013122203
230
+ 228,2013_16_TEN_JAX,2013,REG,16,2013-12-22,Sunday,13:00,TEN,JAX,20,16,-4,EverBank Field,Home,outdoors,grass,2013122204
231
+ 229,2013_16_IND_KC,2013,REG,16,2013-12-22,Sunday,13:00,IND,KC,23,7,-16,Arrowhead Stadium,Home,outdoors,grass,2013122205
232
+ 230,2013_16_CLE_NYJ,2013,REG,16,2013-12-22,Sunday,13:00,CLE,NYJ,13,24,11,MetLife Stadium,Home,outdoors,fieldturf,2013122206
233
+ 231,2013_16_TB_STL,2013,REG,16,2013-12-22,Sunday,13:00,TB,STL,13,23,10,Edward Jones Dome,Home,dome,astroplay,2013122208
234
+ 232,2013_16_DAL_WAS,2013,REG,16,2013-12-22,Sunday,13:00,DAL,WAS,24,23,-1,FedExField,Home,outdoors,grass,2013122209
235
+ 233,2013_16_NYG_DET,2013,REG,16,2013-12-22,Sunday,16:05,NYG,DET,23,20,-3,Ford Field,Home,dome,fieldturf,2013122210
236
+ 234,2013_16_ARI_SEA,2013,REG,16,2013-12-22,Sunday,16:05,ARI,SEA,17,10,-7,CenturyLink Field,Home,outdoors,fieldturf,2013122211
237
+ 235,2013_16_NE_BAL,2013,REG,16,2013-12-22,Sunday,16:25,NE,BAL,41,7,-34,M&T Bank Stadium,Home,outdoors,sportturf,2013122214
238
+ 236,2013_16_PIT_GB,2013,REG,16,2013-12-22,Sunday,16:25,PIT,GB,38,31,-7,Lambeau Field,Home,outdoors,grass,2013122212
239
+ 237,2013_16_OAK_SD,2013,REG,16,2013-12-22,Sunday,16:25,OAK,SD,13,26,13,Qualcomm Stadium,Home,outdoors,grass,2013122213
240
+ 238,2013_16_CHI_PHI,2013,REG,16,2013-12-22,Sunday,20:30,CHI,PHI,11,54,43,Lincoln Financial Field,Home,outdoors,grass,2013122207
241
+ 239,2013_16_ATL_SF,2013,REG,16,2013-12-23,Monday,20:30,ATL,SF,24,34,10,Candlestick Park,Home,outdoors,grass,2013122300
242
+ 240,2013_17_CAR_ATL,2013,REG,17,2013-12-29,Sunday,13:00,CAR,ATL,21,20,-1,Georgia Dome,Home,dome,fieldturf,2013122900
243
+ 241,2013_17_BAL_CIN,2013,REG,17,2013-12-29,Sunday,13:00,BAL,CIN,17,34,17,Paul Brown Stadium,Home,outdoors,fieldturf,2013122902
244
+ 242,2013_17_JAX_IND,2013,REG,17,2013-12-29,Sunday,13:00,JAX,IND,10,30,20,Lucas Oil Stadium,Home,closed,fieldturf,2013122904
245
+ 243,2013_17_NYJ_MIA,2013,REG,17,2013-12-29,Sunday,13:00,NYJ,MIA,20,7,-13,Sun Life Stadium,Home,outdoors,grass,2013122905
246
+ 244,2013_17_DET_MIN,2013,REG,17,2013-12-29,Sunday,13:00,DET,MIN,13,14,1,Mall of America Field,Home,dome,sportturf,2013122906
247
+ 245,2013_17_WAS_NYG,2013,REG,17,2013-12-29,Sunday,13:00,WAS,NYG,6,20,14,MetLife Stadium,Home,outdoors,fieldturf,2013122909
248
+ 246,2013_17_CLE_PIT,2013,REG,17,2013-12-29,Sunday,13:00,CLE,PIT,7,20,13,Heinz Field,Home,outdoors,grass,2013122910
249
+ 247,2013_17_HOU_TEN,2013,REG,17,2013-12-29,Sunday,13:00,HOU,TEN,10,16,6,LP Field,Home,outdoors,grass,2013122911
250
+ 248,2013_17_SF_ARI,2013,REG,17,2013-12-29,Sunday,16:25,SF,ARI,23,20,-3,University of Phoenix Stadium,Home,closed,grass,2013122912
251
+ 249,2013_17_GB_CHI,2013,REG,17,2013-12-29,Sunday,16:25,GB,CHI,33,28,-5,Soldier Field,Home,outdoors,grass,2013122901
252
+ 250,2013_17_BUF_NE,2013,REG,17,2013-12-29,Sunday,16:25,BUF,NE,20,34,14,Gillette Stadium,Home,outdoors,fieldturf,2013122907
253
+ 251,2013_17_TB_NO,2013,REG,17,2013-12-29,Sunday,16:25,TB,NO,17,42,25,Mercedes-Benz Superdome,Home,dome,sportturf,2013122908
254
+ 252,2013_17_DEN_OAK,2013,REG,17,2013-12-29,Sunday,16:25,DEN,OAK,34,14,-20,O.co Coliseum,Home,outdoors,grass,2013122913
255
+ 253,2013_17_KC_SD,2013,REG,17,2013-12-29,Sunday,16:25,KC,SD,24,27,3,Qualcomm Stadium,Home,outdoors,grass,2013122914
256
+ 254,2013_17_STL_SEA,2013,REG,17,2013-12-29,Sunday,16:25,STL,SEA,9,27,18,CenturyLink Field,Home,outdoors,fieldturf,2013122915
257
+ 255,2013_17_PHI_DAL,2013,REG,17,2013-12-29,Sunday,20:30,PHI,DAL,24,22,-2,AT&T Stadium,Home,closed,matrixturf,2013122903
258
+ 256,2013_18_KC_IND,2013,WC,18,2014-01-04,Saturday,16:35,KC,IND,44,45,1,Lucas Oil Stadium,Home,closed,fieldturf,2014010400
259
+ 257,2013_18_NO_PHI,2013,WC,18,2014-01-04,Saturday,20:10,NO,PHI,26,24,-2,Lincoln Financial Field,Home,outdoors,grass,2014010401
260
+ 258,2013_18_SD_CIN,2013,WC,18,2014-01-05,Sunday,13:05,SD,CIN,27,10,-17,Paul Brown Stadium,Home,outdoors,fieldturf,2014010500
261
+ 259,2013_18_SF_GB,2013,WC,18,2014-01-05,Sunday,16:40,SF,GB,23,20,-3,Lambeau Field,Home,outdoors,grass,2014010501
262
+ 260,2013_19_NO_SEA,2013,DIV,19,2014-01-11,Saturday,16:35,NO,SEA,15,23,8,CenturyLink Field,Home,outdoors,fieldturf,2014011100
263
+ 261,2013_19_IND_NE,2013,DIV,19,2014-01-11,Saturday,20:15,IND,NE,22,43,21,Gillette Stadium,Home,outdoors,fieldturf,2014011101
264
+ 262,2013_19_SF_CAR,2013,DIV,19,2014-01-12,Sunday,13:05,SF,CAR,23,10,-13,Bank of America Stadium,Home,outdoors,grass,2014011200
265
+ 263,2013_19_SD_DEN,2013,DIV,19,2014-01-12,Sunday,16:40,SD,DEN,17,24,7,Sports Authority Field at Mile High,Home,outdoors,grass,2014011201
266
+ 264,2013_20_NE_DEN,2013,CON,20,2014-01-19,Sunday,15:00,NE,DEN,16,26,10,Sports Authority Field at Mile High,Home,outdoors,grass,2014011900
267
+ 265,2013_20_SF_SEA,2013,CON,20,2014-01-19,Sunday,18:30,SF,SEA,17,23,6,CenturyLink Field,Home,outdoors,fieldturf,2014011901
268
+ 266,2013_21_SEA_DEN,2013,SB,21,2014-02-02,Sunday,18:25,SEA,DEN,43,8,-35,MetLife Stadium,Neutral,outdoors,fieldturf,2014020200
Source/Build/nfl_data_py/data/schedules/2014.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2014_01_GB_SEA,2014,REG,1,2014-09-04,Thursday,20:30,GB,SEA,16,36,20,CenturyLink Field,Home,outdoors,fieldturf,2014090400
3
+ 1,2014_01_NO_ATL,2014,REG,1,2014-09-07,Sunday,13:00,NO,ATL,34,37,3,Georgia Dome,Home,dome,fieldturf,2014090700
4
+ 2,2014_01_CIN_BAL,2014,REG,1,2014-09-07,Sunday,13:00,CIN,BAL,23,16,-7,M&T Bank Stadium,Home,outdoors,sportturf,2014090701
5
+ 3,2014_01_BUF_CHI,2014,REG,1,2014-09-07,Sunday,13:00,BUF,CHI,23,20,-3,Soldier Field,Home,outdoors,grass,2014090702
6
+ 4,2014_01_WAS_HOU,2014,REG,1,2014-09-07,Sunday,13:00,WAS,HOU,6,17,11,NRG Stadium,Home,closed,grass,2014090703
7
+ 5,2014_01_TEN_KC,2014,REG,1,2014-09-07,Sunday,13:00,TEN,KC,26,10,-16,Arrowhead Stadium,Home,outdoors,grass,2014090704
8
+ 6,2014_01_NE_MIA,2014,REG,1,2014-09-07,Sunday,13:00,NE,MIA,20,33,13,Sun Life Stadium,Home,outdoors,grass,2014090705
9
+ 7,2014_01_OAK_NYJ,2014,REG,1,2014-09-07,Sunday,13:00,OAK,NYJ,14,19,5,MetLife Stadium,Home,outdoors,fieldturf,2014090706
10
+ 8,2014_01_JAX_PHI,2014,REG,1,2014-09-07,Sunday,13:00,JAX,PHI,17,34,17,Lincoln Financial Field,Home,outdoors,grass,2014090707
11
+ 9,2014_01_CLE_PIT,2014,REG,1,2014-09-07,Sunday,13:00,CLE,PIT,27,30,3,Heinz Field,Home,outdoors,grass,2014090708
12
+ 10,2014_01_MIN_STL,2014,REG,1,2014-09-07,Sunday,13:00,MIN,STL,34,6,-28,Edward Jones Dome,Home,dome,astroplay,2014090709
13
+ 11,2014_01_SF_DAL,2014,REG,1,2014-09-07,Sunday,16:25,SF,DAL,28,17,-11,AT&T Stadium,Home,closed,matrixturf,2014090710
14
+ 12,2014_01_CAR_TB,2014,REG,1,2014-09-07,Sunday,16:25,CAR,TB,20,14,-6,Raymond James Stadium,Home,outdoors,grass,2014090711
15
+ 13,2014_01_IND_DEN,2014,REG,1,2014-09-07,Sunday,20:30,IND,DEN,24,31,7,Sports Authority Field at Mile High,Home,outdoors,grass,2014090712
16
+ 14,2014_01_NYG_DET,2014,REG,1,2014-09-08,Monday,19:10,NYG,DET,14,35,21,Ford Field,Home,dome,fieldturf,2014090800
17
+ 15,2014_01_SD_ARI,2014,REG,1,2014-09-08,Monday,21:20,SD,ARI,17,18,1,University of Phoenix Stadium,Home,closed,grass,2014090801
18
+ 16,2014_02_PIT_BAL,2014,REG,2,2014-09-11,Thursday,20:25,PIT,BAL,6,26,20,M&T Bank Stadium,Home,outdoors,sportturf,2014091100
19
+ 17,2014_02_MIA_BUF,2014,REG,2,2014-09-14,Sunday,13:00,MIA,BUF,10,29,19,Ralph Wilson Stadium,Home,outdoors,a_turf,2014091400
20
+ 18,2014_02_DET_CAR,2014,REG,2,2014-09-14,Sunday,13:00,DET,CAR,7,24,17,Bank of America Stadium,Home,outdoors,grass,2014091401
21
+ 19,2014_02_ATL_CIN,2014,REG,2,2014-09-14,Sunday,13:00,ATL,CIN,10,24,14,Paul Brown Stadium,Home,outdoors,fieldturf,2014091402
22
+ 20,2014_02_NO_CLE,2014,REG,2,2014-09-14,Sunday,13:00,NO,CLE,24,26,2,FirstEnergy Stadium,Home,outdoors,grass,2014091403
23
+ 21,2014_02_NE_MIN,2014,REG,2,2014-09-14,Sunday,13:00,NE,MIN,30,7,-23,TCF Bank Stadium,Home,outdoors,fieldturf,2014091404
24
+ 22,2014_02_ARI_NYG,2014,REG,2,2014-09-14,Sunday,13:00,ARI,NYG,25,14,-11,MetLife Stadium,Home,outdoors,fieldturf,2014091405
25
+ 23,2014_02_DAL_TEN,2014,REG,2,2014-09-14,Sunday,13:00,DAL,TEN,26,10,-16,LP Field,Home,outdoors,grass,2014091406
26
+ 24,2014_02_JAX_WAS,2014,REG,2,2014-09-14,Sunday,13:00,JAX,WAS,10,41,31,FedExField,Home,outdoors,grass,2014091407
27
+ 25,2014_02_SEA_SD,2014,REG,2,2014-09-14,Sunday,16:05,SEA,SD,21,30,9,Qualcomm Stadium,Home,outdoors,grass,2014091408
28
+ 26,2014_02_STL_TB,2014,REG,2,2014-09-14,Sunday,16:05,STL,TB,19,17,-2,Raymond James Stadium,Home,outdoors,grass,2014091409
29
+ 27,2014_02_KC_DEN,2014,REG,2,2014-09-14,Sunday,16:25,KC,DEN,17,24,7,Sports Authority Field at Mile High,Home,outdoors,grass,2014091410
30
+ 28,2014_02_NYJ_GB,2014,REG,2,2014-09-14,Sunday,16:25,NYJ,GB,24,31,7,Lambeau Field,Home,outdoors,grass,2014091411
31
+ 29,2014_02_HOU_OAK,2014,REG,2,2014-09-14,Sunday,16:25,HOU,OAK,30,14,-16,O.co Coliseum,Home,outdoors,grass,2014091412
32
+ 30,2014_02_CHI_SF,2014,REG,2,2014-09-14,Sunday,20:30,CHI,SF,28,20,-8,Levi's Stadium,Home,outdoors,grass,2014091413
33
+ 31,2014_02_PHI_IND,2014,REG,2,2014-09-15,Monday,20:30,PHI,IND,30,27,-3,Lucas Oil Stadium,Home,closed,fieldturf,2014091500
34
+ 32,2014_03_TB_ATL,2014,REG,3,2014-09-18,Thursday,20:25,TB,ATL,14,56,42,Georgia Dome,Home,dome,fieldturf,2014091800
35
+ 33,2014_03_SD_BUF,2014,REG,3,2014-09-21,Sunday,13:00,SD,BUF,22,10,-12,Ralph Wilson Stadium,Home,outdoors,a_turf,2014092100
36
+ 34,2014_03_TEN_CIN,2014,REG,3,2014-09-21,Sunday,13:00,TEN,CIN,7,33,26,Paul Brown Stadium,Home,outdoors,fieldturf,2014092101
37
+ 35,2014_03_BAL_CLE,2014,REG,3,2014-09-21,Sunday,13:00,BAL,CLE,23,21,-2,FirstEnergy Stadium,Home,outdoors,grass,2014092102
38
+ 36,2014_03_GB_DET,2014,REG,3,2014-09-21,Sunday,13:00,GB,DET,7,19,12,Ford Field,Home,dome,fieldturf,2014092103
39
+ 37,2014_03_IND_JAX,2014,REG,3,2014-09-21,Sunday,13:00,IND,JAX,44,17,-27,EverBank Field,Home,outdoors,grass,2014092104
40
+ 38,2014_03_OAK_NE,2014,REG,3,2014-09-21,Sunday,13:00,OAK,NE,9,16,7,Gillette Stadium,Home,outdoors,fieldturf,2014092105
41
+ 39,2014_03_MIN_NO,2014,REG,3,2014-09-21,Sunday,13:00,MIN,NO,9,20,11,Mercedes-Benz Superdome,Home,dome,sportturf,2014092106
42
+ 40,2014_03_HOU_NYG,2014,REG,3,2014-09-21,Sunday,13:00,HOU,NYG,17,30,13,MetLife Stadium,Home,outdoors,fieldturf,2014092107
43
+ 41,2014_03_WAS_PHI,2014,REG,3,2014-09-21,Sunday,13:00,WAS,PHI,34,37,3,Lincoln Financial Field,Home,outdoors,grass,2014092108
44
+ 42,2014_03_DAL_STL,2014,REG,3,2014-09-21,Sunday,13:00,DAL,STL,34,31,-3,Edward Jones Dome,Home,dome,astroplay,2014092109
45
+ 43,2014_03_SF_ARI,2014,REG,3,2014-09-21,Sunday,16:05,SF,ARI,14,23,9,University of Phoenix Stadium,Home,closed,grass,2014092110
46
+ 44,2014_03_KC_MIA,2014,REG,3,2014-09-21,Sunday,16:25,KC,MIA,34,15,-19,Sun Life Stadium,Home,outdoors,grass,2014092111
47
+ 45,2014_03_DEN_SEA,2014,REG,3,2014-09-21,Sunday,16:25,DEN,SEA,20,26,6,CenturyLink Field,Home,outdoors,fieldturf,2014092112
48
+ 46,2014_03_PIT_CAR,2014,REG,3,2014-09-21,Sunday,20:30,PIT,CAR,37,19,-18,Bank of America Stadium,Home,outdoors,grass,2014092113
49
+ 47,2014_03_CHI_NYJ,2014,REG,3,2014-09-22,Monday,20:30,CHI,NYJ,27,19,-8,MetLife Stadium,Home,outdoors,fieldturf,2014092200
50
+ 48,2014_04_NYG_WAS,2014,REG,4,2014-09-25,Thursday,20:25,NYG,WAS,45,14,-31,FedExField,Home,outdoors,grass,2014092500
51
+ 49,2014_04_CAR_BAL,2014,REG,4,2014-09-28,Sunday,13:00,CAR,BAL,10,38,28,M&T Bank Stadium,Home,outdoors,sportturf,2014092800
52
+ 50,2014_04_GB_CHI,2014,REG,4,2014-09-28,Sunday,13:00,GB,CHI,38,17,-21,Soldier Field,Home,outdoors,grass,2014092801
53
+ 51,2014_04_BUF_HOU,2014,REG,4,2014-09-28,Sunday,13:00,BUF,HOU,17,23,6,NRG Stadium,Home,closed,grass,2014092802
54
+ 52,2014_04_TEN_IND,2014,REG,4,2014-09-28,Sunday,13:00,TEN,IND,17,41,24,Lucas Oil Stadium,Home,open,fieldturf,2014092803
55
+ 53,2014_04_DET_NYJ,2014,REG,4,2014-09-28,Sunday,13:00,DET,NYJ,24,17,-7,MetLife Stadium,Home,outdoors,fieldturf,2014092805
56
+ 54,2014_04_MIA_OAK,2014,REG,4,2014-09-28,Sunday,13:00,MIA,OAK,38,14,-24,Wembley Stadium,Neutral,outdoors,grass,2014092806
57
+ 55,2014_04_TB_PIT,2014,REG,4,2014-09-28,Sunday,13:00,TB,PIT,27,24,-3,Heinz Field,Home,outdoors,grass,2014092807
58
+ 56,2014_04_JAX_SD,2014,REG,4,2014-09-28,Sunday,16:05,JAX,SD,14,33,19,Qualcomm Stadium,Home,outdoors,grass,2014092808
59
+ 57,2014_04_ATL_MIN,2014,REG,4,2014-09-28,Sunday,16:25,ATL,MIN,28,41,13,TCF Bank Stadium,Home,outdoors,fieldturf,2014092804
60
+ 58,2014_04_PHI_SF,2014,REG,4,2014-09-28,Sunday,16:25,PHI,SF,21,26,5,Levi's Stadium,Home,outdoors,grass,2014092809
61
+ 59,2014_04_NO_DAL,2014,REG,4,2014-09-28,Sunday,20:30,NO,DAL,17,38,21,AT&T Stadium,Home,closed,matrixturf,2014092810
62
+ 60,2014_04_NE_KC,2014,REG,4,2014-09-29,Monday,20:30,NE,KC,14,41,27,Arrowhead Stadium,Home,outdoors,grass,2014092900
63
+ 61,2014_05_MIN_GB,2014,REG,5,2014-10-02,Thursday,20:25,MIN,GB,10,42,32,Lambeau Field,Home,outdoors,grass,2014100200
64
+ 62,2014_05_CHI_CAR,2014,REG,5,2014-10-05,Sunday,13:00,CHI,CAR,24,31,7,Bank of America Stadium,Home,outdoors,grass,2014100500
65
+ 63,2014_05_HOU_DAL,2014,REG,5,2014-10-05,Sunday,13:00,HOU,DAL,17,20,3,AT&T Stadium,Home,closed,matrixturf,2014100501
66
+ 64,2014_05_BUF_DET,2014,REG,5,2014-10-05,Sunday,13:00,BUF,DET,17,14,-3,Ford Field,Home,dome,fieldturf,2014100502
67
+ 65,2014_05_BAL_IND,2014,REG,5,2014-10-05,Sunday,13:00,BAL,IND,13,20,7,Lucas Oil Stadium,Home,open,fieldturf,2014100503
68
+ 66,2014_05_PIT_JAX,2014,REG,5,2014-10-05,Sunday,13:00,PIT,JAX,17,9,-8,EverBank Field,Home,outdoors,grass,2014100504
69
+ 67,2014_05_TB_NO,2014,REG,5,2014-10-05,Sunday,13:00,TB,NO,31,37,6,Mercedes-Benz Superdome,Home,dome,sportturf,2014100505
70
+ 68,2014_05_ATL_NYG,2014,REG,5,2014-10-05,Sunday,13:00,ATL,NYG,20,30,10,MetLife Stadium,Home,outdoors,fieldturf,2014100506
71
+ 69,2014_05_STL_PHI,2014,REG,5,2014-10-05,Sunday,13:00,STL,PHI,28,34,6,Lincoln Financial Field,Home,outdoors,grass,2014100507
72
+ 70,2014_05_CLE_TEN,2014,REG,5,2014-10-05,Sunday,13:00,CLE,TEN,29,28,-1,LP Field,Home,outdoors,grass,2014100508
73
+ 71,2014_05_ARI_DEN,2014,REG,5,2014-10-05,Sunday,16:05,ARI,DEN,20,41,21,Sports Authority Field at Mile High,Home,outdoors,grass,2014100509
74
+ 72,2014_05_NYJ_SD,2014,REG,5,2014-10-05,Sunday,16:25,NYJ,SD,0,31,31,Qualcomm Stadium,Home,outdoors,grass,2014100510
75
+ 73,2014_05_KC_SF,2014,REG,5,2014-10-05,Sunday,16:25,KC,SF,17,22,5,Levi's Stadium,Home,outdoors,grass,2014100511
76
+ 74,2014_05_CIN_NE,2014,REG,5,2014-10-05,Sunday,20:30,CIN,NE,17,43,26,Gillette Stadium,Home,outdoors,fieldturf,2014100512
77
+ 75,2014_05_SEA_WAS,2014,REG,5,2014-10-06,Monday,20:30,SEA,WAS,27,17,-10,FedExField,Home,outdoors,grass,2014100600
78
+ 76,2014_06_IND_HOU,2014,REG,6,2014-10-09,Thursday,20:25,IND,HOU,33,28,-5,NRG Stadium,Home,closed,grass,2014100900
79
+ 77,2014_06_NE_BUF,2014,REG,6,2014-10-12,Sunday,13:00,NE,BUF,37,22,-15,Ralph Wilson Stadium,Home,outdoors,a_turf,2014101201
80
+ 78,2014_06_CAR_CIN,2014,REG,6,2014-10-12,Sunday,13:00,CAR,CIN,37,37,0,Paul Brown Stadium,Home,outdoors,fieldturf,2014101202
81
+ 79,2014_06_PIT_CLE,2014,REG,6,2014-10-12,Sunday,13:00,PIT,CLE,10,31,21,FirstEnergy Stadium,Home,outdoors,grass,2014101203
82
+ 80,2014_06_GB_MIA,2014,REG,6,2014-10-12,Sunday,13:00,GB,MIA,27,24,-3,Sun Life Stadium,Home,outdoors,grass,2014101204
83
+ 81,2014_06_DET_MIN,2014,REG,6,2014-10-12,Sunday,13:00,DET,MIN,17,3,-14,TCF Bank Stadium,Home,outdoors,fieldturf,2014101205
84
+ 82,2014_06_DEN_NYJ,2014,REG,6,2014-10-12,Sunday,13:00,DEN,NYJ,31,17,-14,MetLife Stadium,Home,outdoors,fieldturf,2014101206
85
+ 83,2014_06_BAL_TB,2014,REG,6,2014-10-12,Sunday,13:00,BAL,TB,48,17,-31,Raymond James Stadium,Home,outdoors,grass,2014101207
86
+ 84,2014_06_JAX_TEN,2014,REG,6,2014-10-12,Sunday,13:00,JAX,TEN,14,16,2,LP Field,Home,outdoors,grass,2014101208
87
+ 85,2014_06_SD_OAK,2014,REG,6,2014-10-12,Sunday,16:05,SD,OAK,31,28,-3,O.co Coliseum,Home,outdoors,grass,2014101209
88
+ 86,2014_06_WAS_ARI,2014,REG,6,2014-10-12,Sunday,16:25,WAS,ARI,20,30,10,University of Phoenix Stadium,Home,closed,grass,2014101210
89
+ 87,2014_06_CHI_ATL,2014,REG,6,2014-10-12,Sunday,16:25,CHI,ATL,27,13,-14,Georgia Dome,Home,dome,fieldturf,2014101200
90
+ 88,2014_06_DAL_SEA,2014,REG,6,2014-10-12,Sunday,16:25,DAL,SEA,30,23,-7,CenturyLink Field,Home,outdoors,fieldturf,2014101211
91
+ 89,2014_06_NYG_PHI,2014,REG,6,2014-10-12,Sunday,20:30,NYG,PHI,0,27,27,Lincoln Financial Field,Home,outdoors,grass,2014101212
92
+ 90,2014_06_SF_STL,2014,REG,6,2014-10-13,Monday,20:30,SF,STL,31,17,-14,Edward Jones Dome,Home,dome,astroplay,2014101300
93
+ 91,2014_07_NYJ_NE,2014,REG,7,2014-10-16,Thursday,20:25,NYJ,NE,25,27,2,Gillette Stadium,Home,outdoors,fieldturf,2014101600
94
+ 92,2014_07_ATL_BAL,2014,REG,7,2014-10-19,Sunday,13:00,ATL,BAL,7,29,22,M&T Bank Stadium,Home,outdoors,sportturf,2014101900
95
+ 93,2014_07_MIN_BUF,2014,REG,7,2014-10-19,Sunday,13:00,MIN,BUF,16,17,1,Ralph Wilson Stadium,Home,outdoors,a_turf,2014101901
96
+ 94,2014_07_MIA_CHI,2014,REG,7,2014-10-19,Sunday,13:00,MIA,CHI,27,14,-13,Soldier Field,Home,outdoors,grass,2014101902
97
+ 95,2014_07_NO_DET,2014,REG,7,2014-10-19,Sunday,13:00,NO,DET,23,24,1,Ford Field,Home,dome,fieldturf,2014101903
98
+ 96,2014_07_CAR_GB,2014,REG,7,2014-10-19,Sunday,13:00,CAR,GB,17,38,21,Lambeau Field,Home,outdoors,grass,2014101904
99
+ 97,2014_07_CIN_IND,2014,REG,7,2014-10-19,Sunday,13:00,CIN,IND,0,27,27,Lucas Oil Stadium,Home,open,fieldturf,2014101905
100
+ 98,2014_07_CLE_JAX,2014,REG,7,2014-10-19,Sunday,13:00,CLE,JAX,6,24,18,EverBank Field,Home,outdoors,grass,2014101906
101
+ 99,2014_07_SEA_STL,2014,REG,7,2014-10-19,Sunday,13:00,SEA,STL,26,28,2,Edward Jones Dome,Home,dome,astroplay,2014101907
102
+ 100,2014_07_TEN_WAS,2014,REG,7,2014-10-19,Sunday,13:00,TEN,WAS,17,19,2,FedExField,Home,outdoors,grass,2014101908
103
+ 101,2014_07_KC_SD,2014,REG,7,2014-10-19,Sunday,16:05,KC,SD,23,20,-3,Qualcomm Stadium,Home,outdoors,grass,2014101909
104
+ 102,2014_07_NYG_DAL,2014,REG,7,2014-10-19,Sunday,16:25,NYG,DAL,21,31,10,AT&T Stadium,Home,closed,matrixturf,2014101910
105
+ 103,2014_07_ARI_OAK,2014,REG,7,2014-10-19,Sunday,16:25,ARI,OAK,24,13,-11,O.co Coliseum,Home,outdoors,grass,2014101911
106
+ 104,2014_07_SF_DEN,2014,REG,7,2014-10-19,Sunday,20:30,SF,DEN,17,42,25,Sports Authority Field at Mile High,Home,outdoors,grass,2014101912
107
+ 105,2014_07_HOU_PIT,2014,REG,7,2014-10-20,Monday,20:30,HOU,PIT,23,30,7,Heinz Field,Home,outdoors,grass,2014102000
108
+ 106,2014_08_SD_DEN,2014,REG,8,2014-10-23,Thursday,20:25,SD,DEN,21,35,14,Sports Authority Field at Mile High,Home,outdoors,grass,2014102300
109
+ 107,2014_08_DET_ATL,2014,REG,8,2014-10-26,Sunday,09:30,DET,ATL,22,21,-1,Wembley Stadium,Neutral,outdoors,fieldturf,2014102600
110
+ 108,2014_08_SEA_CAR,2014,REG,8,2014-10-26,Sunday,13:00,SEA,CAR,13,9,-4,Bank of America Stadium,Home,outdoors,grass,2014102601
111
+ 109,2014_08_BAL_CIN,2014,REG,8,2014-10-26,Sunday,13:00,BAL,CIN,24,27,3,Paul Brown Stadium,Home,outdoors,fieldturf,2014102602
112
+ 110,2014_08_MIA_JAX,2014,REG,8,2014-10-26,Sunday,13:00,MIA,JAX,27,13,-14,EverBank Field,Home,outdoors,grass,2014102603
113
+ 111,2014_08_STL_KC,2014,REG,8,2014-10-26,Sunday,13:00,STL,KC,7,34,27,Arrowhead Stadium,Home,outdoors,grass,2014102604
114
+ 112,2014_08_CHI_NE,2014,REG,8,2014-10-26,Sunday,13:00,CHI,NE,23,51,28,Gillette Stadium,Home,outdoors,fieldturf,2014102605
115
+ 113,2014_08_BUF_NYJ,2014,REG,8,2014-10-26,Sunday,13:00,BUF,NYJ,43,23,-20,MetLife Stadium,Home,outdoors,fieldturf,2014102606
116
+ 114,2014_08_MIN_TB,2014,REG,8,2014-10-26,Sunday,13:00,MIN,TB,19,13,-6,Raymond James Stadium,Home,outdoors,grass,2014102607
117
+ 115,2014_08_HOU_TEN,2014,REG,8,2014-10-26,Sunday,13:00,HOU,TEN,30,16,-14,LP Field,Home,outdoors,grass,2014102608
118
+ 116,2014_08_PHI_ARI,2014,REG,8,2014-10-26,Sunday,16:05,PHI,ARI,20,24,4,University of Phoenix Stadium,Home,closed,grass,2014102609
119
+ 117,2014_08_OAK_CLE,2014,REG,8,2014-10-26,Sunday,16:25,OAK,CLE,13,23,10,FirstEnergy Stadium,Home,outdoors,grass,2014102610
120
+ 118,2014_08_IND_PIT,2014,REG,8,2014-10-26,Sunday,16:25,IND,PIT,34,51,17,Heinz Field,Home,outdoors,grass,2014102611
121
+ 119,2014_08_GB_NO,2014,REG,8,2014-10-26,Sunday,20:30,GB,NO,23,44,21,Mercedes-Benz Superdome,Home,dome,sportturf,2014102612
122
+ 120,2014_08_WAS_DAL,2014,REG,8,2014-10-27,Monday,20:30,WAS,DAL,20,17,-3,AT&T Stadium,Home,closed,matrixturf,2014102700
123
+ 121,2014_09_NO_CAR,2014,REG,9,2014-10-30,Thursday,20:25,NO,CAR,28,10,-18,Bank of America Stadium,Home,outdoors,grass,2014103000
124
+ 122,2014_09_JAX_CIN,2014,REG,9,2014-11-02,Sunday,13:00,JAX,CIN,23,33,10,Paul Brown Stadium,Home,outdoors,fieldturf,2014110200
125
+ 123,2014_09_TB_CLE,2014,REG,9,2014-11-02,Sunday,13:00,TB,CLE,17,22,5,FirstEnergy Stadium,Home,outdoors,grass,2014110201
126
+ 124,2014_09_ARI_DAL,2014,REG,9,2014-11-02,Sunday,13:00,ARI,DAL,28,17,-11,AT&T Stadium,Home,closed,matrixturf,2014110202
127
+ 125,2014_09_PHI_HOU,2014,REG,9,2014-11-02,Sunday,13:00,PHI,HOU,31,21,-10,NRG Stadium,Home,closed,grass,2014110203
128
+ 126,2014_09_NYJ_KC,2014,REG,9,2014-11-02,Sunday,13:00,NYJ,KC,10,24,14,Arrowhead Stadium,Home,outdoors,grass,2014110204
129
+ 127,2014_09_SD_MIA,2014,REG,9,2014-11-02,Sunday,13:00,SD,MIA,0,37,37,Sun Life Stadium,Home,outdoors,grass,2014110205
130
+ 128,2014_09_WAS_MIN,2014,REG,9,2014-11-02,Sunday,13:00,WAS,MIN,26,29,3,TCF Bank Stadium,Home,outdoors,fieldturf,2014110206
131
+ 129,2014_09_STL_SF,2014,REG,9,2014-11-02,Sunday,16:05,STL,SF,13,10,-3,Levi's Stadium,Home,outdoors,grass,2014110207
132
+ 130,2014_09_DEN_NE,2014,REG,9,2014-11-02,Sunday,16:25,DEN,NE,21,43,22,Gillette Stadium,Home,outdoors,fieldturf,2014110208
133
+ 131,2014_09_OAK_SEA,2014,REG,9,2014-11-02,Sunday,16:25,OAK,SEA,24,30,6,CenturyLink Field,Home,outdoors,fieldturf,2014110209
134
+ 132,2014_09_BAL_PIT,2014,REG,9,2014-11-02,Sunday,20:30,BAL,PIT,23,43,20,Heinz Field,Home,outdoors,grass,2014110210
135
+ 133,2014_09_IND_NYG,2014,REG,9,2014-11-03,Monday,20:30,IND,NYG,40,24,-16,MetLife Stadium,Home,outdoors,fieldturf,2014110300
136
+ 134,2014_10_CLE_CIN,2014,REG,10,2014-11-06,Thursday,20:25,CLE,CIN,24,3,-21,Paul Brown Stadium,Home,outdoors,fieldturf,2014110600
137
+ 135,2014_10_TEN_BAL,2014,REG,10,2014-11-09,Sunday,13:00,TEN,BAL,7,21,14,M&T Bank Stadium,Home,outdoors,sportturf,2014110900
138
+ 136,2014_10_KC_BUF,2014,REG,10,2014-11-09,Sunday,13:00,KC,BUF,17,13,-4,Ralph Wilson Stadium,Home,outdoors,a_turf,2014110901
139
+ 137,2014_10_MIA_DET,2014,REG,10,2014-11-09,Sunday,13:00,MIA,DET,16,20,4,Ford Field,Home,dome,fieldturf,2014110902
140
+ 138,2014_10_DAL_JAX,2014,REG,10,2014-11-09,Sunday,13:00,DAL,JAX,31,17,-14,Wembley Stadium,Neutral,outdoors,grass,2014110903
141
+ 139,2014_10_SF_NO,2014,REG,10,2014-11-09,Sunday,13:00,SF,NO,27,24,-3,Mercedes-Benz Superdome,Home,dome,sportturf,2014110904
142
+ 140,2014_10_PIT_NYJ,2014,REG,10,2014-11-09,Sunday,13:00,PIT,NYJ,13,20,7,MetLife Stadium,Home,outdoors,fieldturf,2014110905
143
+ 141,2014_10_ATL_TB,2014,REG,10,2014-11-09,Sunday,13:00,ATL,TB,27,17,-10,Raymond James Stadium,Home,outdoors,grass,2014110906
144
+ 142,2014_10_DEN_OAK,2014,REG,10,2014-11-09,Sunday,16:05,DEN,OAK,41,17,-24,O.co Coliseum,Home,outdoors,grass,2014110907
145
+ 143,2014_10_STL_ARI,2014,REG,10,2014-11-09,Sunday,16:25,STL,ARI,14,31,17,University of Phoenix Stadium,Home,closed,grass,2014110908
146
+ 144,2014_10_NYG_SEA,2014,REG,10,2014-11-09,Sunday,16:25,NYG,SEA,17,38,21,CenturyLink Field,Home,outdoors,fieldturf,2014110909
147
+ 145,2014_10_CHI_GB,2014,REG,10,2014-11-09,Sunday,20:30,CHI,GB,14,55,41,Lambeau Field,Home,outdoors,grass,2014110910
148
+ 146,2014_10_CAR_PHI,2014,REG,10,2014-11-10,Monday,20:30,CAR,PHI,21,45,24,Lincoln Financial Field,Home,outdoors,grass,2014111000
149
+ 147,2014_11_BUF_MIA,2014,REG,11,2014-11-13,Thursday,20:25,BUF,MIA,9,22,13,Sun Life Stadium,Home,outdoors,grass,2014111300
150
+ 148,2014_11_ATL_CAR,2014,REG,11,2014-11-16,Sunday,13:00,ATL,CAR,19,17,-2,Bank of America Stadium,Home,outdoors,grass,2014111600
151
+ 149,2014_11_MIN_CHI,2014,REG,11,2014-11-16,Sunday,13:00,MIN,CHI,13,21,8,Soldier Field,Home,outdoors,grass,2014111601
152
+ 150,2014_11_HOU_CLE,2014,REG,11,2014-11-16,Sunday,13:00,HOU,CLE,23,7,-16,FirstEnergy Stadium,Home,outdoors,grass,2014111602
153
+ 151,2014_11_SEA_KC,2014,REG,11,2014-11-16,Sunday,13:00,SEA,KC,20,24,4,Arrowhead Stadium,Home,outdoors,grass,2014111604
154
+ 152,2014_11_CIN_NO,2014,REG,11,2014-11-16,Sunday,13:00,CIN,NO,27,10,-17,Mercedes-Benz Superdome,Home,dome,sportturf,2014111605
155
+ 153,2014_11_SF_NYG,2014,REG,11,2014-11-16,Sunday,13:00,SF,NYG,16,10,-6,MetLife Stadium,Home,outdoors,fieldturf,2014111606
156
+ 154,2014_11_DEN_STL,2014,REG,11,2014-11-16,Sunday,13:00,DEN,STL,7,22,15,Edward Jones Dome,Home,dome,astroplay,2014111607
157
+ 155,2014_11_TB_WAS,2014,REG,11,2014-11-16,Sunday,13:00,TB,WAS,27,7,-20,FedExField,Home,outdoors,grass,2014111608
158
+ 156,2014_11_OAK_SD,2014,REG,11,2014-11-16,Sunday,16:05,OAK,SD,6,13,7,Qualcomm Stadium,Home,outdoors,grass,2014111609
159
+ 157,2014_11_DET_ARI,2014,REG,11,2014-11-16,Sunday,16:25,DET,ARI,6,14,8,University of Phoenix Stadium,Home,closed,grass,2014111610
160
+ 158,2014_11_PHI_GB,2014,REG,11,2014-11-16,Sunday,16:25,PHI,GB,20,53,33,Lambeau Field,Home,outdoors,grass,2014111603
161
+ 159,2014_11_NE_IND,2014,REG,11,2014-11-16,Sunday,20:30,NE,IND,42,20,-22,Lucas Oil Stadium,Home,closed,fieldturf,2014111611
162
+ 160,2014_11_PIT_TEN,2014,REG,11,2014-11-17,Monday,20:30,PIT,TEN,27,24,-3,LP Field,Home,outdoors,grass,2014111700
163
+ 161,2014_12_KC_OAK,2014,REG,12,2014-11-20,Thursday,20:25,KC,OAK,20,24,4,O.co Coliseum,Home,outdoors,grass,2014112000
164
+ 162,2014_12_CLE_ATL,2014,REG,12,2014-11-23,Sunday,13:00,CLE,ATL,26,24,-2,Georgia Dome,Home,dome,fieldturf,2014112300
165
+ 163,2014_12_TB_CHI,2014,REG,12,2014-11-23,Sunday,13:00,TB,CHI,13,21,8,Soldier Field,Home,outdoors,grass,2014112302
166
+ 164,2014_12_CIN_HOU,2014,REG,12,2014-11-23,Sunday,13:00,CIN,HOU,22,13,-9,NRG Stadium,Home,closed,grass,2014112303
167
+ 165,2014_12_JAX_IND,2014,REG,12,2014-11-23,Sunday,13:00,JAX,IND,3,23,20,Lucas Oil Stadium,Home,closed,fieldturf,2014112304
168
+ 166,2014_12_GB_MIN,2014,REG,12,2014-11-23,Sunday,13:00,GB,MIN,24,21,-3,TCF Bank Stadium,Home,outdoors,fieldturf,2014112305
169
+ 167,2014_12_DET_NE,2014,REG,12,2014-11-23,Sunday,13:00,DET,NE,9,34,25,Gillette Stadium,Home,outdoors,fieldturf,2014112306
170
+ 168,2014_12_TEN_PHI,2014,REG,12,2014-11-23,Sunday,13:00,TEN,PHI,24,43,19,Lincoln Financial Field,Home,outdoors,grass,2014112307
171
+ 169,2014_12_STL_SD,2014,REG,12,2014-11-23,Sunday,16:05,STL,SD,24,27,3,Qualcomm Stadium,Home,outdoors,grass,2014112308
172
+ 170,2014_12_ARI_SEA,2014,REG,12,2014-11-23,Sunday,16:05,ARI,SEA,3,19,16,CenturyLink Field,Home,outdoors,fieldturf,2014112309
173
+ 171,2014_12_MIA_DEN,2014,REG,12,2014-11-23,Sunday,16:25,MIA,DEN,36,39,3,Sports Authority Field at Mile High,Home,outdoors,grass,2014112310
174
+ 172,2014_12_WAS_SF,2014,REG,12,2014-11-23,Sunday,16:25,WAS,SF,13,17,4,Levi's Stadium,Home,outdoors,grass,2014112311
175
+ 173,2014_12_DAL_NYG,2014,REG,12,2014-11-23,Sunday,20:30,DAL,NYG,31,28,-3,MetLife Stadium,Home,outdoors,fieldturf,2014112312
176
+ 174,2014_12_NYJ_BUF,2014,REG,12,2014-11-24,Monday,19:00,NYJ,BUF,3,38,35,Ford Field,Neutral,dome,fieldturf,2014112301
177
+ 175,2014_12_BAL_NO,2014,REG,12,2014-11-24,Monday,20:30,BAL,NO,34,27,-7,Mercedes-Benz Superdome,Home,dome,sportturf,2014112400
178
+ 176,2014_13_CHI_DET,2014,REG,13,2014-11-27,Thursday,12:30,CHI,DET,17,34,17,Ford Field,Home,dome,fieldturf,2014112700
179
+ 177,2014_13_PHI_DAL,2014,REG,13,2014-11-27,Thursday,16:30,PHI,DAL,33,10,-23,AT&T Stadium,Home,closed,matrixturf,2014112701
180
+ 178,2014_13_SEA_SF,2014,REG,13,2014-11-27,Thursday,20:30,SEA,SF,19,3,-16,Levi's Stadium,Home,outdoors,grass,2014112702
181
+ 179,2014_13_SD_BAL,2014,REG,13,2014-11-30,Sunday,13:00,SD,BAL,34,33,-1,M&T Bank Stadium,Home,outdoors,sportturf,2014113000
182
+ 180,2014_13_CLE_BUF,2014,REG,13,2014-11-30,Sunday,13:00,CLE,BUF,10,26,16,Ralph Wilson Stadium,Home,outdoors,a_turf,2014113001
183
+ 181,2014_13_TEN_HOU,2014,REG,13,2014-11-30,Sunday,13:00,TEN,HOU,21,45,24,NRG Stadium,Home,closed,grass,2014113002
184
+ 182,2014_13_WAS_IND,2014,REG,13,2014-11-30,Sunday,13:00,WAS,IND,27,49,22,Lucas Oil Stadium,Home,closed,fieldturf,2014113003
185
+ 183,2014_13_NYG_JAX,2014,REG,13,2014-11-30,Sunday,13:00,NYG,JAX,24,25,1,EverBank Field,Home,outdoors,grass,2014113004
186
+ 184,2014_13_CAR_MIN,2014,REG,13,2014-11-30,Sunday,13:00,CAR,MIN,13,31,18,TCF Bank Stadium,Home,outdoors,fieldturf,2014113005
187
+ 185,2014_13_NO_PIT,2014,REG,13,2014-11-30,Sunday,13:00,NO,PIT,35,32,-3,Heinz Field,Home,outdoors,grass,2014113006
188
+ 186,2014_13_OAK_STL,2014,REG,13,2014-11-30,Sunday,13:00,OAK,STL,0,52,52,Edward Jones Dome,Home,dome,astroplay,2014113007
189
+ 187,2014_13_CIN_TB,2014,REG,13,2014-11-30,Sunday,13:00,CIN,TB,14,13,-1,Raymond James Stadium,Home,outdoors,grass,2014113008
190
+ 188,2014_13_ARI_ATL,2014,REG,13,2014-11-30,Sunday,16:05,ARI,ATL,18,29,11,Georgia Dome,Home,dome,fieldturf,2014113009
191
+ 189,2014_13_NE_GB,2014,REG,13,2014-11-30,Sunday,16:25,NE,GB,21,26,5,Lambeau Field,Home,outdoors,grass,2014113010
192
+ 190,2014_13_DEN_KC,2014,REG,13,2014-11-30,Sunday,20:30,DEN,KC,29,16,-13,Arrowhead Stadium,Home,outdoors,grass,2014113011
193
+ 191,2014_13_MIA_NYJ,2014,REG,13,2014-12-01,Monday,20:30,MIA,NYJ,16,13,-3,MetLife Stadium,Home,outdoors,fieldturf,2014120100
194
+ 192,2014_14_DAL_CHI,2014,REG,14,2014-12-04,Thursday,20:25,DAL,CHI,41,28,-13,Soldier Field,Home,outdoors,grass,2014120400
195
+ 193,2014_14_PIT_CIN,2014,REG,14,2014-12-07,Sunday,13:00,PIT,CIN,42,21,-21,Paul Brown Stadium,Home,outdoors,fieldturf,2014120700
196
+ 194,2014_14_IND_CLE,2014,REG,14,2014-12-07,Sunday,13:00,IND,CLE,25,24,-1,FirstEnergy Stadium,Home,outdoors,grass,2014120701
197
+ 195,2014_14_TB_DET,2014,REG,14,2014-12-07,Sunday,13:00,TB,DET,17,34,17,Ford Field,Home,dome,fieldturf,2014120702
198
+ 196,2014_14_HOU_JAX,2014,REG,14,2014-12-07,Sunday,13:00,HOU,JAX,27,13,-14,EverBank Field,Home,outdoors,grass,2014120703
199
+ 197,2014_14_BAL_MIA,2014,REG,14,2014-12-07,Sunday,13:00,BAL,MIA,28,13,-15,Sun Life Stadium,Home,outdoors,grass,2014120704
200
+ 198,2014_14_NYJ_MIN,2014,REG,14,2014-12-07,Sunday,13:00,NYJ,MIN,24,30,6,TCF Bank Stadium,Home,outdoors,fieldturf,2014120705
201
+ 199,2014_14_CAR_NO,2014,REG,14,2014-12-07,Sunday,13:00,CAR,NO,41,10,-31,Mercedes-Benz Superdome,Home,dome,sportturf,2014120706
202
+ 200,2014_14_NYG_TEN,2014,REG,14,2014-12-07,Sunday,13:00,NYG,TEN,36,7,-29,LP Field,Home,outdoors,grass,2014120707
203
+ 201,2014_14_STL_WAS,2014,REG,14,2014-12-07,Sunday,13:00,STL,WAS,24,0,-24,FedExField,Home,outdoors,grass,2014120708
204
+ 202,2014_14_KC_ARI,2014,REG,14,2014-12-07,Sunday,16:05,KC,ARI,14,17,3,University of Phoenix Stadium,Home,closed,grass,2014120709
205
+ 203,2014_14_BUF_DEN,2014,REG,14,2014-12-07,Sunday,16:05,BUF,DEN,17,24,7,Sports Authority Field at Mile High,Home,outdoors,grass,2014120710
206
+ 204,2014_14_SF_OAK,2014,REG,14,2014-12-07,Sunday,16:25,SF,OAK,13,24,11,O.co Coliseum,Home,outdoors,grass,2014120711
207
+ 205,2014_14_SEA_PHI,2014,REG,14,2014-12-07,Sunday,16:25,SEA,PHI,24,14,-10,Lincoln Financial Field,Home,outdoors,grass,2014120712
208
+ 206,2014_14_NE_SD,2014,REG,14,2014-12-07,Sunday,20:30,NE,SD,23,14,-9,Qualcomm Stadium,Home,outdoors,grass,2014120713
209
+ 207,2014_14_ATL_GB,2014,REG,14,2014-12-08,Monday,20:30,ATL,GB,37,43,6,Lambeau Field,Home,outdoors,grass,2014120800
210
+ 208,2014_15_ARI_STL,2014,REG,15,2014-12-11,Thursday,20:25,ARI,STL,12,6,-6,Edward Jones Dome,Home,dome,astroplay,2014121100
211
+ 209,2014_15_PIT_ATL,2014,REG,15,2014-12-14,Sunday,13:00,PIT,ATL,27,20,-7,Georgia Dome,Home,dome,fieldturf,2014121400
212
+ 210,2014_15_JAX_BAL,2014,REG,15,2014-12-14,Sunday,13:00,JAX,BAL,12,20,8,M&T Bank Stadium,Home,outdoors,sportturf,2014121401
213
+ 211,2014_15_GB_BUF,2014,REG,15,2014-12-14,Sunday,13:00,GB,BUF,13,21,8,Ralph Wilson Stadium,Home,outdoors,a_turf,2014121402
214
+ 212,2014_15_TB_CAR,2014,REG,15,2014-12-14,Sunday,13:00,TB,CAR,17,19,2,Bank of America Stadium,Home,outdoors,grass,2014121403
215
+ 213,2014_15_CIN_CLE,2014,REG,15,2014-12-14,Sunday,13:00,CIN,CLE,30,0,-30,FirstEnergy Stadium,Home,outdoors,grass,2014121404
216
+ 214,2014_15_HOU_IND,2014,REG,15,2014-12-14,Sunday,13:00,HOU,IND,10,17,7,Lucas Oil Stadium,Home,closed,fieldturf,2014121406
217
+ 215,2014_15_OAK_KC,2014,REG,15,2014-12-14,Sunday,13:00,OAK,KC,13,31,18,Arrowhead Stadium,Home,outdoors,grass,2014121407
218
+ 216,2014_15_MIA_NE,2014,REG,15,2014-12-14,Sunday,13:00,MIA,NE,13,41,28,Gillette Stadium,Home,outdoors,fieldturf,2014121408
219
+ 217,2014_15_WAS_NYG,2014,REG,15,2014-12-14,Sunday,13:00,WAS,NYG,13,24,11,MetLife Stadium,Home,outdoors,fieldturf,2014121409
220
+ 218,2014_15_DEN_SD,2014,REG,15,2014-12-14,Sunday,16:05,DEN,SD,22,10,-12,Qualcomm Stadium,Home,outdoors,grass,2014121410
221
+ 219,2014_15_NYJ_TEN,2014,REG,15,2014-12-14,Sunday,16:05,NYJ,TEN,16,11,-5,LP Field,Home,outdoors,grass,2014121411
222
+ 220,2014_15_MIN_DET,2014,REG,15,2014-12-14,Sunday,16:25,MIN,DET,14,16,2,Ford Field,Home,dome,fieldturf,2014121405
223
+ 221,2014_15_SF_SEA,2014,REG,15,2014-12-14,Sunday,16:25,SF,SEA,7,17,10,CenturyLink Field,Home,outdoors,fieldturf,2014121412
224
+ 222,2014_15_DAL_PHI,2014,REG,15,2014-12-14,Sunday,20:30,DAL,PHI,38,27,-11,Lincoln Financial Field,Home,outdoors,grass,2014121413
225
+ 223,2014_15_NO_CHI,2014,REG,15,2014-12-15,Monday,20:30,NO,CHI,31,15,-16,Soldier Field,Home,outdoors,grass,2014121500
226
+ 224,2014_16_TEN_JAX,2014,REG,16,2014-12-18,Thursday,20:25,TEN,JAX,13,21,8,EverBank Field,Home,outdoors,grass,2014121800
227
+ 225,2014_16_PHI_WAS,2014,REG,16,2014-12-20,Saturday,16:25,PHI,WAS,24,27,3,FedExField,Home,outdoors,grass,2014122000
228
+ 226,2014_16_SD_SF,2014,REG,16,2014-12-20,Saturday,20:25,SD,SF,38,35,-3,Levi's Stadium,Home,outdoors,grass,2014122001
229
+ 227,2014_16_CLE_CAR,2014,REG,16,2014-12-21,Sunday,13:00,CLE,CAR,13,17,4,Bank of America Stadium,Home,outdoors,grass,2014122100
230
+ 228,2014_16_DET_CHI,2014,REG,16,2014-12-21,Sunday,13:00,DET,CHI,20,14,-6,Soldier Field,Home,outdoors,grass,2014122101
231
+ 229,2014_16_BAL_HOU,2014,REG,16,2014-12-21,Sunday,13:00,BAL,HOU,13,25,12,NRG Stadium,Home,closed,grass,2014122102
232
+ 230,2014_16_MIN_MIA,2014,REG,16,2014-12-21,Sunday,13:00,MIN,MIA,35,37,2,Sun Life Stadium,Home,outdoors,grass,2014122103
233
+ 231,2014_16_ATL_NO,2014,REG,16,2014-12-21,Sunday,13:00,ATL,NO,30,14,-16,Mercedes-Benz Superdome,Home,dome,sportturf,2014122104
234
+ 232,2014_16_NE_NYJ,2014,REG,16,2014-12-21,Sunday,13:00,NE,NYJ,17,16,-1,MetLife Stadium,Home,outdoors,fieldturf,2014122105
235
+ 233,2014_16_KC_PIT,2014,REG,16,2014-12-21,Sunday,13:00,KC,PIT,12,20,8,Heinz Field,Home,outdoors,grass,2014122106
236
+ 234,2014_16_GB_TB,2014,REG,16,2014-12-21,Sunday,13:00,GB,TB,20,3,-17,Raymond James Stadium,Home,outdoors,grass,2014122107
237
+ 235,2014_16_NYG_STL,2014,REG,16,2014-12-21,Sunday,16:05,NYG,STL,37,27,-10,Edward Jones Dome,Home,dome,astroplay,2014122108
238
+ 236,2014_16_IND_DAL,2014,REG,16,2014-12-21,Sunday,16:25,IND,DAL,7,42,35,AT&T Stadium,Home,closed,matrixturf,2014122109
239
+ 237,2014_16_BUF_OAK,2014,REG,16,2014-12-21,Sunday,16:25,BUF,OAK,24,26,2,O.co Coliseum,Home,outdoors,grass,2014122110
240
+ 238,2014_16_SEA_ARI,2014,REG,16,2014-12-21,Sunday,20:30,SEA,ARI,35,6,-29,University of Phoenix Stadium,Home,closed,grass,2014122111
241
+ 239,2014_16_DEN_CIN,2014,REG,16,2014-12-22,Monday,20:30,DEN,CIN,28,37,9,Paul Brown Stadium,Home,outdoors,fieldturf,2014122200
242
+ 240,2014_17_CLE_BAL,2014,REG,17,2014-12-28,Sunday,13:00,CLE,BAL,10,20,10,M&T Bank Stadium,Home,outdoors,sportturf,2014122801
243
+ 241,2014_17_JAX_HOU,2014,REG,17,2014-12-28,Sunday,13:00,JAX,HOU,17,23,6,NRG Stadium,Home,closed,grass,2014122803
244
+ 242,2014_17_SD_KC,2014,REG,17,2014-12-28,Sunday,13:00,SD,KC,7,19,12,Arrowhead Stadium,Home,outdoors,grass,2014122804
245
+ 243,2014_17_NYJ_MIA,2014,REG,17,2014-12-28,Sunday,13:00,NYJ,MIA,37,24,-13,Sun Life Stadium,Home,outdoors,grass,2014122805
246
+ 244,2014_17_CHI_MIN,2014,REG,17,2014-12-28,Sunday,13:00,CHI,MIN,9,13,4,TCF Bank Stadium,Home,outdoors,fieldturf,2014122806
247
+ 245,2014_17_BUF_NE,2014,REG,17,2014-12-28,Sunday,13:00,BUF,NE,17,9,-8,Gillette Stadium,Home,outdoors,fieldturf,2014122807
248
+ 246,2014_17_PHI_NYG,2014,REG,17,2014-12-28,Sunday,13:00,PHI,NYG,34,26,-8,MetLife Stadium,Home,outdoors,fieldturf,2014122808
249
+ 247,2014_17_NO_TB,2014,REG,17,2014-12-28,Sunday,13:00,NO,TB,23,20,-3,Raymond James Stadium,Home,outdoors,grass,2014122810
250
+ 248,2014_17_IND_TEN,2014,REG,17,2014-12-28,Sunday,13:00,IND,TEN,27,10,-17,LP Field,Home,outdoors,grass,2014122811
251
+ 249,2014_17_DAL_WAS,2014,REG,17,2014-12-28,Sunday,13:00,DAL,WAS,44,17,-27,FedExField,Home,outdoors,grass,2014122812
252
+ 250,2014_17_CAR_ATL,2014,REG,17,2014-12-28,Sunday,16:25,CAR,ATL,34,3,-31,Georgia Dome,Home,dome,fieldturf,2014122800
253
+ 251,2014_17_OAK_DEN,2014,REG,17,2014-12-28,Sunday,16:25,OAK,DEN,14,47,33,Sports Authority Field at Mile High,Home,outdoors,grass,2014122813
254
+ 252,2014_17_DET_GB,2014,REG,17,2014-12-28,Sunday,16:25,DET,GB,20,30,10,Lambeau Field,Home,outdoors,grass,2014122802
255
+ 253,2014_17_STL_SEA,2014,REG,17,2014-12-28,Sunday,16:25,STL,SEA,6,20,14,CenturyLink Field,Home,outdoors,fieldturf,2014122815
256
+ 254,2014_17_ARI_SF,2014,REG,17,2014-12-28,Sunday,16:25,ARI,SF,17,20,3,Levi's Stadium,Home,outdoors,grass,2014122814
257
+ 255,2014_17_CIN_PIT,2014,REG,17,2014-12-28,Sunday,20:30,CIN,PIT,17,27,10,Heinz Field,Home,outdoors,grass,2014122809
258
+ 256,2014_18_ARI_CAR,2014,WC,18,2015-01-03,Saturday,16:35,ARI,CAR,16,27,11,Bank of America Stadium,Home,outdoors,grass,2015010300
259
+ 257,2014_18_BAL_PIT,2014,WC,18,2015-01-03,Saturday,20:15,BAL,PIT,30,17,-13,Heinz Field,Home,outdoors,grass,2015010301
260
+ 258,2014_18_CIN_IND,2014,WC,18,2015-01-04,Sunday,13:05,CIN,IND,10,26,16,Lucas Oil Stadium,Home,closed,fieldturf,2015010400
261
+ 259,2014_18_DET_DAL,2014,WC,18,2015-01-04,Sunday,16:40,DET,DAL,20,24,4,AT&T Stadium,Home,closed,matrixturf,2015010401
262
+ 260,2014_19_BAL_NE,2014,DIV,19,2015-01-10,Saturday,16:35,BAL,NE,31,35,4,Gillette Stadium,Home,outdoors,fieldturf,2015011000
263
+ 261,2014_19_CAR_SEA,2014,DIV,19,2015-01-10,Saturday,20:15,CAR,SEA,17,31,14,CenturyLink Field,Home,outdoors,fieldturf,2015011001
264
+ 262,2014_19_DAL_GB,2014,DIV,19,2015-01-11,Sunday,13:05,DAL,GB,21,26,5,Lambeau Field,Home,outdoors,grass,2015011100
265
+ 263,2014_19_IND_DEN,2014,DIV,19,2015-01-11,Sunday,16:40,IND,DEN,24,13,-11,Sports Authority Field at Mile High,Home,outdoors,grass,2015011101
266
+ 264,2014_20_GB_SEA,2014,CON,20,2015-01-18,Sunday,15:05,GB,SEA,22,28,6,CenturyLink Field,Home,outdoors,fieldturf,2015011800
267
+ 265,2014_20_IND_NE,2014,CON,20,2015-01-18,Sunday,18:50,IND,NE,7,45,38,Gillette Stadium,Home,outdoors,fieldturf,2015011801
268
+ 266,2014_21_NE_SEA,2014,SB,21,2015-02-01,Sunday,18:30,NE,SEA,28,24,-4,University of Phoenix Stadium,Neutral,closed,grass,2015020100
Source/Build/nfl_data_py/data/schedules/2015.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2015_01_PIT_NE,2015,REG,1,2015-09-10,Thursday,20:30,PIT,NE,21,28,7,Gillette Stadium,Home,outdoors,fieldturf,2015091000
3
+ 1,2015_01_IND_BUF,2015,REG,1,2015-09-13,Sunday,13:00,IND,BUF,14,27,13,Ralph Wilson Stadium,Home,outdoors,a_turf,2015091304
4
+ 2,2015_01_GB_CHI,2015,REG,1,2015-09-13,Sunday,13:00,GB,CHI,31,23,-8,Soldier Field,Home,outdoors,grass,2015091300
5
+ 3,2015_01_KC_HOU,2015,REG,1,2015-09-13,Sunday,13:00,KC,HOU,27,20,-7,NRG Stadium,Home,closed,grass,2015091306
6
+ 4,2015_01_CAR_JAX,2015,REG,1,2015-09-13,Sunday,13:00,CAR,JAX,20,9,-11,EverBank Field,Home,outdoors,grass,2015091302
7
+ 5,2015_01_CLE_NYJ,2015,REG,1,2015-09-13,Sunday,13:00,CLE,NYJ,10,31,21,MetLife Stadium,Home,outdoors,fieldturf,2015091305
8
+ 6,2015_01_SEA_STL,2015,REG,1,2015-09-13,Sunday,13:00,SEA,STL,31,34,3,Edward Jones Dome,Home,dome,astroplay,2015091301
9
+ 7,2015_01_MIA_WAS,2015,REG,1,2015-09-13,Sunday,13:00,MIA,WAS,17,10,-7,FedExField,Home,outdoors,grass,2015091303
10
+ 8,2015_01_NO_ARI,2015,REG,1,2015-09-13,Sunday,16:05,NO,ARI,19,31,12,University of Phoenix Stadium,Home,closed,grass,2015091307
11
+ 9,2015_01_DET_SD,2015,REG,1,2015-09-13,Sunday,16:05,DET,SD,28,33,5,Qualcomm Stadium,Home,outdoors,grass,2015091308
12
+ 10,2015_01_BAL_DEN,2015,REG,1,2015-09-13,Sunday,16:25,BAL,DEN,13,19,6,Sports Authority Field at Mile High,Home,outdoors,grass,2015091309
13
+ 11,2015_01_CIN_OAK,2015,REG,1,2015-09-13,Sunday,16:25,CIN,OAK,33,13,-20,O.co Coliseum,Home,outdoors,grass,2015091310
14
+ 12,2015_01_TEN_TB,2015,REG,1,2015-09-13,Sunday,16:25,TEN,TB,42,14,-28,Raymond James Stadium,Home,outdoors,grass,2015091311
15
+ 13,2015_01_NYG_DAL,2015,REG,1,2015-09-13,Sunday,20:30,NYG,DAL,26,27,1,AT&T Stadium,Home,closed,matrixturf,2015091312
16
+ 14,2015_01_PHI_ATL,2015,REG,1,2015-09-14,Monday,19:10,PHI,ATL,24,26,2,Georgia Dome,Home,dome,fieldturf,2015091400
17
+ 15,2015_01_MIN_SF,2015,REG,1,2015-09-14,Monday,22:20,MIN,SF,3,20,17,Levi's Stadium,Home,outdoors,grass,2015091401
18
+ 16,2015_02_DEN_KC,2015,REG,2,2015-09-17,Thursday,20:25,DEN,KC,31,24,-7,Arrowhead Stadium,Home,outdoors,grass,2015091700
19
+ 17,2015_02_NE_BUF,2015,REG,2,2015-09-20,Sunday,13:00,NE,BUF,40,32,-8,Ralph Wilson Stadium,Home,outdoors,a_turf,2015092001
20
+ 18,2015_02_HOU_CAR,2015,REG,2,2015-09-20,Sunday,13:00,HOU,CAR,17,24,7,Bank of America Stadium,Home,outdoors,grass,2015092000
21
+ 19,2015_02_ARI_CHI,2015,REG,2,2015-09-20,Sunday,13:00,ARI,CHI,48,23,-25,Soldier Field,Home,outdoors,grass,2015092006
22
+ 20,2015_02_SD_CIN,2015,REG,2,2015-09-20,Sunday,13:00,SD,CIN,19,24,5,Paul Brown Stadium,Home,outdoors,fieldturf,2015092002
23
+ 21,2015_02_TEN_CLE,2015,REG,2,2015-09-20,Sunday,13:00,TEN,CLE,14,28,14,FirstEnergy Stadium,Home,outdoors,grass,2015092003
24
+ 22,2015_02_DET_MIN,2015,REG,2,2015-09-20,Sunday,13:00,DET,MIN,16,26,10,TCF Bank Stadium,Home,outdoors,fieldturf,2015092007
25
+ 23,2015_02_TB_NO,2015,REG,2,2015-09-20,Sunday,13:00,TB,NO,26,19,-7,Mercedes-Benz Superdome,Home,dome,sportturf,2015092008
26
+ 24,2015_02_ATL_NYG,2015,REG,2,2015-09-20,Sunday,13:00,ATL,NYG,24,20,-4,MetLife Stadium,Home,outdoors,fieldturf,2015092004
27
+ 25,2015_02_SF_PIT,2015,REG,2,2015-09-20,Sunday,13:00,SF,PIT,18,43,25,Heinz Field,Home,outdoors,grass,2015092009
28
+ 26,2015_02_STL_WAS,2015,REG,2,2015-09-20,Sunday,13:00,STL,WAS,10,24,14,FedExField,Home,outdoors,grass,2015092005
29
+ 27,2015_02_MIA_JAX,2015,REG,2,2015-09-20,Sunday,16:05,MIA,JAX,20,23,3,EverBank Field,Home,outdoors,grass,2015092011
30
+ 28,2015_02_BAL_OAK,2015,REG,2,2015-09-20,Sunday,16:05,BAL,OAK,33,37,4,O.co Coliseum,Home,outdoors,grass,2015092010
31
+ 29,2015_02_DAL_PHI,2015,REG,2,2015-09-20,Sunday,16:25,DAL,PHI,20,10,-10,Lincoln Financial Field,Home,outdoors,grass,2015092012
32
+ 30,2015_02_SEA_GB,2015,REG,2,2015-09-20,Sunday,20:30,SEA,GB,17,27,10,Lambeau Field,Home,outdoors,grass,2015092013
33
+ 31,2015_02_NYJ_IND,2015,REG,2,2015-09-21,Monday,20:30,NYJ,IND,20,7,-13,Lucas Oil Stadium,Home,closed,fieldturf,2015092100
34
+ 32,2015_03_WAS_NYG,2015,REG,3,2015-09-24,Thursday,20:25,WAS,NYG,21,32,11,MetLife Stadium,Home,outdoors,fieldturf,2015092400
35
+ 33,2015_03_CIN_BAL,2015,REG,3,2015-09-27,Sunday,13:00,CIN,BAL,28,24,-4,M&T Bank Stadium,Home,outdoors,sportturf,2015092707
36
+ 34,2015_03_NO_CAR,2015,REG,3,2015-09-27,Sunday,13:00,NO,CAR,22,27,5,Bank of America Stadium,Home,outdoors,grass,2015092701
37
+ 35,2015_03_OAK_CLE,2015,REG,3,2015-09-27,Sunday,13:00,OAK,CLE,27,20,-7,FirstEnergy Stadium,Home,outdoors,grass,2015092708
38
+ 36,2015_03_ATL_DAL,2015,REG,3,2015-09-27,Sunday,13:00,ATL,DAL,39,28,-11,AT&T Stadium,Home,closed,matrixturf,2015092700
39
+ 37,2015_03_TB_HOU,2015,REG,3,2015-09-27,Sunday,13:00,TB,HOU,9,19,10,NRG Stadium,Home,closed,fieldturf,2015092703
40
+ 38,2015_03_SD_MIN,2015,REG,3,2015-09-27,Sunday,13:00,SD,MIN,14,31,17,TCF Bank Stadium,Home,outdoors,fieldturf,2015092704
41
+ 39,2015_03_JAX_NE,2015,REG,3,2015-09-27,Sunday,13:00,JAX,NE,17,51,34,Gillette Stadium,Home,outdoors,fieldturf,2015092706
42
+ 40,2015_03_PHI_NYJ,2015,REG,3,2015-09-27,Sunday,13:00,PHI,NYJ,24,17,-7,MetLife Stadium,Home,outdoors,fieldturf,2015092702
43
+ 41,2015_03_PIT_STL,2015,REG,3,2015-09-27,Sunday,13:00,PIT,STL,12,6,-6,Edward Jones Dome,Home,dome,astroplay,2015092705
44
+ 42,2015_03_IND_TEN,2015,REG,3,2015-09-27,Sunday,13:00,IND,TEN,35,33,-2,Nissan Stadium,Home,outdoors,grass,2015092709
45
+ 43,2015_03_SF_ARI,2015,REG,3,2015-09-27,Sunday,16:05,SF,ARI,7,47,40,University of Phoenix Stadium,Home,closed,grass,2015092710
46
+ 44,2015_03_BUF_MIA,2015,REG,3,2015-09-27,Sunday,16:25,BUF,MIA,41,14,-27,Sun Life Stadium,Home,outdoors,grass,2015092712
47
+ 45,2015_03_CHI_SEA,2015,REG,3,2015-09-27,Sunday,16:25,CHI,SEA,0,26,26,CenturyLink Field,Home,outdoors,fieldturf,2015092711
48
+ 46,2015_03_DEN_DET,2015,REG,3,2015-09-27,Sunday,20:30,DEN,DET,24,12,-12,Ford Field,Home,dome,fieldturf,2015092713
49
+ 47,2015_03_KC_GB,2015,REG,3,2015-09-28,Monday,20:30,KC,GB,28,38,10,Lambeau Field,Home,outdoors,grass,2015092800
50
+ 48,2015_04_BAL_PIT,2015,REG,4,2015-10-01,Thursday,20:25,BAL,PIT,23,20,-3,Heinz Field,Home,outdoors,grass,2015100100
51
+ 49,2015_04_NYJ_MIA,2015,REG,4,2015-10-04,Sunday,09:30,NYJ,MIA,27,14,-13,Wembley Stadium,Neutral,outdoors,grass,2015100400
52
+ 50,2015_04_HOU_ATL,2015,REG,4,2015-10-04,Sunday,13:00,HOU,ATL,21,48,27,Georgia Dome,Home,dome,fieldturf,2015100402
53
+ 51,2015_04_NYG_BUF,2015,REG,4,2015-10-04,Sunday,13:00,NYG,BUF,24,10,-14,Ralph Wilson Stadium,Home,outdoors,a_turf,2015100407
54
+ 52,2015_04_OAK_CHI,2015,REG,4,2015-10-04,Sunday,13:00,OAK,CHI,20,22,2,Soldier Field,Home,outdoors,grass,2015100401
55
+ 53,2015_04_KC_CIN,2015,REG,4,2015-10-04,Sunday,13:00,KC,CIN,21,36,15,Paul Brown Stadium,Home,outdoors,fieldturf,2015100403
56
+ 54,2015_04_JAX_IND,2015,REG,4,2015-10-04,Sunday,13:00,JAX,IND,13,16,3,Lucas Oil Stadium,Home,open,fieldturf,2015100404
57
+ 55,2015_04_CAR_TB,2015,REG,4,2015-10-04,Sunday,13:00,CAR,TB,37,23,-14,Raymond James Stadium,Home,outdoors,grass,2015100406
58
+ 56,2015_04_PHI_WAS,2015,REG,4,2015-10-04,Sunday,13:00,PHI,WAS,20,23,3,FedExField,Home,outdoors,grass,2015100405
59
+ 57,2015_04_CLE_SD,2015,REG,4,2015-10-04,Sunday,16:05,CLE,SD,27,30,3,Qualcomm Stadium,Home,outdoors,grass,2015100408
60
+ 58,2015_04_STL_ARI,2015,REG,4,2015-10-04,Sunday,16:25,STL,ARI,24,22,-2,University of Phoenix Stadium,Home,closed,grass,2015100410
61
+ 59,2015_04_MIN_DEN,2015,REG,4,2015-10-04,Sunday,16:25,MIN,DEN,20,23,3,Sports Authority Field at Mile High,Home,outdoors,grass,2015100411
62
+ 60,2015_04_GB_SF,2015,REG,4,2015-10-04,Sunday,16:25,GB,SF,17,3,-14,Levi's Stadium,Home,outdoors,grass,2015100409
63
+ 61,2015_04_DAL_NO,2015,REG,4,2015-10-04,Sunday,20:30,DAL,NO,20,26,6,Mercedes-Benz Superdome,Home,dome,sportturf,2015100412
64
+ 62,2015_04_DET_SEA,2015,REG,4,2015-10-05,Monday,20:30,DET,SEA,10,13,3,CenturyLink Field,Home,outdoors,fieldturf,2015100500
65
+ 63,2015_05_IND_HOU,2015,REG,5,2015-10-08,Thursday,20:25,IND,HOU,27,20,-7,NRG Stadium,Home,closed,fieldturf,2015100800
66
+ 64,2015_05_WAS_ATL,2015,REG,5,2015-10-11,Sunday,13:00,WAS,ATL,19,25,6,Georgia Dome,Home,dome,fieldturf,2015101103
67
+ 65,2015_05_CLE_BAL,2015,REG,5,2015-10-11,Sunday,13:00,CLE,BAL,33,30,-3,M&T Bank Stadium,Home,outdoors,sportturf,2015101105
68
+ 66,2015_05_SEA_CIN,2015,REG,5,2015-10-11,Sunday,13:00,SEA,CIN,24,27,3,Paul Brown Stadium,Home,outdoors,fieldturf,2015101102
69
+ 67,2015_05_STL_GB,2015,REG,5,2015-10-11,Sunday,13:00,STL,GB,10,24,14,Lambeau Field,Home,outdoors,grass,2015101107
70
+ 68,2015_05_CHI_KC,2015,REG,5,2015-10-11,Sunday,13:00,CHI,KC,18,17,-1,Arrowhead Stadium,Home,outdoors,grass,2015101101
71
+ 69,2015_05_NO_PHI,2015,REG,5,2015-10-11,Sunday,13:00,NO,PHI,17,39,22,Lincoln Financial Field,Home,outdoors,grass,2015101100
72
+ 70,2015_05_JAX_TB,2015,REG,5,2015-10-11,Sunday,13:00,JAX,TB,31,38,7,Raymond James Stadium,Home,outdoors,grass,2015101104
73
+ 71,2015_05_BUF_TEN,2015,REG,5,2015-10-11,Sunday,13:00,BUF,TEN,14,13,-1,Nissan Stadium,Home,outdoors,grass,2015101106
74
+ 72,2015_05_ARI_DET,2015,REG,5,2015-10-11,Sunday,16:05,ARI,DET,42,17,-25,Ford Field,Home,dome,fieldturf,2015101108
75
+ 73,2015_05_NE_DAL,2015,REG,5,2015-10-11,Sunday,16:25,NE,DAL,30,6,-24,AT&T Stadium,Home,closed,matrixturf,2015101109
76
+ 74,2015_05_DEN_OAK,2015,REG,5,2015-10-11,Sunday,16:25,DEN,OAK,16,10,-6,O.co Coliseum,Home,outdoors,grass,2015101110
77
+ 75,2015_05_SF_NYG,2015,REG,5,2015-10-11,Sunday,20:30,SF,NYG,27,30,3,MetLife Stadium,Home,outdoors,fieldturf,2015101111
78
+ 76,2015_05_PIT_SD,2015,REG,5,2015-10-12,Monday,20:30,PIT,SD,24,20,-4,Qualcomm Stadium,Home,outdoors,grass,2015101200
79
+ 77,2015_06_ATL_NO,2015,REG,6,2015-10-15,Thursday,20:25,ATL,NO,21,31,10,Mercedes-Benz Superdome,Home,dome,sportturf,2015101500
80
+ 78,2015_06_CIN_BUF,2015,REG,6,2015-10-18,Sunday,13:00,CIN,BUF,34,21,-13,Ralph Wilson Stadium,Home,outdoors,a_turf,2015101804
81
+ 79,2015_06_DEN_CLE,2015,REG,6,2015-10-18,Sunday,13:00,DEN,CLE,26,23,-3,FirstEnergy Stadium,Home,outdoors,grass,2015101805
82
+ 80,2015_06_CHI_DET,2015,REG,6,2015-10-18,Sunday,13:00,CHI,DET,34,37,3,Ford Field,Home,dome,fieldturf,2015101800
83
+ 81,2015_06_HOU_JAX,2015,REG,6,2015-10-18,Sunday,13:00,HOU,JAX,31,20,-11,EverBank Field,Home,outdoors,grass,2015101807
84
+ 82,2015_06_KC_MIN,2015,REG,6,2015-10-18,Sunday,13:00,KC,MIN,10,16,6,TCF Bank Stadium,Home,outdoors,fieldturf,2015101803
85
+ 83,2015_06_WAS_NYJ,2015,REG,6,2015-10-18,Sunday,13:00,WAS,NYJ,20,34,14,MetLife Stadium,Home,outdoors,fieldturf,2015101801
86
+ 84,2015_06_ARI_PIT,2015,REG,6,2015-10-18,Sunday,13:00,ARI,PIT,13,25,12,Heinz Field,Home,outdoors,grass,2015101802
87
+ 85,2015_06_MIA_TEN,2015,REG,6,2015-10-18,Sunday,13:00,MIA,TEN,38,10,-28,Nissan Stadium,Home,outdoors,grass,2015101806
88
+ 86,2015_06_CAR_SEA,2015,REG,6,2015-10-18,Sunday,16:05,CAR,SEA,27,23,-4,CenturyLink Field,Home,outdoors,fieldturf,2015101808
89
+ 87,2015_06_SD_GB,2015,REG,6,2015-10-18,Sunday,16:25,SD,GB,20,27,7,Lambeau Field,Home,outdoors,grass,2015101809
90
+ 88,2015_06_BAL_SF,2015,REG,6,2015-10-18,Sunday,16:25,BAL,SF,20,25,5,Levi's Stadium,Home,outdoors,grass,2015101810
91
+ 89,2015_06_NE_IND,2015,REG,6,2015-10-18,Sunday,20:30,NE,IND,34,27,-7,Lucas Oil Stadium,Home,closed,fieldturf,2015101811
92
+ 90,2015_06_NYG_PHI,2015,REG,6,2015-10-19,Monday,20:30,NYG,PHI,7,27,20,Lincoln Financial Field,Home,outdoors,grass,2015101900
93
+ 91,2015_07_SEA_SF,2015,REG,7,2015-10-22,Thursday,20:25,SEA,SF,20,3,-17,Levi's Stadium,Home,outdoors,grass,2015102200
94
+ 92,2015_07_BUF_JAX,2015,REG,7,2015-10-25,Sunday,09:30,BUF,JAX,31,34,3,Wembley Stadium,Neutral,outdoors,grass,2015102500
95
+ 93,2015_07_MIN_DET,2015,REG,7,2015-10-25,Sunday,13:00,MIN,DET,28,19,-9,Ford Field,Home,dome,fieldturf,2015102506
96
+ 94,2015_07_NO_IND,2015,REG,7,2015-10-25,Sunday,13:00,NO,IND,27,21,-6,Lucas Oil Stadium,Home,open,fieldturf,2015102507
97
+ 95,2015_07_PIT_KC,2015,REG,7,2015-10-25,Sunday,13:00,PIT,KC,13,23,10,Arrowhead Stadium,Home,outdoors,grass,2015102504
98
+ 96,2015_07_HOU_MIA,2015,REG,7,2015-10-25,Sunday,13:00,HOU,MIA,26,44,18,Sun Life Stadium,Home,outdoors,grass,2015102502
99
+ 97,2015_07_NYJ_NE,2015,REG,7,2015-10-25,Sunday,13:00,NYJ,NE,23,30,7,Gillette Stadium,Home,outdoors,fieldturf,2015102503
100
+ 98,2015_07_CLE_STL,2015,REG,7,2015-10-25,Sunday,13:00,CLE,STL,6,24,18,Edward Jones Dome,Home,dome,astroplay,2015102501
101
+ 99,2015_07_ATL_TEN,2015,REG,7,2015-10-25,Sunday,13:00,ATL,TEN,10,7,-3,Nissan Stadium,Home,outdoors,grass,2015102508
102
+ 100,2015_07_TB_WAS,2015,REG,7,2015-10-25,Sunday,13:00,TB,WAS,30,31,1,FedExField,Home,outdoors,grass,2015102505
103
+ 101,2015_07_OAK_SD,2015,REG,7,2015-10-25,Sunday,16:05,OAK,SD,37,29,-8,Qualcomm Stadium,Home,outdoors,grass,2015102509
104
+ 102,2015_07_DAL_NYG,2015,REG,7,2015-10-25,Sunday,16:25,DAL,NYG,20,27,7,MetLife Stadium,Home,outdoors,fieldturf,2015102510
105
+ 103,2015_07_PHI_CAR,2015,REG,7,2015-10-25,Sunday,20:30,PHI,CAR,16,27,11,Bank of America Stadium,Home,outdoors,grass,2015102511
106
+ 104,2015_07_BAL_ARI,2015,REG,7,2015-10-26,Monday,20:30,BAL,ARI,18,26,8,University of Phoenix Stadium,Home,closed,grass,2015102600
107
+ 105,2015_08_MIA_NE,2015,REG,8,2015-10-29,Thursday,20:25,MIA,NE,7,36,29,Gillette Stadium,Home,outdoors,fieldturf,2015102900
108
+ 106,2015_08_DET_KC,2015,REG,8,2015-11-01,Sunday,09:30,DET,KC,10,45,35,Wembley Stadium,Neutral,outdoors,grass,2015110100
109
+ 107,2015_08_TB_ATL,2015,REG,8,2015-11-01,Sunday,13:00,TB,ATL,23,20,-3,Georgia Dome,Home,dome,fieldturf,2015110105
110
+ 108,2015_08_SD_BAL,2015,REG,8,2015-11-01,Sunday,13:00,SD,BAL,26,29,3,M&T Bank Stadium,Home,outdoors,sportturf,2015110101
111
+ 109,2015_08_MIN_CHI,2015,REG,8,2015-11-01,Sunday,13:00,MIN,CHI,23,20,-3,Soldier Field,Home,outdoors,grass,2015110104
112
+ 110,2015_08_ARI_CLE,2015,REG,8,2015-11-01,Sunday,13:00,ARI,CLE,34,20,-14,FirstEnergy Stadium,Home,outdoors,grass,2015110108
113
+ 111,2015_08_TEN_HOU,2015,REG,8,2015-11-01,Sunday,13:00,TEN,HOU,6,20,14,NRG Stadium,Home,closed,fieldturf,2015110103
114
+ 112,2015_08_NYG_NO,2015,REG,8,2015-11-01,Sunday,13:00,NYG,NO,49,52,3,Mercedes-Benz Superdome,Home,dome,sportturf,2015110106
115
+ 113,2015_08_CIN_PIT,2015,REG,8,2015-11-01,Sunday,13:00,CIN,PIT,16,10,-6,Heinz Field,Home,outdoors,grass,2015110102
116
+ 114,2015_08_SF_STL,2015,REG,8,2015-11-01,Sunday,13:00,SF,STL,6,27,21,Edward Jones Dome,Home,dome,astroplay,2015110107
117
+ 115,2015_08_NYJ_OAK,2015,REG,8,2015-11-01,Sunday,16:05,NYJ,OAK,20,34,14,O.co Coliseum,Home,outdoors,grass,2015110109
118
+ 116,2015_08_SEA_DAL,2015,REG,8,2015-11-01,Sunday,16:25,SEA,DAL,13,12,-1,AT&T Stadium,Home,closed,matrixturf,2015110110
119
+ 117,2015_08_GB_DEN,2015,REG,8,2015-11-01,Sunday,20:30,GB,DEN,10,29,19,Sports Authority Field at Mile High,Home,outdoors,grass,2015110111
120
+ 118,2015_08_IND_CAR,2015,REG,8,2015-11-02,Monday,20:30,IND,CAR,26,29,3,Bank of America Stadium,Home,outdoors,grass,2015110200
121
+ 119,2015_09_CLE_CIN,2015,REG,9,2015-11-05,Thursday,20:25,CLE,CIN,10,31,21,Paul Brown Stadium,Home,outdoors,fieldturf,2015110500
122
+ 120,2015_09_MIA_BUF,2015,REG,9,2015-11-08,Sunday,13:00,MIA,BUF,17,33,16,Ralph Wilson Stadium,Home,outdoors,a_turf,2015110804
123
+ 121,2015_09_GB_CAR,2015,REG,9,2015-11-08,Sunday,13:00,GB,CAR,29,37,8,Bank of America Stadium,Home,outdoors,grass,2015110801
124
+ 122,2015_09_STL_MIN,2015,REG,9,2015-11-08,Sunday,13:00,STL,MIN,18,21,3,TCF Bank Stadium,Home,outdoors,fieldturf,2015110800
125
+ 123,2015_09_WAS_NE,2015,REG,9,2015-11-08,Sunday,13:00,WAS,NE,10,27,17,Gillette Stadium,Home,outdoors,fieldturf,2015110802
126
+ 124,2015_09_TEN_NO,2015,REG,9,2015-11-08,Sunday,13:00,TEN,NO,34,28,-6,Mercedes-Benz Superdome,Home,dome,sportturf,2015110803
127
+ 125,2015_09_JAX_NYJ,2015,REG,9,2015-11-08,Sunday,13:00,JAX,NYJ,23,28,5,MetLife Stadium,Home,outdoors,fieldturf,2015110805
128
+ 126,2015_09_OAK_PIT,2015,REG,9,2015-11-08,Sunday,13:00,OAK,PIT,35,38,3,Heinz Field,Home,outdoors,grass,2015110806
129
+ 127,2015_09_ATL_SF,2015,REG,9,2015-11-08,Sunday,16:05,ATL,SF,16,17,1,Levi's Stadium,Home,outdoors,grass,2015110808
130
+ 128,2015_09_NYG_TB,2015,REG,9,2015-11-08,Sunday,16:05,NYG,TB,32,18,-14,Raymond James Stadium,Home,outdoors,grass,2015110807
131
+ 129,2015_09_DEN_IND,2015,REG,9,2015-11-08,Sunday,16:25,DEN,IND,24,27,3,Lucas Oil Stadium,Home,open,fieldturf,2015110809
132
+ 130,2015_09_PHI_DAL,2015,REG,9,2015-11-08,Sunday,20:30,PHI,DAL,33,27,-6,AT&T Stadium,Home,closed,matrixturf,2015110810
133
+ 131,2015_09_CHI_SD,2015,REG,9,2015-11-09,Monday,20:30,CHI,SD,22,19,-3,Qualcomm Stadium,Home,outdoors,grass,2015110900
134
+ 132,2015_10_BUF_NYJ,2015,REG,10,2015-11-12,Thursday,20:25,BUF,NYJ,22,17,-5,MetLife Stadium,Home,outdoors,fieldturf,2015111200
135
+ 133,2015_10_JAX_BAL,2015,REG,10,2015-11-15,Sunday,13:00,JAX,BAL,22,20,-2,M&T Bank Stadium,Home,outdoors,sportturf,2015111506
136
+ 134,2015_10_DET_GB,2015,REG,10,2015-11-15,Sunday,13:00,DET,GB,18,16,-2,Lambeau Field,Home,outdoors,grass,2015111501
137
+ 135,2015_10_MIA_PHI,2015,REG,10,2015-11-15,Sunday,13:00,MIA,PHI,20,19,-1,Lincoln Financial Field,Home,outdoors,grass,2015111505
138
+ 136,2015_10_CLE_PIT,2015,REG,10,2015-11-15,Sunday,13:00,CLE,PIT,9,30,21,Heinz Field,Home,outdoors,grass,2015111507
139
+ 137,2015_10_CHI_STL,2015,REG,10,2015-11-15,Sunday,13:00,CHI,STL,37,13,-24,Edward Jones Dome,Home,dome,astroplay,2015111504
140
+ 138,2015_10_DAL_TB,2015,REG,10,2015-11-15,Sunday,13:00,DAL,TB,6,10,4,Raymond James Stadium,Home,outdoors,grass,2015111502
141
+ 139,2015_10_CAR_TEN,2015,REG,10,2015-11-15,Sunday,13:00,CAR,TEN,27,10,-17,Nissan Stadium,Home,outdoors,grass,2015111503
142
+ 140,2015_10_NO_WAS,2015,REG,10,2015-11-15,Sunday,13:00,NO,WAS,14,47,33,FedExField,Home,outdoors,grass,2015111500
143
+ 141,2015_10_MIN_OAK,2015,REG,10,2015-11-15,Sunday,16:05,MIN,OAK,30,14,-16,O.co Coliseum,Home,outdoors,grass,2015111508
144
+ 142,2015_10_KC_DEN,2015,REG,10,2015-11-15,Sunday,16:25,KC,DEN,29,13,-16,Sports Authority Field at Mile High,Home,outdoors,grass,2015111510
145
+ 143,2015_10_NE_NYG,2015,REG,10,2015-11-15,Sunday,16:25,NE,NYG,27,26,-1,MetLife Stadium,Home,outdoors,fieldturf,2015111509
146
+ 144,2015_10_ARI_SEA,2015,REG,10,2015-11-15,Sunday,20:30,ARI,SEA,39,32,-7,CenturyLink Field,Home,outdoors,fieldturf,2015111511
147
+ 145,2015_10_HOU_CIN,2015,REG,10,2015-11-16,Monday,20:30,HOU,CIN,10,6,-4,Paul Brown Stadium,Home,outdoors,fieldturf,2015111600
148
+ 146,2015_11_TEN_JAX,2015,REG,11,2015-11-19,Thursday,20:25,TEN,JAX,13,19,6,EverBank Field,Home,outdoors,grass,2015111900
149
+ 147,2015_11_IND_ATL,2015,REG,11,2015-11-22,Sunday,13:00,IND,ATL,24,21,-3,Georgia Dome,Home,dome,fieldturf,2015112202
150
+ 148,2015_11_STL_BAL,2015,REG,11,2015-11-22,Sunday,13:00,STL,BAL,13,16,3,M&T Bank Stadium,Home,outdoors,sportturf,2015112208
151
+ 149,2015_11_WAS_CAR,2015,REG,11,2015-11-22,Sunday,13:00,WAS,CAR,16,44,28,Bank of America Stadium,Home,outdoors,grass,2015112206
152
+ 150,2015_11_DEN_CHI,2015,REG,11,2015-11-22,Sunday,13:00,DEN,CHI,17,15,-2,Soldier Field,Home,outdoors,grass,2015112200
153
+ 151,2015_11_OAK_DET,2015,REG,11,2015-11-22,Sunday,13:00,OAK,DET,13,18,5,Ford Field,Home,dome,fieldturf,2015112201
154
+ 152,2015_11_NYJ_HOU,2015,REG,11,2015-11-22,Sunday,13:00,NYJ,HOU,17,24,7,NRG Stadium,Home,closed,fieldturf,2015112203
155
+ 153,2015_11_DAL_MIA,2015,REG,11,2015-11-22,Sunday,13:00,DAL,MIA,24,14,-10,Sun Life Stadium,Home,outdoors,grass,2015112207
156
+ 154,2015_11_TB_PHI,2015,REG,11,2015-11-22,Sunday,13:00,TB,PHI,45,17,-28,Lincoln Financial Field,Home,outdoors,grass,2015112204
157
+ 155,2015_11_KC_SD,2015,REG,11,2015-11-22,Sunday,16:05,KC,SD,33,3,-30,Qualcomm Stadium,Home,outdoors,grass,2015112211
158
+ 156,2015_11_GB_MIN,2015,REG,11,2015-11-22,Sunday,16:25,GB,MIN,30,13,-17,TCF Bank Stadium,Home,outdoors,fieldturf,2015112205
159
+ 157,2015_11_SF_SEA,2015,REG,11,2015-11-22,Sunday,16:25,SF,SEA,13,29,16,CenturyLink Field,Home,outdoors,fieldturf,2015112210
160
+ 158,2015_11_CIN_ARI,2015,REG,11,2015-11-22,Sunday,20:30,CIN,ARI,31,34,3,University of Phoenix Stadium,Home,closed,grass,2015112209
161
+ 159,2015_11_BUF_NE,2015,REG,11,2015-11-23,Monday,20:30,BUF,NE,13,20,7,Gillette Stadium,Home,outdoors,fieldturf,2015112300
162
+ 160,2015_12_PHI_DET,2015,REG,12,2015-11-26,Thursday,12:30,PHI,DET,14,45,31,Ford Field,Home,dome,fieldturf,2015112600
163
+ 161,2015_12_CAR_DAL,2015,REG,12,2015-11-26,Thursday,16:30,CAR,DAL,33,14,-19,AT&T Stadium,Home,closed,matrixturf,2015112601
164
+ 162,2015_12_CHI_GB,2015,REG,12,2015-11-26,Thursday,20:30,CHI,GB,17,13,-4,Lambeau Field,Home,outdoors,grass,2015112602
165
+ 163,2015_12_MIN_ATL,2015,REG,12,2015-11-29,Sunday,13:00,MIN,ATL,20,10,-10,Georgia Dome,Home,dome,fieldturf,2015112901
166
+ 164,2015_12_STL_CIN,2015,REG,12,2015-11-29,Sunday,13:00,STL,CIN,7,31,24,Paul Brown Stadium,Home,outdoors,fieldturf,2015112902
167
+ 165,2015_12_NO_HOU,2015,REG,12,2015-11-29,Sunday,13:00,NO,HOU,6,24,18,NRG Stadium,Home,closed,fieldturf,2015112903
168
+ 166,2015_12_TB_IND,2015,REG,12,2015-11-29,Sunday,13:00,TB,IND,12,25,13,Lucas Oil Stadium,Home,closed,fieldturf,2015112904
169
+ 167,2015_12_SD_JAX,2015,REG,12,2015-11-29,Sunday,13:00,SD,JAX,31,25,-6,EverBank Field,Home,outdoors,grass,2015112906
170
+ 168,2015_12_BUF_KC,2015,REG,12,2015-11-29,Sunday,13:00,BUF,KC,22,30,8,Arrowhead Stadium,Home,outdoors,grass,2015112908
171
+ 169,2015_12_MIA_NYJ,2015,REG,12,2015-11-29,Sunday,13:00,MIA,NYJ,20,38,18,MetLife Stadium,Home,outdoors,fieldturf,2015112905
172
+ 170,2015_12_OAK_TEN,2015,REG,12,2015-11-29,Sunday,13:00,OAK,TEN,24,21,-3,Nissan Stadium,Home,outdoors,grass,2015112907
173
+ 171,2015_12_NYG_WAS,2015,REG,12,2015-11-29,Sunday,13:00,NYG,WAS,14,20,6,FedExField,Home,outdoors,grass,2015112900
174
+ 172,2015_12_ARI_SF,2015,REG,12,2015-11-29,Sunday,16:05,ARI,SF,19,13,-6,Levi's Stadium,Home,outdoors,grass,2015112909
175
+ 173,2015_12_PIT_SEA,2015,REG,12,2015-11-29,Sunday,16:25,PIT,SEA,30,39,9,CenturyLink Field,Home,outdoors,fieldturf,2015112910
176
+ 174,2015_12_NE_DEN,2015,REG,12,2015-11-29,Sunday,20:30,NE,DEN,24,30,6,Sports Authority Field at Mile High,Home,outdoors,grass,2015112911
177
+ 175,2015_12_BAL_CLE,2015,REG,12,2015-11-30,Monday,20:30,BAL,CLE,33,27,-6,FirstEnergy Stadium,Home,outdoors,grass,2015113000
178
+ 176,2015_13_GB_DET,2015,REG,13,2015-12-03,Thursday,20:25,GB,DET,27,23,-4,Ford Field,Home,dome,fieldturf,2015120300
179
+ 177,2015_13_HOU_BUF,2015,REG,13,2015-12-06,Sunday,13:00,HOU,BUF,21,30,9,Ralph Wilson Stadium,Home,outdoors,a_turf,2015120601
180
+ 178,2015_13_SF_CHI,2015,REG,13,2015-12-06,Sunday,13:00,SF,CHI,26,20,-6,Soldier Field,Home,outdoors,grass,2015120605
181
+ 179,2015_13_CIN_CLE,2015,REG,13,2015-12-06,Sunday,13:00,CIN,CLE,37,3,-34,FirstEnergy Stadium,Home,outdoors,grass,2015120603
182
+ 180,2015_13_BAL_MIA,2015,REG,13,2015-12-06,Sunday,13:00,BAL,MIA,13,15,2,Sun Life Stadium,Home,outdoors,grass,2015120602
183
+ 181,2015_13_SEA_MIN,2015,REG,13,2015-12-06,Sunday,13:00,SEA,MIN,38,7,-31,TCF Bank Stadium,Home,outdoors,fieldturf,2015120606
184
+ 182,2015_13_NYJ_NYG,2015,REG,13,2015-12-06,Sunday,13:00,NYJ,NYG,23,20,-3,MetLife Stadium,Home,outdoors,fieldturf,2015120600
185
+ 183,2015_13_ARI_STL,2015,REG,13,2015-12-06,Sunday,13:00,ARI,STL,27,3,-24,Edward Jones Dome,Home,dome,astroplay,2015120609
186
+ 184,2015_13_ATL_TB,2015,REG,13,2015-12-06,Sunday,13:00,ATL,TB,19,23,4,Raymond James Stadium,Home,outdoors,grass,2015120608
187
+ 185,2015_13_JAX_TEN,2015,REG,13,2015-12-06,Sunday,13:00,JAX,TEN,39,42,3,Nissan Stadium,Home,outdoors,grass,2015120604
188
+ 186,2015_13_KC_OAK,2015,REG,13,2015-12-06,Sunday,16:05,KC,OAK,34,20,-14,O.co Coliseum,Home,outdoors,grass,2015120610
189
+ 187,2015_13_DEN_SD,2015,REG,13,2015-12-06,Sunday,16:05,DEN,SD,17,3,-14,Qualcomm Stadium,Home,outdoors,grass,2015120611
190
+ 188,2015_13_PHI_NE,2015,REG,13,2015-12-06,Sunday,16:25,PHI,NE,35,28,-7,Gillette Stadium,Home,outdoors,fieldturf,2015120612
191
+ 189,2015_13_CAR_NO,2015,REG,13,2015-12-06,Sunday,16:25,CAR,NO,41,38,-3,Mercedes-Benz Superdome,Home,dome,sportturf,2015120607
192
+ 190,2015_13_IND_PIT,2015,REG,13,2015-12-06,Sunday,20:30,IND,PIT,10,45,35,Heinz Field,Home,outdoors,grass,2015120613
193
+ 191,2015_13_DAL_WAS,2015,REG,13,2015-12-07,Monday,20:30,DAL,WAS,19,16,-3,FedExField,Home,outdoors,grass,2015120700
194
+ 192,2015_14_MIN_ARI,2015,REG,14,2015-12-10,Thursday,20:25,MIN,ARI,20,23,3,University of Phoenix Stadium,Home,open,grass,2015121000
195
+ 193,2015_14_SEA_BAL,2015,REG,14,2015-12-13,Sunday,13:00,SEA,BAL,35,6,-29,M&T Bank Stadium,Home,outdoors,sportturf,2015121313
196
+ 194,2015_14_ATL_CAR,2015,REG,14,2015-12-13,Sunday,13:00,ATL,CAR,0,38,38,Bank of America Stadium,Home,outdoors,grass,2015121307
197
+ 195,2015_14_WAS_CHI,2015,REG,14,2015-12-13,Sunday,13:00,WAS,CHI,24,21,-3,Soldier Field,Home,outdoors,grass,2015121306
198
+ 196,2015_14_PIT_CIN,2015,REG,14,2015-12-13,Sunday,13:00,PIT,CIN,33,20,-13,Paul Brown Stadium,Home,outdoors,fieldturf,2015121302
199
+ 197,2015_14_SF_CLE,2015,REG,14,2015-12-13,Sunday,13:00,SF,CLE,10,24,14,FirstEnergy Stadium,Home,outdoors,grass,2015121310
200
+ 198,2015_14_IND_JAX,2015,REG,14,2015-12-13,Sunday,13:00,IND,JAX,16,51,35,EverBank Field,Home,outdoors,grass,2015121304
201
+ 199,2015_14_SD_KC,2015,REG,14,2015-12-13,Sunday,13:00,SD,KC,3,10,7,Arrowhead Stadium,Home,outdoors,grass,2015121305
202
+ 200,2015_14_TEN_NYJ,2015,REG,14,2015-12-13,Sunday,13:00,TEN,NYJ,8,30,22,MetLife Stadium,Home,outdoors,fieldturf,2015121301
203
+ 201,2015_14_BUF_PHI,2015,REG,14,2015-12-13,Sunday,13:00,BUF,PHI,20,23,3,Lincoln Financial Field,Home,outdoors,grass,2015121300
204
+ 202,2015_14_DET_STL,2015,REG,14,2015-12-13,Sunday,13:00,DET,STL,14,21,7,Edward Jones Dome,Home,dome,astroplay,2015121309
205
+ 203,2015_14_NO_TB,2015,REG,14,2015-12-13,Sunday,13:00,NO,TB,24,17,-7,Raymond James Stadium,Home,outdoors,grass,2015121308
206
+ 204,2015_14_OAK_DEN,2015,REG,14,2015-12-13,Sunday,16:05,OAK,DEN,15,12,-3,Sports Authority Field at Mile High,Home,outdoors,grass,2015121311
207
+ 205,2015_14_DAL_GB,2015,REG,14,2015-12-13,Sunday,16:25,DAL,GB,7,28,21,Lambeau Field,Home,outdoors,grass,2015121312
208
+ 206,2015_14_NE_HOU,2015,REG,14,2015-12-13,Sunday,20:30,NE,HOU,27,6,-21,NRG Stadium,Home,closed,fieldturf,2015121303
209
+ 207,2015_14_NYG_MIA,2015,REG,14,2015-12-14,Monday,20:30,NYG,MIA,31,24,-7,Sun Life Stadium,Home,outdoors,grass,2015121400
210
+ 208,2015_15_TB_STL,2015,REG,15,2015-12-17,Thursday,20:25,TB,STL,23,31,8,Edward Jones Dome,Home,dome,astroplay,2015121700
211
+ 209,2015_15_NYJ_DAL,2015,REG,15,2015-12-19,Saturday,20:25,NYJ,DAL,19,16,-3,AT&T Stadium,Home,closed,matrixturf,2015121900
212
+ 210,2015_15_KC_BAL,2015,REG,15,2015-12-20,Sunday,13:00,KC,BAL,34,14,-20,M&T Bank Stadium,Home,outdoors,sportturf,2015122006
213
+ 211,2015_15_HOU_IND,2015,REG,15,2015-12-20,Sunday,13:00,HOU,IND,16,10,-6,Lucas Oil Stadium,Home,closed,fieldturf,2015122004
214
+ 212,2015_15_ATL_JAX,2015,REG,15,2015-12-20,Sunday,13:00,ATL,JAX,23,17,-6,EverBank Field,Home,outdoors,grass,2015122003
215
+ 213,2015_15_CHI_MIN,2015,REG,15,2015-12-20,Sunday,13:00,CHI,MIN,17,38,21,TCF Bank Stadium,Home,outdoors,fieldturf,2015122002
216
+ 214,2015_15_TEN_NE,2015,REG,15,2015-12-20,Sunday,13:00,TEN,NE,16,33,17,Gillette Stadium,Home,outdoors,fieldturf,2015122005
217
+ 215,2015_15_CAR_NYG,2015,REG,15,2015-12-20,Sunday,13:00,CAR,NYG,38,35,-3,MetLife Stadium,Home,outdoors,fieldturf,2015122000
218
+ 216,2015_15_BUF_WAS,2015,REG,15,2015-12-20,Sunday,13:00,BUF,WAS,25,35,10,FedExField,Home,outdoors,grass,2015122007
219
+ 217,2015_15_GB_OAK,2015,REG,15,2015-12-20,Sunday,16:05,GB,OAK,30,20,-10,O.co Coliseum,Home,outdoors,grass,2015122009
220
+ 218,2015_15_CLE_SEA,2015,REG,15,2015-12-20,Sunday,16:05,CLE,SEA,13,30,17,CenturyLink Field,Home,outdoors,fieldturf,2015122008
221
+ 219,2015_15_DEN_PIT,2015,REG,15,2015-12-20,Sunday,16:25,DEN,PIT,27,34,7,Heinz Field,Home,outdoors,grass,2015122010
222
+ 220,2015_15_MIA_SD,2015,REG,15,2015-12-20,Sunday,16:25,MIA,SD,14,30,16,Qualcomm Stadium,Home,outdoors,grass,2015122011
223
+ 221,2015_15_CIN_SF,2015,REG,15,2015-12-20,Sunday,16:25,CIN,SF,24,14,-10,Levi's Stadium,Home,outdoors,grass,2015122012
224
+ 222,2015_15_ARI_PHI,2015,REG,15,2015-12-20,Sunday,20:30,ARI,PHI,40,17,-23,Lincoln Financial Field,Home,outdoors,grass,2015122001
225
+ 223,2015_15_DET_NO,2015,REG,15,2015-12-21,Monday,20:30,DET,NO,35,27,-8,Mercedes-Benz Superdome,Home,dome,sportturf,2015122100
226
+ 224,2015_16_SD_OAK,2015,REG,16,2015-12-24,Thursday,20:25,SD,OAK,20,23,3,O.co Coliseum,Home,outdoors,grass,2015122400
227
+ 225,2015_16_WAS_PHI,2015,REG,16,2015-12-26,Saturday,20:25,WAS,PHI,38,24,-14,Lincoln Financial Field,Home,outdoors,grass,2015122600
228
+ 226,2015_16_CAR_ATL,2015,REG,16,2015-12-27,Sunday,13:00,CAR,ATL,13,20,7,Georgia Dome,Home,dome,fieldturf,2015122707
229
+ 227,2015_16_PIT_BAL,2015,REG,16,2015-12-27,Sunday,13:00,PIT,BAL,17,20,3,M&T Bank Stadium,Home,outdoors,sportturf,2015122712
230
+ 228,2015_16_DAL_BUF,2015,REG,16,2015-12-27,Sunday,13:00,DAL,BUF,6,16,10,Ralph Wilson Stadium,Home,outdoors,a_turf,2015122709
231
+ 229,2015_16_SF_DET,2015,REG,16,2015-12-27,Sunday,13:00,SF,DET,17,32,15,Ford Field,Home,dome,fieldturf,2015122705
232
+ 230,2015_16_CLE_KC,2015,REG,16,2015-12-27,Sunday,13:00,CLE,KC,13,17,4,Arrowhead Stadium,Home,outdoors,grass,2015122704
233
+ 231,2015_16_IND_MIA,2015,REG,16,2015-12-27,Sunday,13:00,IND,MIA,18,12,-6,Sun Life Stadium,Home,outdoors,grass,2015122701
234
+ 232,2015_16_NE_NYJ,2015,REG,16,2015-12-27,Sunday,13:00,NE,NYJ,20,26,6,MetLife Stadium,Home,outdoors,fieldturf,2015122702
235
+ 233,2015_16_CHI_TB,2015,REG,16,2015-12-27,Sunday,13:00,CHI,TB,26,21,-5,Raymond James Stadium,Home,outdoors,grass,2015122708
236
+ 234,2015_16_HOU_TEN,2015,REG,16,2015-12-27,Sunday,13:00,HOU,TEN,34,6,-28,Nissan Stadium,Home,outdoors,grass,2015122703
237
+ 235,2015_16_JAX_NO,2015,REG,16,2015-12-27,Sunday,16:05,JAX,NO,27,38,11,Mercedes-Benz Superdome,Home,dome,sportturf,2015122700
238
+ 236,2015_16_GB_ARI,2015,REG,16,2015-12-27,Sunday,16:25,GB,ARI,8,38,30,University of Phoenix Stadium,Home,closed,grass,2015122710
239
+ 237,2015_16_STL_SEA,2015,REG,16,2015-12-27,Sunday,16:25,STL,SEA,23,17,-6,CenturyLink Field,Home,outdoors,fieldturf,2015122711
240
+ 238,2015_16_NYG_MIN,2015,REG,16,2015-12-27,Sunday,20:30,NYG,MIN,17,49,32,TCF Bank Stadium,Home,outdoors,fieldturf,2015122706
241
+ 239,2015_16_CIN_DEN,2015,REG,16,2015-12-28,Monday,20:30,CIN,DEN,17,20,3,Sports Authority Field at Mile High,Home,outdoors,grass,2015122800
242
+ 240,2015_17_NO_ATL,2015,REG,17,2016-01-03,Sunday,13:00,NO,ATL,20,17,-3,Georgia Dome,Home,dome,fieldturf,2016010311
243
+ 241,2015_17_NYJ_BUF,2015,REG,17,2016-01-03,Sunday,13:00,NYJ,BUF,17,22,5,Ralph Wilson Stadium,Home,outdoors,a_turf,2016010300
244
+ 242,2015_17_DET_CHI,2015,REG,17,2016-01-03,Sunday,13:00,DET,CHI,24,20,-4,Soldier Field,Home,outdoors,grass,2016010309
245
+ 243,2015_17_BAL_CIN,2015,REG,17,2016-01-03,Sunday,13:00,BAL,CIN,16,24,8,Paul Brown Stadium,Home,outdoors,fieldturf,2016010302
246
+ 244,2015_17_PIT_CLE,2015,REG,17,2016-01-03,Sunday,13:00,PIT,CLE,28,12,-16,FirstEnergy Stadium,Home,outdoors,grass,2016010303
247
+ 245,2015_17_WAS_DAL,2015,REG,17,2016-01-03,Sunday,13:00,WAS,DAL,34,23,-11,AT&T Stadium,Home,closed,matrixturf,2016010307
248
+ 246,2015_17_JAX_HOU,2015,REG,17,2016-01-03,Sunday,13:00,JAX,HOU,6,30,24,NRG Stadium,Home,closed,fieldturf,2016010304
249
+ 247,2015_17_TEN_IND,2015,REG,17,2016-01-03,Sunday,13:00,TEN,IND,24,30,6,Lucas Oil Stadium,Home,closed,fieldturf,2016010305
250
+ 248,2015_17_NE_MIA,2015,REG,17,2016-01-03,Sunday,13:00,NE,MIA,10,20,10,Sun Life Stadium,Home,outdoors,grass,2016010301
251
+ 249,2015_17_PHI_NYG,2015,REG,17,2016-01-03,Sunday,13:00,PHI,NYG,35,30,-5,MetLife Stadium,Home,outdoors,fieldturf,2016010308
252
+ 250,2015_17_SEA_ARI,2015,REG,17,2016-01-03,Sunday,16:25,SEA,ARI,36,6,-30,University of Phoenix Stadium,Home,closed,grass,2016010314
253
+ 251,2015_17_TB_CAR,2015,REG,17,2016-01-03,Sunday,16:25,TB,CAR,10,38,28,Bank of America Stadium,Home,outdoors,grass,2016010312
254
+ 252,2015_17_SD_DEN,2015,REG,17,2016-01-03,Sunday,16:25,SD,DEN,20,27,7,Sports Authority Field at Mile High,Home,outdoors,grass,2016010313
255
+ 253,2015_17_OAK_KC,2015,REG,17,2016-01-03,Sunday,16:25,OAK,KC,17,23,6,Arrowhead Stadium,Home,outdoors,grass,2016010306
256
+ 254,2015_17_STL_SF,2015,REG,17,2016-01-03,Sunday,16:25,STL,SF,16,19,3,Levi's Stadium,Home,outdoors,grass,2016010315
257
+ 255,2015_17_MIN_GB,2015,REG,17,2016-01-03,Sunday,20:30,MIN,GB,20,13,-7,Lambeau Field,Home,outdoors,grass,2016010310
258
+ 256,2015_18_KC_HOU,2015,WC,18,2016-01-09,Saturday,16:35,KC,HOU,30,0,-30,NRG Stadium,Home,closed,fieldturf,2016010900
259
+ 257,2015_18_PIT_CIN,2015,WC,18,2016-01-09,Saturday,20:15,PIT,CIN,18,16,-2,Paul Brown Stadium,Home,outdoors,fieldturf,2016010901
260
+ 258,2015_18_SEA_MIN,2015,WC,18,2016-01-10,Sunday,13:05,SEA,MIN,10,9,-1,TCF Bank Stadium,Home,outdoors,fieldturf,2016011000
261
+ 259,2015_18_GB_WAS,2015,WC,18,2016-01-10,Sunday,16:40,GB,WAS,35,18,-17,FedExField,Home,outdoors,grass,2016011001
262
+ 260,2015_19_KC_NE,2015,DIV,19,2016-01-16,Saturday,16:35,KC,NE,20,27,7,Gillette Stadium,Home,outdoors,fieldturf,2016011600
263
+ 261,2015_19_GB_ARI,2015,DIV,19,2016-01-16,Saturday,20:15,GB,ARI,20,26,6,University of Phoenix Stadium,Home,closed,grass,2016011601
264
+ 262,2015_19_SEA_CAR,2015,DIV,19,2016-01-17,Sunday,13:05,SEA,CAR,24,31,7,Bank of America Stadium,Home,outdoors,grass,2016011700
265
+ 263,2015_19_PIT_DEN,2015,DIV,19,2016-01-17,Sunday,16:40,PIT,DEN,16,23,7,Sports Authority Field at Mile High,Home,outdoors,grass,2016011701
266
+ 264,2015_20_NE_DEN,2015,CON,20,2016-01-24,Sunday,15:05,NE,DEN,18,20,2,Sports Authority Field at Mile High,Home,outdoors,grass,2016012400
267
+ 265,2015_20_ARI_CAR,2015,CON,20,2016-01-24,Sunday,18:40,ARI,CAR,15,49,34,Bank of America Stadium,Home,outdoors,grass,2016012401
268
+ 266,2015_21_CAR_DEN,2015,SB,21,2016-02-07,Sunday,18:30,CAR,DEN,10,24,14,Levi's Stadium,Neutral,outdoors,grass,2016020700
Source/Build/nfl_data_py/data/schedules/2016.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2016_01_CAR_DEN,2016,REG,1,2016-09-08,Thursday,20:30,CAR,DEN,20,21,1,Sports Authority Field at Mile High,Home,outdoors,grass,2016090800
3
+ 1,2016_01_TB_ATL,2016,REG,1,2016-09-11,Sunday,13:00,TB,ATL,31,24,-7,Georgia Dome,Home,dome,fieldturf,2016091100
4
+ 2,2016_01_BUF_BAL,2016,REG,1,2016-09-11,Sunday,13:00,BUF,BAL,7,13,6,M&T Bank Stadium,Home,outdoors,grass,2016091101
5
+ 3,2016_01_CHI_HOU,2016,REG,1,2016-09-11,Sunday,13:00,CHI,HOU,14,23,9,NRG Stadium,Home,closed,fieldturf,2016091102
6
+ 4,2016_01_GB_JAX,2016,REG,1,2016-09-11,Sunday,13:00,GB,JAX,27,23,-4,EverBank Field,Home,outdoors,grass,2016091103
7
+ 5,2016_01_SD_KC,2016,REG,1,2016-09-11,Sunday,13:00,SD,KC,27,33,6,Arrowhead Stadium,Home,outdoors,grass,2016091104
8
+ 6,2016_01_OAK_NO,2016,REG,1,2016-09-11,Sunday,13:00,OAK,NO,35,34,-1,Mercedes-Benz Superdome,Home,dome,sportturf,2016091105
9
+ 7,2016_01_CIN_NYJ,2016,REG,1,2016-09-11,Sunday,13:00,CIN,NYJ,23,22,-1,MetLife Stadium,Home,outdoors,fieldturf,2016091106
10
+ 8,2016_01_CLE_PHI,2016,REG,1,2016-09-11,Sunday,13:00,CLE,PHI,10,29,19,Lincoln Financial Field,Home,outdoors,grass,2016091107
11
+ 9,2016_01_MIN_TEN,2016,REG,1,2016-09-11,Sunday,13:00,MIN,TEN,25,16,-9,Nissan Stadium,Home,outdoors,grass,2016091108
12
+ 10,2016_01_MIA_SEA,2016,REG,1,2016-09-11,Sunday,16:05,MIA,SEA,10,12,2,CenturyLink Field,Home,outdoors,fieldturf,2016091109
13
+ 11,2016_01_NYG_DAL,2016,REG,1,2016-09-11,Sunday,16:25,NYG,DAL,20,19,-1,AT&T Stadium,Home,closed,matrixturf,2016091110
14
+ 12,2016_01_DET_IND,2016,REG,1,2016-09-11,Sunday,16:25,DET,IND,39,35,-4,Lucas Oil Stadium,Home,open,fieldturf,2016091111
15
+ 13,2016_01_NE_ARI,2016,REG,1,2016-09-11,Sunday,20:30,NE,ARI,23,21,-2,University of Phoenix Stadium,Home,closed,grass,2016091112
16
+ 14,2016_01_PIT_WAS,2016,REG,1,2016-09-12,Monday,19:10,PIT,WAS,38,16,-22,FedExField,Home,outdoors,grass,2016091200
17
+ 15,2016_01_LA_SF,2016,REG,1,2016-09-12,Monday,22:20,LA,SF,0,28,28,Levi's Stadium,Home,outdoors,grass,2016091201
18
+ 16,2016_02_NYJ_BUF,2016,REG,2,2016-09-15,Thursday,20:25,NYJ,BUF,37,31,-6,New Era Field,Home,outdoors,a_turf,2016091500
19
+ 17,2016_02_TB_ARI,2016,REG,2,2016-09-18,Sunday,13:00,TB,ARI,7,40,33,University of Phoenix Stadium,Home,closed,grass,2016091808
20
+ 18,2016_02_SF_CAR,2016,REG,2,2016-09-18,Sunday,13:00,SF,CAR,27,46,19,Bank of America Stadium,Home,outdoors,grass,2016091800
21
+ 19,2016_02_BAL_CLE,2016,REG,2,2016-09-18,Sunday,13:00,BAL,CLE,25,20,-5,FirstEnergy Stadium,Home,outdoors,grass,2016091801
22
+ 20,2016_02_TEN_DET,2016,REG,2,2016-09-18,Sunday,13:00,TEN,DET,16,15,-1,Ford Field,Home,dome,fieldturf,2016091802
23
+ 21,2016_02_KC_HOU,2016,REG,2,2016-09-18,Sunday,13:00,KC,HOU,12,19,7,NRG Stadium,Home,closed,fieldturf,2016091803
24
+ 22,2016_02_MIA_NE,2016,REG,2,2016-09-18,Sunday,13:00,MIA,NE,24,31,7,Gillette Stadium,Home,outdoors,fieldturf,2016091804
25
+ 23,2016_02_NO_NYG,2016,REG,2,2016-09-18,Sunday,13:00,NO,NYG,13,16,3,MetLife Stadium,Home,outdoors,fieldturf,2016091805
26
+ 24,2016_02_CIN_PIT,2016,REG,2,2016-09-18,Sunday,13:00,CIN,PIT,16,24,8,Heinz Field,Home,outdoors,grass,2016091806
27
+ 25,2016_02_DAL_WAS,2016,REG,2,2016-09-18,Sunday,13:00,DAL,WAS,27,23,-4,FedExField,Home,outdoors,grass,2016091807
28
+ 26,2016_02_SEA_LA,2016,REG,2,2016-09-18,Sunday,16:05,SEA,LA,3,9,6,Los Angeles Memorial Coliseum,Home,outdoors,grass,2016091809
29
+ 27,2016_02_IND_DEN,2016,REG,2,2016-09-18,Sunday,16:25,IND,DEN,20,34,14,Sports Authority Field at Mile High,Home,outdoors,grass,2016091810
30
+ 28,2016_02_ATL_OAK,2016,REG,2,2016-09-18,Sunday,16:25,ATL,OAK,35,28,-7,Oakland-Alameda County Coliseum,Home,outdoors,grass,2016091811
31
+ 29,2016_02_JAX_SD,2016,REG,2,2016-09-18,Sunday,16:25,JAX,SD,14,38,24,Qualcomm Stadium,Home,outdoors,grass,2016091812
32
+ 30,2016_02_GB_MIN,2016,REG,2,2016-09-18,Sunday,20:30,GB,MIN,14,17,3,U.S. Bank Stadium,Home,dome,sportturf,2016091813
33
+ 31,2016_02_PHI_CHI,2016,REG,2,2016-09-19,Monday,20:30,PHI,CHI,29,14,-15,Soldier Field,Home,outdoors,grass,2016091900
34
+ 32,2016_03_HOU_NE,2016,REG,3,2016-09-22,Thursday,20:25,HOU,NE,0,27,27,Gillette Stadium,Home,outdoors,fieldturf,2016092200
35
+ 33,2016_03_ARI_BUF,2016,REG,3,2016-09-25,Sunday,13:00,ARI,BUF,18,33,15,New Era Field,Home,outdoors,a_turf,2016092500
36
+ 34,2016_03_MIN_CAR,2016,REG,3,2016-09-25,Sunday,13:00,MIN,CAR,22,10,-12,Bank of America Stadium,Home,outdoors,grass,2016092501
37
+ 35,2016_03_DEN_CIN,2016,REG,3,2016-09-25,Sunday,13:00,DEN,CIN,29,17,-12,Paul Brown Stadium,Home,outdoors,fieldturf,2016092502
38
+ 36,2016_03_DET_GB,2016,REG,3,2016-09-25,Sunday,13:00,DET,GB,27,34,7,Lambeau Field,Home,outdoors,grass,2016092503
39
+ 37,2016_03_BAL_JAX,2016,REG,3,2016-09-25,Sunday,13:00,BAL,JAX,19,17,-2,EverBank Field,Home,outdoors,grass,2016092504
40
+ 38,2016_03_CLE_MIA,2016,REG,3,2016-09-25,Sunday,13:00,CLE,MIA,24,30,6,Hard Rock Stadium,Home,outdoors,grass,2016092505
41
+ 39,2016_03_WAS_NYG,2016,REG,3,2016-09-25,Sunday,13:00,WAS,NYG,29,27,-2,MetLife Stadium,Home,outdoors,fieldturf,2016092506
42
+ 40,2016_03_OAK_TEN,2016,REG,3,2016-09-25,Sunday,13:00,OAK,TEN,17,10,-7,Nissan Stadium,Home,outdoors,grass,2016092507
43
+ 41,2016_03_SF_SEA,2016,REG,3,2016-09-25,Sunday,16:05,SF,SEA,18,37,19,CenturyLink Field,Home,outdoors,fieldturf,2016092508
44
+ 42,2016_03_LA_TB,2016,REG,3,2016-09-25,Sunday,16:05,LA,TB,37,32,-5,Raymond James Stadium,Home,outdoors,grass,2016092509
45
+ 43,2016_03_SD_IND,2016,REG,3,2016-09-25,Sunday,16:25,SD,IND,22,26,4,Lucas Oil Stadium,Home,closed,fieldturf,2016092511
46
+ 44,2016_03_NYJ_KC,2016,REG,3,2016-09-25,Sunday,16:25,NYJ,KC,3,24,21,Arrowhead Stadium,Home,outdoors,grass,2016092512
47
+ 45,2016_03_PIT_PHI,2016,REG,3,2016-09-25,Sunday,16:25,PIT,PHI,3,34,31,Lincoln Financial Field,Home,outdoors,grass,2016092510
48
+ 46,2016_03_CHI_DAL,2016,REG,3,2016-09-25,Sunday,20:30,CHI,DAL,17,31,14,AT&T Stadium,Home,closed,matrixturf,2016092513
49
+ 47,2016_03_ATL_NO,2016,REG,3,2016-09-26,Monday,20:30,ATL,NO,45,32,-13,Mercedes-Benz Superdome,Home,dome,sportturf,2016092600
50
+ 48,2016_04_MIA_CIN,2016,REG,4,2016-09-29,Thursday,20:25,MIA,CIN,7,22,15,Paul Brown Stadium,Home,outdoors,fieldturf,2016092900
51
+ 49,2016_04_IND_JAX,2016,REG,4,2016-10-02,Sunday,09:30,IND,JAX,27,30,3,Wembley Stadium,Neutral,outdoors,grass,2016100200
52
+ 50,2016_04_CAR_ATL,2016,REG,4,2016-10-02,Sunday,13:00,CAR,ATL,33,48,15,Georgia Dome,Home,dome,fieldturf,2016100201
53
+ 51,2016_04_OAK_BAL,2016,REG,4,2016-10-02,Sunday,13:00,OAK,BAL,28,27,-1,M&T Bank Stadium,Home,outdoors,grass,2016100202
54
+ 52,2016_04_DET_CHI,2016,REG,4,2016-10-02,Sunday,13:00,DET,CHI,14,17,3,Soldier Field,Home,outdoors,grass,2016100203
55
+ 53,2016_04_TEN_HOU,2016,REG,4,2016-10-02,Sunday,13:00,TEN,HOU,20,27,7,NRG Stadium,Home,closed,fieldturf,2016100204
56
+ 54,2016_04_BUF_NE,2016,REG,4,2016-10-02,Sunday,13:00,BUF,NE,16,0,-16,Gillette Stadium,Home,outdoors,fieldturf,2016100205
57
+ 55,2016_04_SEA_NYJ,2016,REG,4,2016-10-02,Sunday,13:00,SEA,NYJ,27,17,-10,MetLife Stadium,Home,outdoors,fieldturf,2016100206
58
+ 56,2016_04_CLE_WAS,2016,REG,4,2016-10-02,Sunday,13:00,CLE,WAS,20,31,11,FedExField,Home,outdoors,grass,2016100207
59
+ 57,2016_04_DEN_TB,2016,REG,4,2016-10-02,Sunday,16:05,DEN,TB,27,7,-20,Raymond James Stadium,Home,outdoors,grass,2016100208
60
+ 58,2016_04_LA_ARI,2016,REG,4,2016-10-02,Sunday,16:25,LA,ARI,17,13,-4,University of Phoenix Stadium,Home,closed,grass,2016100209
61
+ 59,2016_04_NO_SD,2016,REG,4,2016-10-02,Sunday,16:25,NO,SD,35,34,-1,Qualcomm Stadium,Home,outdoors,grass,2016100210
62
+ 60,2016_04_DAL_SF,2016,REG,4,2016-10-02,Sunday,16:25,DAL,SF,24,17,-7,Levi's Stadium,Home,outdoors,grass,2016100211
63
+ 61,2016_04_KC_PIT,2016,REG,4,2016-10-02,Sunday,20:30,KC,PIT,14,43,29,Heinz Field,Home,outdoors,grass,2016100212
64
+ 62,2016_04_NYG_MIN,2016,REG,4,2016-10-03,Monday,20:30,NYG,MIN,10,24,14,U.S. Bank Stadium,Home,dome,sportturf,2016100300
65
+ 63,2016_05_ARI_SF,2016,REG,5,2016-10-06,Thursday,20:25,ARI,SF,33,21,-12,Levi's Stadium,Home,outdoors,grass,2016100600
66
+ 64,2016_05_WAS_BAL,2016,REG,5,2016-10-09,Sunday,13:00,WAS,BAL,16,10,-6,M&T Bank Stadium,Home,outdoors,grass,2016100900
67
+ 65,2016_05_NE_CLE,2016,REG,5,2016-10-09,Sunday,13:00,NE,CLE,33,13,-20,FirstEnergy Stadium,Home,outdoors,grass,2016100901
68
+ 66,2016_05_PHI_DET,2016,REG,5,2016-10-09,Sunday,13:00,PHI,DET,23,24,1,Ford Field,Home,dome,fieldturf,2016100902
69
+ 67,2016_05_CHI_IND,2016,REG,5,2016-10-09,Sunday,13:00,CHI,IND,23,29,6,Lucas Oil Stadium,Home,open,fieldturf,2016100903
70
+ 68,2016_05_TEN_MIA,2016,REG,5,2016-10-09,Sunday,13:00,TEN,MIA,30,17,-13,Hard Rock Stadium,Home,outdoors,grass,2016100904
71
+ 69,2016_05_HOU_MIN,2016,REG,5,2016-10-09,Sunday,13:00,HOU,MIN,13,31,18,U.S. Bank Stadium,Home,dome,sportturf,2016100905
72
+ 70,2016_05_NYJ_PIT,2016,REG,5,2016-10-09,Sunday,13:00,NYJ,PIT,13,31,18,Heinz Field,Home,outdoors,grass,2016100906
73
+ 71,2016_05_ATL_DEN,2016,REG,5,2016-10-09,Sunday,16:05,ATL,DEN,23,16,-7,Sports Authority Field at Mile High,Home,outdoors,grass,2016100907
74
+ 72,2016_05_CIN_DAL,2016,REG,5,2016-10-09,Sunday,16:25,CIN,DAL,14,28,14,AT&T Stadium,Home,closed,matrixturf,2016100908
75
+ 73,2016_05_BUF_LA,2016,REG,5,2016-10-09,Sunday,16:25,BUF,LA,30,19,-11,Los Angeles Memorial Coliseum,Home,outdoors,grass,2016100909
76
+ 74,2016_05_SD_OAK,2016,REG,5,2016-10-09,Sunday,16:25,SD,OAK,31,34,3,Oakland-Alameda County Coliseum,Home,outdoors,grass,2016100910
77
+ 75,2016_05_NYG_GB,2016,REG,5,2016-10-09,Sunday,20:30,NYG,GB,16,23,7,Lambeau Field,Home,outdoors,grass,2016100911
78
+ 76,2016_05_TB_CAR,2016,REG,5,2016-10-10,Monday,20:30,TB,CAR,17,14,-3,Bank of America Stadium,Home,outdoors,grass,2016101000
79
+ 77,2016_06_DEN_SD,2016,REG,6,2016-10-13,Thursday,20:25,DEN,SD,13,21,8,Qualcomm Stadium,Home,outdoors,grass,2016101300
80
+ 78,2016_06_SF_BUF,2016,REG,6,2016-10-16,Sunday,13:00,SF,BUF,16,45,29,New Era Field,Home,outdoors,a_turf,2016101600
81
+ 79,2016_06_JAX_CHI,2016,REG,6,2016-10-16,Sunday,13:00,JAX,CHI,17,16,-1,Soldier Field,Home,outdoors,grass,2016101601
82
+ 80,2016_06_LA_DET,2016,REG,6,2016-10-16,Sunday,13:00,LA,DET,28,31,3,Ford Field,Home,dome,fieldturf,2016101602
83
+ 81,2016_06_PIT_MIA,2016,REG,6,2016-10-16,Sunday,13:00,PIT,MIA,15,30,15,Hard Rock Stadium,Home,outdoors,grass,2016101603
84
+ 82,2016_06_CIN_NE,2016,REG,6,2016-10-16,Sunday,13:00,CIN,NE,17,35,18,Gillette Stadium,Home,outdoors,fieldturf,2016101604
85
+ 83,2016_06_CAR_NO,2016,REG,6,2016-10-16,Sunday,13:00,CAR,NO,38,41,3,Mercedes-Benz Superdome,Home,dome,sportturf,2016101605
86
+ 84,2016_06_BAL_NYG,2016,REG,6,2016-10-16,Sunday,13:00,BAL,NYG,23,27,4,MetLife Stadium,Home,outdoors,fieldturf,2016101606
87
+ 85,2016_06_CLE_TEN,2016,REG,6,2016-10-16,Sunday,13:00,CLE,TEN,26,28,2,Nissan Stadium,Home,outdoors,grass,2016101607
88
+ 86,2016_06_PHI_WAS,2016,REG,6,2016-10-16,Sunday,13:00,PHI,WAS,20,27,7,FedExField,Home,outdoors,grass,2016101608
89
+ 87,2016_06_KC_OAK,2016,REG,6,2016-10-16,Sunday,16:05,KC,OAK,26,10,-16,Oakland-Alameda County Coliseum,Home,outdoors,grass,2016101609
90
+ 88,2016_06_DAL_GB,2016,REG,6,2016-10-16,Sunday,16:25,DAL,GB,30,16,-14,Lambeau Field,Home,outdoors,grass,2016101610
91
+ 89,2016_06_ATL_SEA,2016,REG,6,2016-10-16,Sunday,16:25,ATL,SEA,24,26,2,CenturyLink Field,Home,outdoors,fieldturf,2016101611
92
+ 90,2016_06_IND_HOU,2016,REG,6,2016-10-16,Sunday,20:30,IND,HOU,23,26,3,NRG Stadium,Home,closed,fieldturf,2016101612
93
+ 91,2016_06_NYJ_ARI,2016,REG,6,2016-10-17,Monday,20:30,NYJ,ARI,3,28,25,University of Phoenix Stadium,Home,closed,grass,2016101700
94
+ 92,2016_07_CHI_GB,2016,REG,7,2016-10-20,Thursday,20:25,CHI,GB,10,26,16,Lambeau Field,Home,outdoors,grass,2016102000
95
+ 93,2016_07_NYG_LA,2016,REG,7,2016-10-23,Sunday,09:30,NYG,LA,17,10,-7,Twickenham Stadium,Neutral,outdoors,grass,2016102300
96
+ 94,2016_07_CLE_CIN,2016,REG,7,2016-10-23,Sunday,13:00,CLE,CIN,17,31,14,Paul Brown Stadium,Home,outdoors,fieldturf,2016102301
97
+ 95,2016_07_WAS_DET,2016,REG,7,2016-10-23,Sunday,13:00,WAS,DET,17,20,3,Ford Field,Home,dome,fieldturf,2016102302
98
+ 96,2016_07_OAK_JAX,2016,REG,7,2016-10-23,Sunday,13:00,OAK,JAX,33,16,-17,EverBank Field,Home,outdoors,grass,2016102303
99
+ 97,2016_07_NO_KC,2016,REG,7,2016-10-23,Sunday,13:00,NO,KC,21,27,6,Arrowhead Stadium,Home,outdoors,grass,2016102304
100
+ 98,2016_07_BUF_MIA,2016,REG,7,2016-10-23,Sunday,13:00,BUF,MIA,25,28,3,Hard Rock Stadium,Home,outdoors,grass,2016102305
101
+ 99,2016_07_BAL_NYJ,2016,REG,7,2016-10-23,Sunday,13:00,BAL,NYJ,16,24,8,MetLife Stadium,Home,outdoors,fieldturf,2016102306
102
+ 100,2016_07_MIN_PHI,2016,REG,7,2016-10-23,Sunday,13:00,MIN,PHI,10,21,11,Lincoln Financial Field,Home,outdoors,grass,2016102307
103
+ 101,2016_07_IND_TEN,2016,REG,7,2016-10-23,Sunday,13:00,IND,TEN,34,26,-8,Nissan Stadium,Home,outdoors,grass,2016102308
104
+ 102,2016_07_SD_ATL,2016,REG,7,2016-10-23,Sunday,16:05,SD,ATL,33,30,-3,Georgia Dome,Home,dome,fieldturf,2016102309
105
+ 103,2016_07_TB_SF,2016,REG,7,2016-10-23,Sunday,16:05,TB,SF,34,17,-17,Levi's Stadium,Home,outdoors,grass,2016102310
106
+ 104,2016_07_NE_PIT,2016,REG,7,2016-10-23,Sunday,16:25,NE,PIT,27,16,-11,Heinz Field,Home,outdoors,grass,2016102311
107
+ 105,2016_07_SEA_ARI,2016,REG,7,2016-10-23,Sunday,20:30,SEA,ARI,6,6,0,University of Phoenix Stadium,Home,closed,grass,2016102312
108
+ 106,2016_07_HOU_DEN,2016,REG,7,2016-10-24,Monday,20:30,HOU,DEN,9,27,18,Sports Authority Field at Mile High,Home,outdoors,grass,2016102400
109
+ 107,2016_08_JAX_TEN,2016,REG,8,2016-10-27,Thursday,20:25,JAX,TEN,22,36,14,Nissan Stadium,Home,outdoors,grass,2016102700
110
+ 108,2016_08_WAS_CIN,2016,REG,8,2016-10-30,Sunday,09:30,WAS,CIN,27,27,0,Wembley Stadium,Neutral,outdoors,grass,2016103000
111
+ 109,2016_08_NE_BUF,2016,REG,8,2016-10-30,Sunday,13:00,NE,BUF,41,25,-16,New Era Field,Home,outdoors,a_turf,2016103002
112
+ 110,2016_08_ARI_CAR,2016,REG,8,2016-10-30,Sunday,13:00,ARI,CAR,20,30,10,Bank of America Stadium,Home,outdoors,grass,2016103009
113
+ 111,2016_08_NYJ_CLE,2016,REG,8,2016-10-30,Sunday,13:00,NYJ,CLE,31,28,-3,FirstEnergy Stadium,Home,outdoors,grass,2016103003
114
+ 112,2016_08_DET_HOU,2016,REG,8,2016-10-30,Sunday,13:00,DET,HOU,13,20,7,NRG Stadium,Home,closed,fieldturf,2016103004
115
+ 113,2016_08_KC_IND,2016,REG,8,2016-10-30,Sunday,13:00,KC,IND,30,14,-16,Lucas Oil Stadium,Home,closed,fieldturf,2016103005
116
+ 114,2016_08_SEA_NO,2016,REG,8,2016-10-30,Sunday,13:00,SEA,NO,20,25,5,Mercedes-Benz Superdome,Home,dome,sportturf,2016103006
117
+ 115,2016_08_OAK_TB,2016,REG,8,2016-10-30,Sunday,13:00,OAK,TB,30,24,-6,Raymond James Stadium,Home,outdoors,grass,2016103007
118
+ 116,2016_08_SD_DEN,2016,REG,8,2016-10-30,Sunday,16:05,SD,DEN,19,27,8,Sports Authority Field at Mile High,Home,outdoors,grass,2016103008
119
+ 117,2016_08_GB_ATL,2016,REG,8,2016-10-30,Sunday,16:25,GB,ATL,32,33,1,Georgia Dome,Home,dome,fieldturf,2016103001
120
+ 118,2016_08_PHI_DAL,2016,REG,8,2016-10-30,Sunday,20:30,PHI,DAL,23,29,6,AT&T Stadium,Home,closed,matrixturf,2016103010
121
+ 119,2016_08_MIN_CHI,2016,REG,8,2016-10-31,Monday,20:30,MIN,CHI,10,20,10,Soldier Field,Home,outdoors,grass,2016103100
122
+ 120,2016_09_ATL_TB,2016,REG,9,2016-11-03,Thursday,20:25,ATL,TB,43,28,-15,Raymond James Stadium,Home,outdoors,grass,2016110300
123
+ 121,2016_09_PIT_BAL,2016,REG,9,2016-11-06,Sunday,13:00,PIT,BAL,14,21,7,M&T Bank Stadium,Home,outdoors,grass,2016110601
124
+ 122,2016_09_DAL_CLE,2016,REG,9,2016-11-06,Sunday,13:00,DAL,CLE,35,10,-25,FirstEnergy Stadium,Home,outdoors,grass,2016110602
125
+ 123,2016_09_JAX_KC,2016,REG,9,2016-11-06,Sunday,13:00,JAX,KC,14,19,5,Arrowhead Stadium,Home,outdoors,grass,2016110603
126
+ 124,2016_09_NYJ_MIA,2016,REG,9,2016-11-06,Sunday,13:00,NYJ,MIA,23,27,4,Hard Rock Stadium,Home,outdoors,grass,2016110604
127
+ 125,2016_09_DET_MIN,2016,REG,9,2016-11-06,Sunday,13:00,DET,MIN,22,16,-6,U.S. Bank Stadium,Home,dome,sportturf,2016110605
128
+ 126,2016_09_PHI_NYG,2016,REG,9,2016-11-06,Sunday,13:00,PHI,NYG,23,28,5,MetLife Stadium,Home,outdoors,fieldturf,2016110606
129
+ 127,2016_09_CAR_LA,2016,REG,9,2016-11-06,Sunday,16:05,CAR,LA,13,10,-3,Los Angeles Memorial Coliseum,Home,outdoors,grass,2016110607
130
+ 128,2016_09_NO_SF,2016,REG,9,2016-11-06,Sunday,16:05,NO,SF,41,23,-18,Levi's Stadium,Home,outdoors,grass,2016110608
131
+ 129,2016_09_IND_GB,2016,REG,9,2016-11-06,Sunday,16:25,IND,GB,31,26,-5,Lambeau Field,Home,outdoors,grass,2016110609
132
+ 130,2016_09_TEN_SD,2016,REG,9,2016-11-06,Sunday,16:25,TEN,SD,35,43,8,Qualcomm Stadium,Home,outdoors,grass,2016110610
133
+ 131,2016_09_DEN_OAK,2016,REG,9,2016-11-06,Sunday,20:30,DEN,OAK,20,30,10,Oakland-Alameda County Coliseum,Home,outdoors,grass,2016110600
134
+ 132,2016_09_BUF_SEA,2016,REG,9,2016-11-07,Monday,20:30,BUF,SEA,25,31,6,CenturyLink Field,Home,outdoors,fieldturf,2016110700
135
+ 133,2016_10_CLE_BAL,2016,REG,10,2016-11-10,Thursday,20:25,CLE,BAL,7,28,21,M&T Bank Stadium,Home,outdoors,grass,2016111000
136
+ 134,2016_10_KC_CAR,2016,REG,10,2016-11-13,Sunday,13:00,KC,CAR,20,17,-3,Bank of America Stadium,Home,outdoors,grass,2016111301
137
+ 135,2016_10_HOU_JAX,2016,REG,10,2016-11-13,Sunday,13:00,HOU,JAX,24,21,-3,EverBank Field,Home,outdoors,grass,2016111302
138
+ 136,2016_10_DEN_NO,2016,REG,10,2016-11-13,Sunday,13:00,DEN,NO,25,23,-2,Mercedes-Benz Superdome,Home,dome,sportturf,2016111303
139
+ 137,2016_10_LA_NYJ,2016,REG,10,2016-11-13,Sunday,13:00,LA,NYJ,9,6,-3,MetLife Stadium,Home,outdoors,fieldturf,2016111304
140
+ 138,2016_10_ATL_PHI,2016,REG,10,2016-11-13,Sunday,13:00,ATL,PHI,15,24,9,Lincoln Financial Field,Home,outdoors,grass,2016111305
141
+ 139,2016_10_CHI_TB,2016,REG,10,2016-11-13,Sunday,13:00,CHI,TB,10,36,26,Raymond James Stadium,Home,outdoors,grass,2016111306
142
+ 140,2016_10_GB_TEN,2016,REG,10,2016-11-13,Sunday,13:00,GB,TEN,25,47,22,Nissan Stadium,Home,outdoors,grass,2016111307
143
+ 141,2016_10_MIN_WAS,2016,REG,10,2016-11-13,Sunday,13:00,MIN,WAS,20,26,6,FedExField,Home,outdoors,grass,2016111308
144
+ 142,2016_10_MIA_SD,2016,REG,10,2016-11-13,Sunday,16:05,MIA,SD,31,24,-7,Qualcomm Stadium,Home,outdoors,grass,2016111309
145
+ 143,2016_10_SF_ARI,2016,REG,10,2016-11-13,Sunday,16:25,SF,ARI,20,23,3,University of Phoenix Stadium,Home,closed,grass,2016111310
146
+ 144,2016_10_DAL_PIT,2016,REG,10,2016-11-13,Sunday,16:25,DAL,PIT,35,30,-5,Heinz Field,Home,outdoors,grass,2016111311
147
+ 145,2016_10_SEA_NE,2016,REG,10,2016-11-13,Sunday,20:30,SEA,NE,31,24,-7,Gillette Stadium,Home,outdoors,fieldturf,2016111312
148
+ 146,2016_10_CIN_NYG,2016,REG,10,2016-11-14,Monday,20:30,CIN,NYG,20,21,1,MetLife Stadium,Home,outdoors,fieldturf,2016111400
149
+ 147,2016_11_NO_CAR,2016,REG,11,2016-11-17,Thursday,20:25,NO,CAR,20,23,3,Bank of America Stadium,Home,outdoors,grass,2016111700
150
+ 148,2016_11_BUF_CIN,2016,REG,11,2016-11-20,Sunday,13:00,BUF,CIN,16,12,-4,Paul Brown Stadium,Home,outdoors,fieldturf,2016112000
151
+ 149,2016_11_PIT_CLE,2016,REG,11,2016-11-20,Sunday,13:00,PIT,CLE,24,9,-15,FirstEnergy Stadium,Home,outdoors,grass,2016112001
152
+ 150,2016_11_BAL_DAL,2016,REG,11,2016-11-20,Sunday,13:00,BAL,DAL,17,27,10,AT&T Stadium,Home,closed,matrixturf,2016112002
153
+ 151,2016_11_JAX_DET,2016,REG,11,2016-11-20,Sunday,13:00,JAX,DET,19,26,7,Ford Field,Home,dome,fieldturf,2016112003
154
+ 152,2016_11_TEN_IND,2016,REG,11,2016-11-20,Sunday,13:00,TEN,IND,17,24,7,Lucas Oil Stadium,Home,closed,fieldturf,2016112004
155
+ 153,2016_11_TB_KC,2016,REG,11,2016-11-20,Sunday,13:00,TB,KC,19,17,-2,Arrowhead Stadium,Home,outdoors,grass,2016112005
156
+ 154,2016_11_ARI_MIN,2016,REG,11,2016-11-20,Sunday,13:00,ARI,MIN,24,30,6,U.S. Bank Stadium,Home,dome,sportturf,2016112006
157
+ 155,2016_11_CHI_NYG,2016,REG,11,2016-11-20,Sunday,13:00,CHI,NYG,16,22,6,MetLife Stadium,Home,outdoors,fieldturf,2016112007
158
+ 156,2016_11_MIA_LA,2016,REG,11,2016-11-20,Sunday,16:05,MIA,LA,14,10,-4,Los Angeles Memorial Coliseum,Home,outdoors,grass,2016112008
159
+ 157,2016_11_PHI_SEA,2016,REG,11,2016-11-20,Sunday,16:25,PHI,SEA,15,26,11,CenturyLink Field,Home,outdoors,fieldturf,2016112010
160
+ 158,2016_11_NE_SF,2016,REG,11,2016-11-20,Sunday,16:25,NE,SF,30,17,-13,Levi's Stadium,Home,outdoors,grass,2016112009
161
+ 159,2016_11_GB_WAS,2016,REG,11,2016-11-20,Sunday,20:30,GB,WAS,24,42,18,FedExField,Home,outdoors,grass,2016112011
162
+ 160,2016_11_HOU_OAK,2016,REG,11,2016-11-21,Monday,20:30,HOU,OAK,20,27,7,Azteca Stadium,Neutral,outdoors,grass,2016112100
163
+ 161,2016_12_MIN_DET,2016,REG,12,2016-11-24,Thursday,12:30,MIN,DET,13,16,3,Ford Field,Home,dome,fieldturf,2016112400
164
+ 162,2016_12_WAS_DAL,2016,REG,12,2016-11-24,Thursday,16:30,WAS,DAL,26,31,5,AT&T Stadium,Home,closed,matrixturf,2016112401
165
+ 163,2016_12_PIT_IND,2016,REG,12,2016-11-24,Thursday,20:30,PIT,IND,28,7,-21,Lucas Oil Stadium,Home,closed,fieldturf,2016112402
166
+ 164,2016_12_ARI_ATL,2016,REG,12,2016-11-27,Sunday,13:00,ARI,ATL,19,38,19,Georgia Dome,Home,dome,fieldturf,2016112700
167
+ 165,2016_12_CIN_BAL,2016,REG,12,2016-11-27,Sunday,13:00,CIN,BAL,14,19,5,M&T Bank Stadium,Home,outdoors,grass,2016112701
168
+ 166,2016_12_JAX_BUF,2016,REG,12,2016-11-27,Sunday,13:00,JAX,BUF,21,28,7,New Era Field,Home,outdoors,a_turf,2016112702
169
+ 167,2016_12_TEN_CHI,2016,REG,12,2016-11-27,Sunday,13:00,TEN,CHI,27,21,-6,Soldier Field,Home,outdoors,grass,2016112703
170
+ 168,2016_12_NYG_CLE,2016,REG,12,2016-11-27,Sunday,13:00,NYG,CLE,27,13,-14,FirstEnergy Stadium,Home,outdoors,grass,2016112704
171
+ 169,2016_12_SD_HOU,2016,REG,12,2016-11-27,Sunday,13:00,SD,HOU,21,13,-8,NRG Stadium,Home,closed,fieldturf,2016112705
172
+ 170,2016_12_SF_MIA,2016,REG,12,2016-11-27,Sunday,13:00,SF,MIA,24,31,7,Hard Rock Stadium,Home,outdoors,grass,2016112706
173
+ 171,2016_12_LA_NO,2016,REG,12,2016-11-27,Sunday,13:00,LA,NO,21,49,28,Mercedes-Benz Superdome,Home,dome,sportturf,2016112707
174
+ 172,2016_12_SEA_TB,2016,REG,12,2016-11-27,Sunday,16:05,SEA,TB,5,14,9,Raymond James Stadium,Home,outdoors,grass,2016112708
175
+ 173,2016_12_NE_NYJ,2016,REG,12,2016-11-27,Sunday,16:25,NE,NYJ,22,17,-5,MetLife Stadium,Home,outdoors,fieldturf,2016112711
176
+ 174,2016_12_CAR_OAK,2016,REG,12,2016-11-27,Sunday,16:25,CAR,OAK,32,35,3,Oakland-Alameda County Coliseum,Home,outdoors,grass,2016112710
177
+ 175,2016_12_KC_DEN,2016,REG,12,2016-11-27,Sunday,20:30,KC,DEN,30,27,-3,Sports Authority Field at Mile High,Home,outdoors,grass,2016112709
178
+ 176,2016_12_GB_PHI,2016,REG,12,2016-11-28,Monday,20:30,GB,PHI,27,13,-14,Lincoln Financial Field,Home,outdoors,grass,2016112800
179
+ 177,2016_13_DAL_MIN,2016,REG,13,2016-12-01,Thursday,20:25,DAL,MIN,17,15,-2,U.S. Bank Stadium,Home,dome,sportturf,2016120100
180
+ 178,2016_13_KC_ATL,2016,REG,13,2016-12-04,Sunday,13:00,KC,ATL,29,28,-1,Georgia Dome,Home,dome,fieldturf,2016120400
181
+ 179,2016_13_MIA_BAL,2016,REG,13,2016-12-04,Sunday,13:00,MIA,BAL,6,38,32,M&T Bank Stadium,Home,outdoors,grass,2016120401
182
+ 180,2016_13_SF_CHI,2016,REG,13,2016-12-04,Sunday,13:00,SF,CHI,6,26,20,Soldier Field,Home,outdoors,grass,2016120402
183
+ 181,2016_13_PHI_CIN,2016,REG,13,2016-12-04,Sunday,13:00,PHI,CIN,14,32,18,Paul Brown Stadium,Home,outdoors,fieldturf,2016120403
184
+ 182,2016_13_HOU_GB,2016,REG,13,2016-12-04,Sunday,13:00,HOU,GB,13,21,8,Lambeau Field,Home,outdoors,grass,2016120404
185
+ 183,2016_13_DEN_JAX,2016,REG,13,2016-12-04,Sunday,13:00,DEN,JAX,20,10,-10,EverBank Field,Home,outdoors,grass,2016120405
186
+ 184,2016_13_LA_NE,2016,REG,13,2016-12-04,Sunday,13:00,LA,NE,10,26,16,Gillette Stadium,Home,outdoors,fieldturf,2016120406
187
+ 185,2016_13_DET_NO,2016,REG,13,2016-12-04,Sunday,13:00,DET,NO,28,13,-15,Mercedes-Benz Superdome,Home,dome,sportturf,2016120407
188
+ 186,2016_13_BUF_OAK,2016,REG,13,2016-12-04,Sunday,16:05,BUF,OAK,24,38,14,Oakland-Alameda County Coliseum,Home,outdoors,grass,2016120408
189
+ 187,2016_13_WAS_ARI,2016,REG,13,2016-12-04,Sunday,16:25,WAS,ARI,23,31,8,University of Phoenix Stadium,Home,closed,grass,2016120409
190
+ 188,2016_13_NYG_PIT,2016,REG,13,2016-12-04,Sunday,16:25,NYG,PIT,14,24,10,Heinz Field,Home,outdoors,grass,2016120410
191
+ 189,2016_13_TB_SD,2016,REG,13,2016-12-04,Sunday,16:25,TB,SD,28,21,-7,Qualcomm Stadium,Home,outdoors,grass,2016120411
192
+ 190,2016_13_CAR_SEA,2016,REG,13,2016-12-04,Sunday,20:30,CAR,SEA,7,40,33,CenturyLink Field,Home,outdoors,fieldturf,2016120412
193
+ 191,2016_13_IND_NYJ,2016,REG,13,2016-12-05,Monday,20:30,IND,NYJ,41,10,-31,MetLife Stadium,Home,outdoors,fieldturf,2016120500
194
+ 192,2016_14_OAK_KC,2016,REG,14,2016-12-08,Thursday,20:25,OAK,KC,13,21,8,Arrowhead Stadium,Home,outdoors,grass,2016120800
195
+ 193,2016_14_PIT_BUF,2016,REG,14,2016-12-11,Sunday,13:00,PIT,BUF,27,20,-7,New Era Field,Home,outdoors,a_turf,2016121100
196
+ 194,2016_14_SD_CAR,2016,REG,14,2016-12-11,Sunday,13:00,SD,CAR,16,28,12,Bank of America Stadium,Home,outdoors,grass,2016121101
197
+ 195,2016_14_CIN_CLE,2016,REG,14,2016-12-11,Sunday,13:00,CIN,CLE,23,10,-13,FirstEnergy Stadium,Home,outdoors,grass,2016121102
198
+ 196,2016_14_CHI_DET,2016,REG,14,2016-12-11,Sunday,13:00,CHI,DET,17,20,3,Ford Field,Home,dome,fieldturf,2016121103
199
+ 197,2016_14_HOU_IND,2016,REG,14,2016-12-11,Sunday,13:00,HOU,IND,22,17,-5,Lucas Oil Stadium,Home,closed,fieldturf,2016121104
200
+ 198,2016_14_MIN_JAX,2016,REG,14,2016-12-11,Sunday,13:00,MIN,JAX,25,16,-9,EverBank Field,Home,outdoors,grass,2016121105
201
+ 199,2016_14_ARI_MIA,2016,REG,14,2016-12-11,Sunday,13:00,ARI,MIA,23,26,3,Hard Rock Stadium,Home,outdoors,grass,2016121106
202
+ 200,2016_14_WAS_PHI,2016,REG,14,2016-12-11,Sunday,13:00,WAS,PHI,27,22,-5,Lincoln Financial Field,Home,outdoors,grass,2016121107
203
+ 201,2016_14_DEN_TEN,2016,REG,14,2016-12-11,Sunday,13:00,DEN,TEN,10,13,3,Nissan Stadium,Home,outdoors,grass,2016121109
204
+ 202,2016_14_NYJ_SF,2016,REG,14,2016-12-11,Sunday,16:05,NYJ,SF,23,17,-6,Levi's Stadium,Home,outdoors,grass,2016121110
205
+ 203,2016_14_SEA_GB,2016,REG,14,2016-12-11,Sunday,16:25,SEA,GB,10,38,28,Lambeau Field,Home,outdoors,grass,2016121111
206
+ 204,2016_14_ATL_LA,2016,REG,14,2016-12-11,Sunday,16:25,ATL,LA,42,14,-28,Los Angeles Memorial Coliseum,Home,outdoors,grass,2016121112
207
+ 205,2016_14_NO_TB,2016,REG,14,2016-12-11,Sunday,16:25,NO,TB,11,16,5,Raymond James Stadium,Home,outdoors,grass,2016121108
208
+ 206,2016_14_DAL_NYG,2016,REG,14,2016-12-11,Sunday,20:30,DAL,NYG,7,10,3,MetLife Stadium,Home,outdoors,fieldturf,2016121113
209
+ 207,2016_14_BAL_NE,2016,REG,14,2016-12-12,Monday,20:30,BAL,NE,23,30,7,Gillette Stadium,Home,outdoors,fieldturf,2016121200
210
+ 208,2016_15_LA_SEA,2016,REG,15,2016-12-15,Thursday,20:25,LA,SEA,3,24,21,CenturyLink Field,Home,outdoors,fieldturf,2016121500
211
+ 209,2016_15_MIA_NYJ,2016,REG,15,2016-12-17,Saturday,20:25,MIA,NYJ,34,13,-21,MetLife Stadium,Home,outdoors,fieldturf,2016121700
212
+ 210,2016_15_PHI_BAL,2016,REG,15,2016-12-18,Sunday,13:00,PHI,BAL,26,27,1,M&T Bank Stadium,Home,outdoors,grass,2016121800
213
+ 211,2016_15_CLE_BUF,2016,REG,15,2016-12-18,Sunday,13:00,CLE,BUF,13,33,20,New Era Field,Home,outdoors,a_turf,2016121801
214
+ 212,2016_15_GB_CHI,2016,REG,15,2016-12-18,Sunday,13:00,GB,CHI,30,27,-3,Soldier Field,Home,outdoors,grass,2016121802
215
+ 213,2016_15_PIT_CIN,2016,REG,15,2016-12-18,Sunday,13:00,PIT,CIN,24,20,-4,Paul Brown Stadium,Home,outdoors,fieldturf,2016121812
216
+ 214,2016_15_JAX_HOU,2016,REG,15,2016-12-18,Sunday,13:00,JAX,HOU,20,21,1,NRG Stadium,Home,closed,fieldturf,2016121804
217
+ 215,2016_15_TEN_KC,2016,REG,15,2016-12-18,Sunday,13:00,TEN,KC,19,17,-2,Arrowhead Stadium,Home,outdoors,grass,2016121805
218
+ 216,2016_15_IND_MIN,2016,REG,15,2016-12-18,Sunday,13:00,IND,MIN,34,6,-28,U.S. Bank Stadium,Home,dome,sportturf,2016121806
219
+ 217,2016_15_DET_NYG,2016,REG,15,2016-12-18,Sunday,13:00,DET,NYG,6,17,11,MetLife Stadium,Home,outdoors,fieldturf,2016121807
220
+ 218,2016_15_NO_ARI,2016,REG,15,2016-12-18,Sunday,16:05,NO,ARI,48,41,-7,University of Phoenix Stadium,Home,closed,grass,2016121808
221
+ 219,2016_15_SF_ATL,2016,REG,15,2016-12-18,Sunday,16:05,SF,ATL,13,41,28,Georgia Dome,Home,dome,fieldturf,2016121809
222
+ 220,2016_15_NE_DEN,2016,REG,15,2016-12-18,Sunday,16:25,NE,DEN,16,3,-13,Sports Authority Field at Mile High,Home,outdoors,grass,2016121810
223
+ 221,2016_15_OAK_SD,2016,REG,15,2016-12-18,Sunday,16:25,OAK,SD,19,16,-3,Qualcomm Stadium,Home,outdoors,grass,2016121811
224
+ 222,2016_15_TB_DAL,2016,REG,15,2016-12-18,Sunday,20:30,TB,DAL,20,26,6,AT&T Stadium,Home,closed,matrixturf,2016121803
225
+ 223,2016_15_CAR_WAS,2016,REG,15,2016-12-19,Monday,20:30,CAR,WAS,26,15,-11,FedExField,Home,outdoors,grass,2016121900
226
+ 224,2016_16_NYG_PHI,2016,REG,16,2016-12-22,Thursday,20:25,NYG,PHI,19,24,5,Lincoln Financial Field,Home,outdoors,grass,2016122200
227
+ 225,2016_16_MIA_BUF,2016,REG,16,2016-12-24,Saturday,13:00,MIA,BUF,34,31,-3,New Era Field,Home,outdoors,a_turf,2016122400
228
+ 226,2016_16_ATL_CAR,2016,REG,16,2016-12-24,Saturday,13:00,ATL,CAR,33,16,-17,Bank of America Stadium,Home,outdoors,grass,2016122401
229
+ 227,2016_16_WAS_CHI,2016,REG,16,2016-12-24,Saturday,13:00,WAS,CHI,41,21,-20,Soldier Field,Home,outdoors,grass,2016122402
230
+ 228,2016_16_SD_CLE,2016,REG,16,2016-12-24,Saturday,13:00,SD,CLE,17,20,3,FirstEnergy Stadium,Home,outdoors,grass,2016122403
231
+ 229,2016_16_MIN_GB,2016,REG,16,2016-12-24,Saturday,13:00,MIN,GB,25,38,13,Lambeau Field,Home,outdoors,grass,2016122404
232
+ 230,2016_16_TEN_JAX,2016,REG,16,2016-12-24,Saturday,13:00,TEN,JAX,17,38,21,EverBank Field,Home,outdoors,grass,2016122405
233
+ 231,2016_16_NYJ_NE,2016,REG,16,2016-12-24,Saturday,13:00,NYJ,NE,3,41,38,Gillette Stadium,Home,outdoors,fieldturf,2016122406
234
+ 232,2016_16_IND_OAK,2016,REG,16,2016-12-24,Saturday,16:05,IND,OAK,25,33,8,Oakland-Alameda County Coliseum,Home,outdoors,grass,2016122408
235
+ 233,2016_16_SF_LA,2016,REG,16,2016-12-24,Saturday,16:25,SF,LA,22,21,-1,Los Angeles Memorial Coliseum,Home,outdoors,grass,2016122409
236
+ 234,2016_16_TB_NO,2016,REG,16,2016-12-24,Saturday,16:25,TB,NO,24,31,7,Mercedes-Benz Superdome,Home,dome,sportturf,2016122407
237
+ 235,2016_16_ARI_SEA,2016,REG,16,2016-12-24,Saturday,16:25,ARI,SEA,34,31,-3,CenturyLink Field,Home,outdoors,fieldturf,2016122410
238
+ 236,2016_16_CIN_HOU,2016,REG,16,2016-12-24,Saturday,20:25,CIN,HOU,10,12,2,NRG Stadium,Home,closed,fieldturf,2016122411
239
+ 237,2016_16_BAL_PIT,2016,REG,16,2016-12-25,Sunday,16:30,BAL,PIT,27,31,4,Heinz Field,Home,outdoors,grass,2016122500
240
+ 238,2016_16_DEN_KC,2016,REG,16,2016-12-25,Sunday,20:30,DEN,KC,10,33,23,Arrowhead Stadium,Home,outdoors,grass,2016122501
241
+ 239,2016_16_DET_DAL,2016,REG,16,2016-12-26,Monday,20:30,DET,DAL,21,42,21,AT&T Stadium,Home,closed,matrixturf,2016122600
242
+ 240,2016_17_BAL_CIN,2016,REG,17,2017-01-01,Sunday,13:00,BAL,CIN,10,27,17,Paul Brown Stadium,Home,outdoors,fieldturf,2017010101
243
+ 241,2016_17_JAX_IND,2016,REG,17,2017-01-01,Sunday,13:00,JAX,IND,20,24,4,Lucas Oil Stadium,Home,closed,fieldturf,2017010103
244
+ 242,2016_17_NE_MIA,2016,REG,17,2017-01-01,Sunday,13:00,NE,MIA,35,14,-21,Hard Rock Stadium,Home,outdoors,grass,2017010104
245
+ 243,2016_17_CHI_MIN,2016,REG,17,2017-01-01,Sunday,13:00,CHI,MIN,10,38,28,U.S. Bank Stadium,Home,dome,sportturf,2017010105
246
+ 244,2016_17_BUF_NYJ,2016,REG,17,2017-01-01,Sunday,13:00,BUF,NYJ,10,30,20,MetLife Stadium,Home,outdoors,fieldturf,2017010106
247
+ 245,2016_17_DAL_PHI,2016,REG,17,2017-01-01,Sunday,13:00,DAL,PHI,13,27,14,Lincoln Financial Field,Home,outdoors,grass,2017010107
248
+ 246,2016_17_CLE_PIT,2016,REG,17,2017-01-01,Sunday,13:00,CLE,PIT,24,27,3,Heinz Field,Home,outdoors,grass,2017010108
249
+ 247,2016_17_CAR_TB,2016,REG,17,2017-01-01,Sunday,13:00,CAR,TB,16,17,1,Raymond James Stadium,Home,outdoors,grass,2017010109
250
+ 248,2016_17_HOU_TEN,2016,REG,17,2017-01-01,Sunday,13:00,HOU,TEN,17,24,7,Nissan Stadium,Home,outdoors,grass,2017010110
251
+ 249,2016_17_NO_ATL,2016,REG,17,2017-01-01,Sunday,16:25,NO,ATL,32,38,6,Georgia Dome,Home,dome,fieldturf,2017010100
252
+ 250,2016_17_OAK_DEN,2016,REG,17,2017-01-01,Sunday,16:25,OAK,DEN,6,24,18,Sports Authority Field at Mile High,Home,outdoors,grass,2017010112
253
+ 251,2016_17_ARI_LA,2016,REG,17,2017-01-01,Sunday,16:25,ARI,LA,44,6,-38,Los Angeles Memorial Coliseum,Home,outdoors,grass,2017010113
254
+ 252,2016_17_KC_SD,2016,REG,17,2017-01-01,Sunday,16:25,KC,SD,37,27,-10,Qualcomm Stadium,Home,outdoors,grass,2017010114
255
+ 253,2016_17_SEA_SF,2016,REG,17,2017-01-01,Sunday,16:25,SEA,SF,25,23,-2,Levi's Stadium,Home,outdoors,grass,2017010115
256
+ 254,2016_17_NYG_WAS,2016,REG,17,2017-01-01,Sunday,16:25,NYG,WAS,19,10,-9,FedExField,Home,outdoors,grass,2017010111
257
+ 255,2016_17_GB_DET,2016,REG,17,2017-01-01,Sunday,20:30,GB,DET,31,24,-7,Ford Field,Home,dome,fieldturf,2017010102
258
+ 256,2016_18_OAK_HOU,2016,WC,18,2017-01-07,Saturday,16:35,OAK,HOU,14,27,13,NRG Stadium,Home,closed,fieldturf,2017010700
259
+ 257,2016_18_DET_SEA,2016,WC,18,2017-01-07,Saturday,20:15,DET,SEA,6,26,20,CenturyLink Field,Home,outdoors,fieldturf,2017010701
260
+ 258,2016_18_MIA_PIT,2016,WC,18,2017-01-08,Sunday,13:05,MIA,PIT,12,30,18,Heinz Field,Home,outdoors,grass,2017010800
261
+ 259,2016_18_NYG_GB,2016,WC,18,2017-01-08,Sunday,16:40,NYG,GB,13,38,25,Lambeau Field,Home,outdoors,grass,2017010801
262
+ 260,2016_19_SEA_ATL,2016,DIV,19,2017-01-14,Saturday,16:35,SEA,ATL,20,36,16,Georgia Dome,Home,dome,fieldturf,2017011400
263
+ 261,2016_19_HOU_NE,2016,DIV,19,2017-01-14,Saturday,20:15,HOU,NE,16,34,18,Gillette Stadium,Home,outdoors,fieldturf,2017011401
264
+ 262,2016_19_GB_DAL,2016,DIV,19,2017-01-15,Sunday,16:40,GB,DAL,34,31,-3,AT&T Stadium,Home,closed,matrixturf,2017011501
265
+ 263,2016_19_PIT_KC,2016,DIV,19,2017-01-15,Sunday,20:20,PIT,KC,18,16,-2,Arrowhead Stadium,Home,outdoors,grass,2017011500
266
+ 264,2016_20_GB_ATL,2016,CON,20,2017-01-22,Sunday,15:05,GB,ATL,21,44,23,Georgia Dome,Home,dome,fieldturf,2017012200
267
+ 265,2016_20_PIT_NE,2016,CON,20,2017-01-22,Sunday,18:40,PIT,NE,17,36,19,Gillette Stadium,Home,outdoors,fieldturf,2017012201
268
+ 266,2016_21_NE_ATL,2016,SB,21,2017-02-05,Sunday,18:30,NE,ATL,34,28,-6,NRG Stadium,Neutral,closed,fieldturf,2017020500
Source/Build/nfl_data_py/data/schedules/2017.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2017_01_KC_NE,2017,REG,1,2017-09-07,Thursday,20:30,KC,NE,42,27,-15,Gillette Stadium,Home,outdoors,fieldturf,2017090700
3
+ 1,2017_01_NYJ_BUF,2017,REG,1,2017-09-10,Sunday,13:00,NYJ,BUF,12,21,9,New Era Field,Home,outdoors,a_turf,2017091000
4
+ 2,2017_01_ATL_CHI,2017,REG,1,2017-09-10,Sunday,13:00,ATL,CHI,23,17,-6,Soldier Field,Home,outdoors,grass,2017091001
5
+ 3,2017_01_BAL_CIN,2017,REG,1,2017-09-10,Sunday,13:00,BAL,CIN,20,0,-20,Paul Brown Stadium,Home,outdoors,fieldturf,2017091002
6
+ 4,2017_01_PIT_CLE,2017,REG,1,2017-09-10,Sunday,13:00,PIT,CLE,21,18,-3,FirstEnergy Stadium,Home,outdoors,grass,2017091003
7
+ 5,2017_01_ARI_DET,2017,REG,1,2017-09-10,Sunday,13:00,ARI,DET,23,35,12,Ford Field,Home,dome,fieldturf,2017091004
8
+ 6,2017_01_JAX_HOU,2017,REG,1,2017-09-10,Sunday,13:00,JAX,HOU,29,7,-22,NRG Stadium,Home,open,astroturf,2017091005
9
+ 7,2017_01_OAK_TEN,2017,REG,1,2017-09-10,Sunday,13:00,OAK,TEN,26,16,-10,Nissan Stadium,Home,outdoors,grass,2017091007
10
+ 8,2017_01_PHI_WAS,2017,REG,1,2017-09-10,Sunday,13:00,PHI,WAS,30,17,-13,FedExField,Home,outdoors,grass,2017091008
11
+ 9,2017_01_IND_LA,2017,REG,1,2017-09-10,Sunday,16:05,IND,LA,9,46,37,Los Angeles Memorial Coliseum,Home,outdoors,grass,2017091009
12
+ 10,2017_01_SEA_GB,2017,REG,1,2017-09-10,Sunday,16:25,SEA,GB,9,17,8,Lambeau Field,Home,outdoors,grass,2017091010
13
+ 11,2017_01_CAR_SF,2017,REG,1,2017-09-10,Sunday,16:25,CAR,SF,23,3,-20,Levi's Stadium,Home,outdoors,grass,2017091011
14
+ 12,2017_01_NYG_DAL,2017,REG,1,2017-09-10,Sunday,20:30,NYG,DAL,3,19,16,AT&T Stadium,Home,closed,matrixturf,2017091012
15
+ 13,2017_01_NO_MIN,2017,REG,1,2017-09-11,Monday,19:10,NO,MIN,19,29,10,U.S. Bank Stadium,Home,dome,sportturf,2017091100
16
+ 14,2017_01_LAC_DEN,2017,REG,1,2017-09-11,Monday,22:20,LAC,DEN,21,24,3,Sports Authority Field at Mile High,Home,outdoors,grass,2017091101
17
+ 15,2017_02_HOU_CIN,2017,REG,2,2017-09-14,Thursday,20:25,HOU,CIN,13,9,-4,Paul Brown Stadium,Home,outdoors,fieldturf,2017091400
18
+ 16,2017_02_CLE_BAL,2017,REG,2,2017-09-17,Sunday,13:00,CLE,BAL,10,24,14,M&T Bank Stadium,Home,outdoors,grass,2017091700
19
+ 17,2017_02_BUF_CAR,2017,REG,2,2017-09-17,Sunday,13:00,BUF,CAR,3,9,6,Bank of America Stadium,Home,outdoors,grass,2017091701
20
+ 18,2017_02_ARI_IND,2017,REG,2,2017-09-17,Sunday,13:00,ARI,IND,16,13,-3,Lucas Oil Stadium,Home,closed,fieldturf,2017091702
21
+ 19,2017_02_TEN_JAX,2017,REG,2,2017-09-17,Sunday,13:00,TEN,JAX,37,16,-21,EverBank Field,Home,outdoors,grass,2017091703
22
+ 20,2017_02_PHI_KC,2017,REG,2,2017-09-17,Sunday,13:00,PHI,KC,20,27,7,Arrowhead Stadium,Home,outdoors,grass,2017091704
23
+ 21,2017_02_NE_NO,2017,REG,2,2017-09-17,Sunday,13:00,NE,NO,36,20,-16,Mercedes-Benz Superdome,Home,dome,sportturf,2017091705
24
+ 22,2017_02_MIN_PIT,2017,REG,2,2017-09-17,Sunday,13:00,MIN,PIT,9,26,17,Heinz Field,Home,outdoors,grass,2017091706
25
+ 23,2017_02_CHI_TB,2017,REG,2,2017-09-17,Sunday,13:00,CHI,TB,7,29,22,Raymond James Stadium,Home,outdoors,grass,2017091707
26
+ 24,2017_02_MIA_LAC,2017,REG,2,2017-09-17,Sunday,16:05,MIA,LAC,19,17,-2,StubHub Center,Home,outdoors,grass,2017091708
27
+ 25,2017_02_NYJ_OAK,2017,REG,2,2017-09-17,Sunday,16:05,NYJ,OAK,20,45,25,Oakland-Alameda County Coliseum,Home,outdoors,grass,2017091709
28
+ 26,2017_02_DAL_DEN,2017,REG,2,2017-09-17,Sunday,16:25,DAL,DEN,17,42,25,Sports Authority Field at Mile High,Home,outdoors,grass,2017091710
29
+ 27,2017_02_WAS_LA,2017,REG,2,2017-09-17,Sunday,16:25,WAS,LA,27,20,-7,Los Angeles Memorial Coliseum,Home,outdoors,grass,2017091711
30
+ 28,2017_02_SF_SEA,2017,REG,2,2017-09-17,Sunday,16:25,SF,SEA,9,12,3,CenturyLink Field,Home,outdoors,fieldturf,2017091712
31
+ 29,2017_02_GB_ATL,2017,REG,2,2017-09-17,Sunday,20:30,GB,ATL,23,34,11,Mercedes-Benz Stadium,Home,open,fieldturf,2017091713
32
+ 30,2017_02_DET_NYG,2017,REG,2,2017-09-18,Monday,20:30,DET,NYG,24,10,-14,MetLife Stadium,Home,outdoors,fieldturf,2017091800
33
+ 31,2017_03_LA_SF,2017,REG,3,2017-09-21,Thursday,20:25,LA,SF,41,39,-2,Levi's Stadium,Home,outdoors,grass,2017092100
34
+ 32,2017_03_DEN_BUF,2017,REG,3,2017-09-24,Sunday,13:00,DEN,BUF,16,26,10,New Era Field,Home,outdoors,a_turf,2017092401
35
+ 33,2017_03_NO_CAR,2017,REG,3,2017-09-24,Sunday,13:00,NO,CAR,34,13,-21,Bank of America Stadium,Home,outdoors,grass,2017092402
36
+ 34,2017_03_PIT_CHI,2017,REG,3,2017-09-24,Sunday,13:00,PIT,CHI,17,23,6,Soldier Field,Home,outdoors,grass,2017092403
37
+ 35,2017_03_ATL_DET,2017,REG,3,2017-09-24,Sunday,13:00,ATL,DET,30,26,-4,Ford Field,Home,dome,fieldturf,2017092404
38
+ 36,2017_03_CLE_IND,2017,REG,3,2017-09-24,Sunday,13:00,CLE,IND,28,31,3,Lucas Oil Stadium,Home,closed,fieldturf,2017092405
39
+ 37,2017_03_TB_MIN,2017,REG,3,2017-09-24,Sunday,13:00,TB,MIN,17,34,17,U.S. Bank Stadium,Home,dome,sportturf,2017092406
40
+ 38,2017_03_HOU_NE,2017,REG,3,2017-09-24,Sunday,13:00,HOU,NE,33,36,3,Gillette Stadium,Home,outdoors,fieldturf,2017092407
41
+ 39,2017_03_MIA_NYJ,2017,REG,3,2017-09-24,Sunday,13:00,MIA,NYJ,6,20,14,MetLife Stadium,Home,outdoors,fieldturf,2017092408
42
+ 40,2017_03_NYG_PHI,2017,REG,3,2017-09-24,Sunday,13:00,NYG,PHI,24,27,3,Lincoln Financial Field,Home,outdoors,grass,2017092409
43
+ 41,2017_03_SEA_TEN,2017,REG,3,2017-09-24,Sunday,16:05,SEA,TEN,27,33,6,Nissan Stadium,Home,outdoors,grass,2017092410
44
+ 42,2017_03_CIN_GB,2017,REG,3,2017-09-24,Sunday,16:25,CIN,GB,24,27,3,Lambeau Field,Home,outdoors,grass,2017092411
45
+ 43,2017_03_KC_LAC,2017,REG,3,2017-09-24,Sunday,16:25,KC,LAC,24,10,-14,StubHub Center,Home,outdoors,grass,2017092412
46
+ 44,2017_03_OAK_WAS,2017,REG,3,2017-09-24,Sunday,20:30,OAK,WAS,10,27,17,FedExField,Home,outdoors,grass,2017092413
47
+ 45,2017_03_BAL_JAX,2017,REG,3,2017-09-24,Sunday,21:30,BAL,JAX,7,44,37,Wembley Stadium,Neutral,outdoors,grass,2017092400
48
+ 46,2017_03_DAL_ARI,2017,REG,3,2017-09-25,Monday,20:30,DAL,ARI,28,17,-11,University of Phoenix Stadium,Home,closed,grass,2017092500
49
+ 47,2017_04_CHI_GB,2017,REG,4,2017-09-28,Thursday,20:25,CHI,GB,14,35,21,Lambeau Field,Home,outdoors,grass,2017092800
50
+ 48,2017_04_BUF_ATL,2017,REG,4,2017-10-01,Sunday,13:00,BUF,ATL,23,17,-6,Mercedes-Benz Stadium,Home,closed,fieldturf,2017100101
51
+ 49,2017_04_PIT_BAL,2017,REG,4,2017-10-01,Sunday,13:00,PIT,BAL,26,9,-17,M&T Bank Stadium,Home,outdoors,grass,2017100102
52
+ 50,2017_04_CIN_CLE,2017,REG,4,2017-10-01,Sunday,13:00,CIN,CLE,31,7,-24,FirstEnergy Stadium,Home,outdoors,grass,2017100103
53
+ 51,2017_04_LA_DAL,2017,REG,4,2017-10-01,Sunday,13:00,LA,DAL,35,30,-5,AT&T Stadium,Home,closed,matrixturf,2017100104
54
+ 52,2017_04_TEN_HOU,2017,REG,4,2017-10-01,Sunday,13:00,TEN,HOU,14,57,43,NRG Stadium,Home,open,astroturf,2017100105
55
+ 53,2017_04_DET_MIN,2017,REG,4,2017-10-01,Sunday,13:00,DET,MIN,14,7,-7,U.S. Bank Stadium,Home,dome,sportturf,2017100106
56
+ 54,2017_04_CAR_NE,2017,REG,4,2017-10-01,Sunday,13:00,CAR,NE,33,30,-3,Gillette Stadium,Home,outdoors,fieldturf,2017100107
57
+ 55,2017_04_JAX_NYJ,2017,REG,4,2017-10-01,Sunday,13:00,JAX,NYJ,20,23,3,MetLife Stadium,Home,outdoors,fieldturf,2017100108
58
+ 56,2017_04_SF_ARI,2017,REG,4,2017-10-01,Sunday,16:05,SF,ARI,15,18,3,University of Phoenix Stadium,Home,closed,grass,2017100109
59
+ 57,2017_04_PHI_LAC,2017,REG,4,2017-10-01,Sunday,16:05,PHI,LAC,26,24,-2,StubHub Center,Home,outdoors,grass,2017100110
60
+ 58,2017_04_NYG_TB,2017,REG,4,2017-10-01,Sunday,16:05,NYG,TB,23,25,2,Raymond James Stadium,Home,outdoors,grass,2017100111
61
+ 59,2017_04_OAK_DEN,2017,REG,4,2017-10-01,Sunday,16:25,OAK,DEN,10,16,6,Sports Authority Field at Mile High,Home,outdoors,grass,2017100112
62
+ 60,2017_04_IND_SEA,2017,REG,4,2017-10-01,Sunday,20:30,IND,SEA,18,46,28,CenturyLink Field,Home,outdoors,fieldturf,2017100113
63
+ 61,2017_04_NO_MIA,2017,REG,4,2017-10-01,Sunday,21:30,NO,MIA,20,0,-20,Wembley Stadium,Neutral,outdoors,grass,2017100100
64
+ 62,2017_04_WAS_KC,2017,REG,4,2017-10-02,Monday,20:30,WAS,KC,20,29,9,Arrowhead Stadium,Home,outdoors,grass,2017100200
65
+ 63,2017_05_NE_TB,2017,REG,5,2017-10-05,Thursday,20:25,NE,TB,19,14,-5,Raymond James Stadium,Home,outdoors,grass,2017100500
66
+ 64,2017_05_BUF_CIN,2017,REG,5,2017-10-08,Sunday,13:00,BUF,CIN,16,20,4,Paul Brown Stadium,Home,outdoors,fieldturf,2017100800
67
+ 65,2017_05_NYJ_CLE,2017,REG,5,2017-10-08,Sunday,13:00,NYJ,CLE,17,14,-3,FirstEnergy Stadium,Home,outdoors,grass,2017100801
68
+ 66,2017_05_CAR_DET,2017,REG,5,2017-10-08,Sunday,13:00,CAR,DET,27,24,-3,Ford Field,Home,dome,fieldturf,2017100802
69
+ 67,2017_05_SF_IND,2017,REG,5,2017-10-08,Sunday,13:00,SF,IND,23,26,3,Lucas Oil Stadium,Home,closed,fieldturf,2017100803
70
+ 68,2017_05_TEN_MIA,2017,REG,5,2017-10-08,Sunday,13:00,TEN,MIA,10,16,6,Hard Rock Stadium,Home,outdoors,grass,2017100804
71
+ 69,2017_05_LAC_NYG,2017,REG,5,2017-10-08,Sunday,13:00,LAC,NYG,27,22,-5,MetLife Stadium,Home,outdoors,fieldturf,2017100805
72
+ 70,2017_05_ARI_PHI,2017,REG,5,2017-10-08,Sunday,13:00,ARI,PHI,7,34,27,Lincoln Financial Field,Home,outdoors,grass,2017100806
73
+ 71,2017_05_JAX_PIT,2017,REG,5,2017-10-08,Sunday,13:00,JAX,PIT,30,9,-21,Heinz Field,Home,outdoors,grass,2017100807
74
+ 72,2017_05_SEA_LA,2017,REG,5,2017-10-08,Sunday,16:05,SEA,LA,16,10,-6,Los Angeles Memorial Coliseum,Home,outdoors,grass,2017100808
75
+ 73,2017_05_BAL_OAK,2017,REG,5,2017-10-08,Sunday,16:05,BAL,OAK,30,17,-13,Oakland-Alameda County Coliseum,Home,outdoors,grass,2017100809
76
+ 74,2017_05_GB_DAL,2017,REG,5,2017-10-08,Sunday,16:25,GB,DAL,35,31,-4,AT&T Stadium,Home,closed,matrixturf,2017100810
77
+ 75,2017_05_KC_HOU,2017,REG,5,2017-10-08,Sunday,20:30,KC,HOU,42,34,-8,NRG Stadium,Home,closed,astroturf,2017100811
78
+ 76,2017_05_MIN_CHI,2017,REG,5,2017-10-09,Monday,20:30,MIN,CHI,20,17,-3,Soldier Field,Home,outdoors,grass,2017100900
79
+ 77,2017_06_PHI_CAR,2017,REG,6,2017-10-12,Thursday,20:25,PHI,CAR,28,23,-5,Bank of America Stadium,Home,outdoors,grass,2017101200
80
+ 78,2017_06_MIA_ATL,2017,REG,6,2017-10-15,Sunday,13:00,MIA,ATL,20,17,-3,Mercedes-Benz Stadium,Home,closed,fieldturf,2017101500
81
+ 79,2017_06_CHI_BAL,2017,REG,6,2017-10-15,Sunday,13:00,CHI,BAL,27,24,-3,M&T Bank Stadium,Home,outdoors,grass,2017101501
82
+ 80,2017_06_CLE_HOU,2017,REG,6,2017-10-15,Sunday,13:00,CLE,HOU,17,33,16,NRG Stadium,Home,closed,astroturf,2017101502
83
+ 81,2017_06_GB_MIN,2017,REG,6,2017-10-15,Sunday,13:00,GB,MIN,10,23,13,U.S. Bank Stadium,Home,dome,sportturf,2017101503
84
+ 82,2017_06_DET_NO,2017,REG,6,2017-10-15,Sunday,13:00,DET,NO,38,52,14,Mercedes-Benz Superdome,Home,dome,sportturf,2017101504
85
+ 83,2017_06_NE_NYJ,2017,REG,6,2017-10-15,Sunday,13:00,NE,NYJ,24,17,-7,MetLife Stadium,Home,outdoors,fieldturf,2017101505
86
+ 84,2017_06_SF_WAS,2017,REG,6,2017-10-15,Sunday,13:00,SF,WAS,24,26,2,FedExField,Home,outdoors,grass,2017101506
87
+ 85,2017_06_TB_ARI,2017,REG,6,2017-10-15,Sunday,16:05,TB,ARI,33,38,5,University of Phoenix Stadium,Home,closed,grass,2017101507
88
+ 86,2017_06_LA_JAX,2017,REG,6,2017-10-15,Sunday,16:05,LA,JAX,27,17,-10,EverBank Field,Home,outdoors,grass,2017101508
89
+ 87,2017_06_PIT_KC,2017,REG,6,2017-10-15,Sunday,16:25,PIT,KC,19,13,-6,Arrowhead Stadium,Home,outdoors,grass,2017101509
90
+ 88,2017_06_LAC_OAK,2017,REG,6,2017-10-15,Sunday,16:25,LAC,OAK,17,16,-1,Oakland-Alameda County Coliseum,Home,outdoors,grass,2017101510
91
+ 89,2017_06_NYG_DEN,2017,REG,6,2017-10-15,Sunday,20:30,NYG,DEN,23,10,-13,Sports Authority Field at Mile High,Home,outdoors,grass,2017101511
92
+ 90,2017_06_IND_TEN,2017,REG,6,2017-10-16,Monday,20:30,IND,TEN,22,36,14,Nissan Stadium,Home,outdoors,grass,2017101600
93
+ 91,2017_07_KC_OAK,2017,REG,7,2017-10-19,Thursday,20:25,KC,OAK,30,31,1,Oakland-Alameda County Coliseum,Home,outdoors,grass,2017101900
94
+ 92,2017_07_TB_BUF,2017,REG,7,2017-10-22,Sunday,13:00,TB,BUF,27,30,3,New Era Field,Home,outdoors,a_turf,2017102200
95
+ 93,2017_07_CAR_CHI,2017,REG,7,2017-10-22,Sunday,13:00,CAR,CHI,3,17,14,Soldier Field,Home,outdoors,grass,2017102201
96
+ 94,2017_07_TEN_CLE,2017,REG,7,2017-10-22,Sunday,13:00,TEN,CLE,12,9,-3,FirstEnergy Stadium,Home,outdoors,grass,2017102202
97
+ 95,2017_07_NO_GB,2017,REG,7,2017-10-22,Sunday,13:00,NO,GB,26,17,-9,Lambeau Field,Home,outdoors,grass,2017102203
98
+ 96,2017_07_JAX_IND,2017,REG,7,2017-10-22,Sunday,13:00,JAX,IND,27,0,-27,Lucas Oil Stadium,Home,closed,fieldturf,2017102204
99
+ 97,2017_07_ARI_LA,2017,REG,7,2017-10-22,Sunday,13:00,ARI,LA,0,33,33,Twickenham Stadium,Neutral,outdoors,grass,2017102205
100
+ 98,2017_07_NYJ_MIA,2017,REG,7,2017-10-22,Sunday,13:00,NYJ,MIA,28,31,3,Hard Rock Stadium,Home,outdoors,grass,2017102206
101
+ 99,2017_07_BAL_MIN,2017,REG,7,2017-10-22,Sunday,13:00,BAL,MIN,16,24,8,U.S. Bank Stadium,Home,dome,sportturf,2017102207
102
+ 100,2017_07_DAL_SF,2017,REG,7,2017-10-22,Sunday,16:05,DAL,SF,40,10,-30,Levi's Stadium,Home,outdoors,grass,2017102209
103
+ 101,2017_07_DEN_LAC,2017,REG,7,2017-10-22,Sunday,16:25,DEN,LAC,0,21,21,StubHub Center,Home,outdoors,grass,2017102210
104
+ 102,2017_07_SEA_NYG,2017,REG,7,2017-10-22,Sunday,16:25,SEA,NYG,24,7,-17,MetLife Stadium,Home,outdoors,fieldturf,2017102211
105
+ 103,2017_07_CIN_PIT,2017,REG,7,2017-10-22,Sunday,16:25,CIN,PIT,14,29,15,Heinz Field,Home,outdoors,grass,2017102208
106
+ 104,2017_07_ATL_NE,2017,REG,7,2017-10-22,Sunday,20:30,ATL,NE,7,23,16,Gillette Stadium,Home,outdoors,fieldturf,2017102212
107
+ 105,2017_07_WAS_PHI,2017,REG,7,2017-10-23,Monday,20:30,WAS,PHI,24,34,10,Lincoln Financial Field,Home,outdoors,grass,2017102300
108
+ 106,2017_08_MIA_BAL,2017,REG,8,2017-10-26,Thursday,20:25,MIA,BAL,0,40,40,M&T Bank Stadium,Home,outdoors,grass,2017102600
109
+ 107,2017_08_OAK_BUF,2017,REG,8,2017-10-29,Sunday,13:00,OAK,BUF,14,34,20,New Era Field,Home,outdoors,a_turf,2017102901
110
+ 108,2017_08_IND_CIN,2017,REG,8,2017-10-29,Sunday,13:00,IND,CIN,23,24,1,Paul Brown Stadium,Home,outdoors,fieldturf,2017102902
111
+ 109,2017_08_LAC_NE,2017,REG,8,2017-10-29,Sunday,13:00,LAC,NE,13,21,8,Gillette Stadium,Home,outdoors,fieldturf,2017102903
112
+ 110,2017_08_CHI_NO,2017,REG,8,2017-10-29,Sunday,13:00,CHI,NO,12,20,8,Mercedes-Benz Superdome,Home,dome,sportturf,2017102904
113
+ 111,2017_08_ATL_NYJ,2017,REG,8,2017-10-29,Sunday,13:00,ATL,NYJ,25,20,-5,MetLife Stadium,Home,outdoors,fieldturf,2017102905
114
+ 112,2017_08_SF_PHI,2017,REG,8,2017-10-29,Sunday,13:00,SF,PHI,10,33,23,Lincoln Financial Field,Home,outdoors,grass,2017102906
115
+ 113,2017_08_CAR_TB,2017,REG,8,2017-10-29,Sunday,13:00,CAR,TB,17,3,-14,Raymond James Stadium,Home,outdoors,grass,2017102907
116
+ 114,2017_08_HOU_SEA,2017,REG,8,2017-10-29,Sunday,16:05,HOU,SEA,38,41,3,CenturyLink Field,Home,outdoors,fieldturf,2017102908
117
+ 115,2017_08_DAL_WAS,2017,REG,8,2017-10-29,Sunday,16:25,DAL,WAS,33,19,-14,FedExField,Home,outdoors,grass,2017102909
118
+ 116,2017_08_PIT_DET,2017,REG,8,2017-10-29,Sunday,20:30,PIT,DET,20,15,-5,Ford Field,Home,dome,fieldturf,2017102910
119
+ 117,2017_08_MIN_CLE,2017,REG,8,2017-10-29,Sunday,21:30,MIN,CLE,33,16,-17,Twickenham Stadium,Neutral,outdoors,grass,2017102900
120
+ 118,2017_08_DEN_KC,2017,REG,8,2017-10-30,Monday,20:30,DEN,KC,19,29,10,Arrowhead Stadium,Home,outdoors,grass,2017103000
121
+ 119,2017_09_BUF_NYJ,2017,REG,9,2017-11-02,Thursday,20:25,BUF,NYJ,21,34,13,MetLife Stadium,Home,outdoors,fieldturf,2017110200
122
+ 120,2017_09_ATL_CAR,2017,REG,9,2017-11-05,Sunday,13:00,ATL,CAR,17,20,3,Bank of America Stadium,Home,outdoors,grass,2017110500
123
+ 121,2017_09_IND_HOU,2017,REG,9,2017-11-05,Sunday,13:00,IND,HOU,20,14,-6,NRG Stadium,Home,closed,astroturf,2017110501
124
+ 122,2017_09_CIN_JAX,2017,REG,9,2017-11-05,Sunday,13:00,CIN,JAX,7,23,16,EverBank Field,Home,outdoors,grass,2017110502
125
+ 123,2017_09_TB_NO,2017,REG,9,2017-11-05,Sunday,13:00,TB,NO,10,30,20,Mercedes-Benz Superdome,Home,dome,sportturf,2017110503
126
+ 124,2017_09_LA_NYG,2017,REG,9,2017-11-05,Sunday,13:00,LA,NYG,51,17,-34,MetLife Stadium,Home,outdoors,fieldturf,2017110504
127
+ 125,2017_09_DEN_PHI,2017,REG,9,2017-11-05,Sunday,13:00,DEN,PHI,23,51,28,Lincoln Financial Field,Home,outdoors,grass,2017110505
128
+ 126,2017_09_BAL_TEN,2017,REG,9,2017-11-05,Sunday,13:00,BAL,TEN,20,23,3,Nissan Stadium,Home,outdoors,grass,2017110506
129
+ 127,2017_09_WAS_SEA,2017,REG,9,2017-11-05,Sunday,16:05,WAS,SEA,17,14,-3,CenturyLink Field,Home,outdoors,fieldturf,2017110508
130
+ 128,2017_09_ARI_SF,2017,REG,9,2017-11-05,Sunday,16:05,ARI,SF,20,10,-10,Levi's Stadium,Home,outdoors,grass,2017110507
131
+ 129,2017_09_KC_DAL,2017,REG,9,2017-11-05,Sunday,16:25,KC,DAL,17,28,11,AT&T Stadium,Home,closed,matrixturf,2017110509
132
+ 130,2017_09_OAK_MIA,2017,REG,9,2017-11-05,Sunday,20:30,OAK,MIA,27,24,-3,Hard Rock Stadium,Home,outdoors,grass,2017110510
133
+ 131,2017_09_DET_GB,2017,REG,9,2017-11-06,Monday,20:30,DET,GB,30,17,-13,Lambeau Field,Home,outdoors,grass,2017110600
134
+ 132,2017_10_SEA_ARI,2017,REG,10,2017-11-09,Thursday,20:25,SEA,ARI,22,16,-6,University of Phoenix Stadium,Home,open,grass,2017110900
135
+ 133,2017_10_NO_BUF,2017,REG,10,2017-11-12,Sunday,13:00,NO,BUF,47,10,-37,New Era Field,Home,outdoors,a_turf,2017111200
136
+ 134,2017_10_GB_CHI,2017,REG,10,2017-11-12,Sunday,13:00,GB,CHI,23,16,-7,Soldier Field,Home,outdoors,grass,2017111201
137
+ 135,2017_10_CLE_DET,2017,REG,10,2017-11-12,Sunday,13:00,CLE,DET,24,38,14,Ford Field,Home,dome,fieldturf,2017111202
138
+ 136,2017_10_PIT_IND,2017,REG,10,2017-11-12,Sunday,13:00,PIT,IND,20,17,-3,Lucas Oil Stadium,Home,closed,fieldturf,2017111203
139
+ 137,2017_10_LAC_JAX,2017,REG,10,2017-11-12,Sunday,13:00,LAC,JAX,17,20,3,EverBank Field,Home,outdoors,grass,2017111204
140
+ 138,2017_10_NYJ_TB,2017,REG,10,2017-11-12,Sunday,13:00,NYJ,TB,10,15,5,Raymond James Stadium,Home,outdoors,grass,2017111205
141
+ 139,2017_10_CIN_TEN,2017,REG,10,2017-11-12,Sunday,13:00,CIN,TEN,20,24,4,Nissan Stadium,Home,outdoors,grass,2017111206
142
+ 140,2017_10_MIN_WAS,2017,REG,10,2017-11-12,Sunday,13:00,MIN,WAS,38,30,-8,FedExField,Home,outdoors,grass,2017111207
143
+ 141,2017_10_HOU_LA,2017,REG,10,2017-11-12,Sunday,16:05,HOU,LA,7,33,26,Los Angeles Memorial Coliseum,Home,outdoors,grass,2017111208
144
+ 142,2017_10_DAL_ATL,2017,REG,10,2017-11-12,Sunday,16:25,DAL,ATL,7,27,20,Mercedes-Benz Stadium,Home,closed,fieldturf,2017111209
145
+ 143,2017_10_NYG_SF,2017,REG,10,2017-11-12,Sunday,16:25,NYG,SF,21,31,10,Levi's Stadium,Home,outdoors,grass,2017111210
146
+ 144,2017_10_NE_DEN,2017,REG,10,2017-11-12,Sunday,20:30,NE,DEN,41,16,-25,Sports Authority Field at Mile High,Home,outdoors,grass,2017111211
147
+ 145,2017_10_MIA_CAR,2017,REG,10,2017-11-13,Monday,20:30,MIA,CAR,21,45,24,Bank of America Stadium,Home,outdoors,grass,2017111300
148
+ 146,2017_11_TEN_PIT,2017,REG,11,2017-11-16,Thursday,20:25,TEN,PIT,17,40,23,Heinz Field,Home,outdoors,grass,2017111600
149
+ 147,2017_11_DET_CHI,2017,REG,11,2017-11-19,Sunday,13:00,DET,CHI,27,24,-3,Soldier Field,Home,outdoors,grass,2017111900
150
+ 148,2017_11_JAX_CLE,2017,REG,11,2017-11-19,Sunday,13:00,JAX,CLE,19,7,-12,FirstEnergy Stadium,Home,outdoors,grass,2017111901
151
+ 149,2017_11_BAL_GB,2017,REG,11,2017-11-19,Sunday,13:00,BAL,GB,23,0,-23,Lambeau Field,Home,outdoors,grass,2017111902
152
+ 150,2017_11_ARI_HOU,2017,REG,11,2017-11-19,Sunday,13:00,ARI,HOU,21,31,10,NRG Stadium,Home,closed,astroturf,2017111903
153
+ 151,2017_11_TB_MIA,2017,REG,11,2017-11-19,Sunday,13:00,TB,MIA,30,20,-10,Hard Rock Stadium,Home,outdoors,grass,2017111911
154
+ 152,2017_11_LA_MIN,2017,REG,11,2017-11-19,Sunday,13:00,LA,MIN,7,24,17,U.S. Bank Stadium,Home,dome,sportturf,2017111904
155
+ 153,2017_11_WAS_NO,2017,REG,11,2017-11-19,Sunday,13:00,WAS,NO,31,34,3,Mercedes-Benz Superdome,Home,dome,sportturf,2017111905
156
+ 154,2017_11_KC_NYG,2017,REG,11,2017-11-19,Sunday,13:00,KC,NYG,9,12,3,MetLife Stadium,Home,outdoors,fieldturf,2017111906
157
+ 155,2017_11_BUF_LAC,2017,REG,11,2017-11-19,Sunday,16:05,BUF,LAC,24,54,30,StubHub Center,Home,outdoors,grass,2017111907
158
+ 156,2017_11_CIN_DEN,2017,REG,11,2017-11-19,Sunday,16:25,CIN,DEN,20,17,-3,Sports Authority Field at Mile High,Home,outdoors,grass,2017111908
159
+ 157,2017_11_NE_OAK,2017,REG,11,2017-11-19,Sunday,16:25,NE,OAK,33,8,-25,Azteca Stadium,Neutral,outdoors,grass,2017111909
160
+ 158,2017_11_PHI_DAL,2017,REG,11,2017-11-19,Sunday,20:30,PHI,DAL,37,9,-28,AT&T Stadium,Home,closed,matrixturf,2017111910
161
+ 159,2017_11_ATL_SEA,2017,REG,11,2017-11-20,Monday,20:30,ATL,SEA,34,31,-3,CenturyLink Field,Home,outdoors,fieldturf,2017112000
162
+ 160,2017_12_MIN_DET,2017,REG,12,2017-11-23,Thursday,12:30,MIN,DET,30,23,-7,Ford Field,Home,dome,fieldturf,2017112300
163
+ 161,2017_12_LAC_DAL,2017,REG,12,2017-11-23,Thursday,16:30,LAC,DAL,28,6,-22,AT&T Stadium,Home,closed,matrixturf,2017112301
164
+ 162,2017_12_NYG_WAS,2017,REG,12,2017-11-23,Thursday,20:30,NYG,WAS,10,20,10,FedExField,Home,outdoors,grass,2017112302
165
+ 163,2017_12_TB_ATL,2017,REG,12,2017-11-26,Sunday,13:00,TB,ATL,20,34,14,Mercedes-Benz Stadium,Home,closed,fieldturf,2017112600
166
+ 164,2017_12_CLE_CIN,2017,REG,12,2017-11-26,Sunday,13:00,CLE,CIN,16,30,14,Paul Brown Stadium,Home,outdoors,fieldturf,2017112601
167
+ 165,2017_12_TEN_IND,2017,REG,12,2017-11-26,Sunday,13:00,TEN,IND,20,16,-4,Lucas Oil Stadium,Home,open,fieldturf,2017112602
168
+ 166,2017_12_BUF_KC,2017,REG,12,2017-11-26,Sunday,13:00,BUF,KC,16,10,-6,Arrowhead Stadium,Home,outdoors,grass,2017112603
169
+ 167,2017_12_MIA_NE,2017,REG,12,2017-11-26,Sunday,13:00,MIA,NE,17,35,18,Gillette Stadium,Home,outdoors,fieldturf,2017112604
170
+ 168,2017_12_CAR_NYJ,2017,REG,12,2017-11-26,Sunday,13:00,CAR,NYJ,35,27,-8,MetLife Stadium,Home,outdoors,fieldturf,2017112605
171
+ 169,2017_12_CHI_PHI,2017,REG,12,2017-11-26,Sunday,13:00,CHI,PHI,3,31,28,Lincoln Financial Field,Home,outdoors,grass,2017112606
172
+ 170,2017_12_SEA_SF,2017,REG,12,2017-11-26,Sunday,16:05,SEA,SF,24,13,-11,Levi's Stadium,Home,outdoors,grass,2017112608
173
+ 171,2017_12_JAX_ARI,2017,REG,12,2017-11-26,Sunday,16:25,JAX,ARI,24,27,3,University of Phoenix Stadium,Home,closed,grass,2017112609
174
+ 172,2017_12_NO_LA,2017,REG,12,2017-11-26,Sunday,16:25,NO,LA,20,26,6,Los Angeles Memorial Coliseum,Home,outdoors,grass,2017112607
175
+ 173,2017_12_DEN_OAK,2017,REG,12,2017-11-26,Sunday,16:25,DEN,OAK,14,21,7,Oakland-Alameda County Coliseum,Home,outdoors,grass,2017112610
176
+ 174,2017_12_GB_PIT,2017,REG,12,2017-11-26,Sunday,20:30,GB,PIT,28,31,3,Heinz Field,Home,outdoors,grass,2017112611
177
+ 175,2017_12_HOU_BAL,2017,REG,12,2017-11-27,Monday,20:30,HOU,BAL,16,23,7,M&T Bank Stadium,Home,outdoors,grass,2017112700
178
+ 176,2017_13_WAS_DAL,2017,REG,13,2017-11-30,Thursday,20:25,WAS,DAL,14,38,24,AT&T Stadium,Home,closed,matrixturf,2017113000
179
+ 177,2017_13_MIN_ATL,2017,REG,13,2017-12-03,Sunday,13:00,MIN,ATL,14,9,-5,Mercedes-Benz Stadium,Home,closed,fieldturf,2017120300
180
+ 178,2017_13_DET_BAL,2017,REG,13,2017-12-03,Sunday,13:00,DET,BAL,20,44,24,M&T Bank Stadium,Home,outdoors,grass,2017120301
181
+ 179,2017_13_NE_BUF,2017,REG,13,2017-12-03,Sunday,13:00,NE,BUF,23,3,-20,New Era Field,Home,outdoors,a_turf,2017120302
182
+ 180,2017_13_SF_CHI,2017,REG,13,2017-12-03,Sunday,13:00,SF,CHI,15,14,-1,Soldier Field,Home,outdoors,grass,2017120303
183
+ 181,2017_13_TB_GB,2017,REG,13,2017-12-03,Sunday,13:00,TB,GB,20,26,6,Lambeau Field,Home,outdoors,grass,2017120304
184
+ 182,2017_13_IND_JAX,2017,REG,13,2017-12-03,Sunday,13:00,IND,JAX,10,30,20,EverBank Field,Home,outdoors,grass,2017120305
185
+ 183,2017_13_DEN_MIA,2017,REG,13,2017-12-03,Sunday,13:00,DEN,MIA,9,35,26,Hard Rock Stadium,Home,outdoors,grass,2017120306
186
+ 184,2017_13_KC_NYJ,2017,REG,13,2017-12-03,Sunday,13:00,KC,NYJ,31,38,7,MetLife Stadium,Home,outdoors,fieldturf,2017120308
187
+ 185,2017_13_HOU_TEN,2017,REG,13,2017-12-03,Sunday,13:00,HOU,TEN,13,24,11,Nissan Stadium,Home,outdoors,grass,2017120309
188
+ 186,2017_13_CLE_LAC,2017,REG,13,2017-12-03,Sunday,16:05,CLE,LAC,10,19,9,StubHub Center,Home,outdoors,grass,2017120310
189
+ 187,2017_13_LA_ARI,2017,REG,13,2017-12-03,Sunday,16:25,LA,ARI,32,16,-16,University of Phoenix Stadium,Home,closed,grass,2017120311
190
+ 188,2017_13_CAR_NO,2017,REG,13,2017-12-03,Sunday,16:25,CAR,NO,21,31,10,Mercedes-Benz Superdome,Home,dome,sportturf,2017120307
191
+ 189,2017_13_NYG_OAK,2017,REG,13,2017-12-03,Sunday,16:25,NYG,OAK,17,24,7,Oakland-Alameda County Coliseum,Home,outdoors,grass,2017120312
192
+ 190,2017_13_PHI_SEA,2017,REG,13,2017-12-03,Sunday,20:30,PHI,SEA,10,24,14,CenturyLink Field,Home,outdoors,fieldturf,2017120313
193
+ 191,2017_13_PIT_CIN,2017,REG,13,2017-12-04,Monday,20:30,PIT,CIN,23,20,-3,Paul Brown Stadium,Home,outdoors,fieldturf,2017120400
194
+ 192,2017_14_NO_ATL,2017,REG,14,2017-12-07,Thursday,20:25,NO,ATL,17,20,3,Mercedes-Benz Stadium,Home,closed,fieldturf,2017120700
195
+ 193,2017_14_IND_BUF,2017,REG,14,2017-12-10,Sunday,13:00,IND,BUF,7,13,6,New Era Field,Home,outdoors,a_turf,2017121000
196
+ 194,2017_14_MIN_CAR,2017,REG,14,2017-12-10,Sunday,13:00,MIN,CAR,24,31,7,Bank of America Stadium,Home,outdoors,grass,2017121001
197
+ 195,2017_14_CHI_CIN,2017,REG,14,2017-12-10,Sunday,13:00,CHI,CIN,33,7,-26,Paul Brown Stadium,Home,outdoors,fieldturf,2017121002
198
+ 196,2017_14_GB_CLE,2017,REG,14,2017-12-10,Sunday,13:00,GB,CLE,27,21,-6,FirstEnergy Stadium,Home,outdoors,grass,2017121003
199
+ 197,2017_14_SF_HOU,2017,REG,14,2017-12-10,Sunday,13:00,SF,HOU,26,16,-10,NRG Stadium,Home,closed,astroturf,2017121004
200
+ 198,2017_14_OAK_KC,2017,REG,14,2017-12-10,Sunday,13:00,OAK,KC,15,26,11,Arrowhead Stadium,Home,outdoors,grass,2017121006
201
+ 199,2017_14_DAL_NYG,2017,REG,14,2017-12-10,Sunday,13:00,DAL,NYG,30,10,-20,MetLife Stadium,Home,outdoors,fieldturf,2017121012
202
+ 200,2017_14_DET_TB,2017,REG,14,2017-12-10,Sunday,13:00,DET,TB,24,21,-3,Raymond James Stadium,Home,outdoors,grass,2017121007
203
+ 201,2017_14_TEN_ARI,2017,REG,14,2017-12-10,Sunday,16:05,TEN,ARI,7,12,5,University of Phoenix Stadium,Home,closed,grass,2017121008
204
+ 202,2017_14_NYJ_DEN,2017,REG,14,2017-12-10,Sunday,16:05,NYJ,DEN,0,23,23,Sports Authority Field at Mile High,Home,outdoors,grass,2017121009
205
+ 203,2017_14_WAS_LAC,2017,REG,14,2017-12-10,Sunday,16:05,WAS,LAC,13,30,17,StubHub Center,Home,outdoors,grass,2017121010
206
+ 204,2017_14_SEA_JAX,2017,REG,14,2017-12-10,Sunday,16:25,SEA,JAX,24,30,6,EverBank Field,Home,outdoors,grass,2017121005
207
+ 205,2017_14_PHI_LA,2017,REG,14,2017-12-10,Sunday,16:25,PHI,LA,43,35,-8,Los Angeles Memorial Coliseum,Home,outdoors,grass,2017121011
208
+ 206,2017_14_BAL_PIT,2017,REG,14,2017-12-10,Sunday,20:30,BAL,PIT,38,39,1,Heinz Field,Home,outdoors,grass,2017121013
209
+ 207,2017_14_NE_MIA,2017,REG,14,2017-12-11,Monday,20:30,NE,MIA,20,27,7,Hard Rock Stadium,Home,outdoors,grass,2017121100
210
+ 208,2017_15_DEN_IND,2017,REG,15,2017-12-14,Thursday,20:25,DEN,IND,25,13,-12,Lucas Oil Stadium,Home,closed,fieldturf,2017121400
211
+ 209,2017_15_CHI_DET,2017,REG,15,2017-12-16,Saturday,16:30,CHI,DET,10,20,10,Ford Field,Home,dome,fieldturf,2017121600
212
+ 210,2017_15_LAC_KC,2017,REG,15,2017-12-16,Saturday,20:25,LAC,KC,13,30,17,Arrowhead Stadium,Home,outdoors,grass,2017121601
213
+ 211,2017_15_MIA_BUF,2017,REG,15,2017-12-17,Sunday,13:00,MIA,BUF,16,24,8,New Era Field,Home,outdoors,a_turf,2017121700
214
+ 212,2017_15_GB_CAR,2017,REG,15,2017-12-17,Sunday,13:00,GB,CAR,24,31,7,Bank of America Stadium,Home,outdoors,grass,2017121701
215
+ 213,2017_15_BAL_CLE,2017,REG,15,2017-12-17,Sunday,13:00,BAL,CLE,27,10,-17,FirstEnergy Stadium,Home,outdoors,grass,2017121702
216
+ 214,2017_15_HOU_JAX,2017,REG,15,2017-12-17,Sunday,13:00,HOU,JAX,7,45,38,EverBank Field,Home,outdoors,grass,2017121703
217
+ 215,2017_15_CIN_MIN,2017,REG,15,2017-12-17,Sunday,13:00,CIN,MIN,7,34,27,U.S. Bank Stadium,Home,dome,sportturf,2017121704
218
+ 216,2017_15_NYJ_NO,2017,REG,15,2017-12-17,Sunday,13:00,NYJ,NO,19,31,12,Mercedes-Benz Superdome,Home,dome,sportturf,2017121705
219
+ 217,2017_15_PHI_NYG,2017,REG,15,2017-12-17,Sunday,13:00,PHI,NYG,34,29,-5,MetLife Stadium,Home,outdoors,fieldturf,2017121706
220
+ 218,2017_15_ARI_WAS,2017,REG,15,2017-12-17,Sunday,13:00,ARI,WAS,15,20,5,FedExField,Home,outdoors,grass,2017121707
221
+ 219,2017_15_LA_SEA,2017,REG,15,2017-12-17,Sunday,16:05,LA,SEA,42,7,-35,CenturyLink Field,Home,outdoors,fieldturf,2017121708
222
+ 220,2017_15_NE_PIT,2017,REG,15,2017-12-17,Sunday,16:25,NE,PIT,27,24,-3,Heinz Field,Home,outdoors,grass,2017121709
223
+ 221,2017_15_TEN_SF,2017,REG,15,2017-12-17,Sunday,16:25,TEN,SF,23,25,2,Levi's Stadium,Home,outdoors,grass,2017121710
224
+ 222,2017_15_DAL_OAK,2017,REG,15,2017-12-17,Sunday,20:30,DAL,OAK,20,17,-3,Oakland-Alameda County Coliseum,Home,outdoors,grass,2017121711
225
+ 223,2017_15_ATL_TB,2017,REG,15,2017-12-18,Monday,20:30,ATL,TB,24,21,-3,Raymond James Stadium,Home,outdoors,grass,2017121800
226
+ 224,2017_16_IND_BAL,2017,REG,16,2017-12-23,Saturday,16:30,IND,BAL,16,23,7,M&T Bank Stadium,Home,outdoors,grass,2017122300
227
+ 225,2017_16_MIN_GB,2017,REG,16,2017-12-23,Saturday,20:30,MIN,GB,16,0,-16,Lambeau Field,Home,outdoors,grass,2017122301
228
+ 226,2017_16_TB_CAR,2017,REG,16,2017-12-24,Sunday,13:00,TB,CAR,19,22,3,Bank of America Stadium,Home,outdoors,grass,2017122400
229
+ 227,2017_16_CLE_CHI,2017,REG,16,2017-12-24,Sunday,13:00,CLE,CHI,3,20,17,Soldier Field,Home,outdoors,grass,2017122401
230
+ 228,2017_16_DET_CIN,2017,REG,16,2017-12-24,Sunday,13:00,DET,CIN,17,26,9,Paul Brown Stadium,Home,outdoors,fieldturf,2017122402
231
+ 229,2017_16_MIA_KC,2017,REG,16,2017-12-24,Sunday,13:00,MIA,KC,13,29,16,Arrowhead Stadium,Home,outdoors,grass,2017122403
232
+ 230,2017_16_BUF_NE,2017,REG,16,2017-12-24,Sunday,13:00,BUF,NE,16,37,21,Gillette Stadium,Home,outdoors,fieldturf,2017122404
233
+ 231,2017_16_ATL_NO,2017,REG,16,2017-12-24,Sunday,13:00,ATL,NO,13,23,10,Mercedes-Benz Superdome,Home,dome,sportturf,2017122405
234
+ 232,2017_16_LAC_NYJ,2017,REG,16,2017-12-24,Sunday,13:00,LAC,NYJ,14,7,-7,MetLife Stadium,Home,outdoors,fieldturf,2017122406
235
+ 233,2017_16_LA_TEN,2017,REG,16,2017-12-24,Sunday,13:00,LA,TEN,27,23,-4,Nissan Stadium,Home,outdoors,grass,2017122407
236
+ 234,2017_16_DEN_WAS,2017,REG,16,2017-12-24,Sunday,13:00,DEN,WAS,11,27,16,FedExField,Home,outdoors,grass,2017122408
237
+ 235,2017_16_JAX_SF,2017,REG,16,2017-12-24,Sunday,16:05,JAX,SF,33,44,11,Levi's Stadium,Home,outdoors,grass,2017122409
238
+ 236,2017_16_NYG_ARI,2017,REG,16,2017-12-24,Sunday,16:25,NYG,ARI,0,23,23,University of Phoenix Stadium,Home,closed,grass,2017122410
239
+ 237,2017_16_SEA_DAL,2017,REG,16,2017-12-24,Sunday,16:25,SEA,DAL,21,12,-9,AT&T Stadium,Home,closed,matrixturf,2017122411
240
+ 238,2017_16_PIT_HOU,2017,REG,16,2017-12-25,Monday,16:30,PIT,HOU,34,6,-28,NRG Stadium,Home,closed,astroturf,2017122500
241
+ 239,2017_16_OAK_PHI,2017,REG,16,2017-12-25,Monday,20:30,OAK,PHI,10,19,9,Lincoln Financial Field,Home,outdoors,grass,2017122501
242
+ 240,2017_17_GB_DET,2017,REG,17,2017-12-31,Sunday,13:00,GB,DET,11,35,24,Ford Field,Home,dome,fieldturf,2017123102
243
+ 241,2017_17_HOU_IND,2017,REG,17,2017-12-31,Sunday,13:00,HOU,IND,13,22,9,Lucas Oil Stadium,Home,closed,fieldturf,2017123103
244
+ 242,2017_17_CHI_MIN,2017,REG,17,2017-12-31,Sunday,13:00,CHI,MIN,10,23,13,U.S. Bank Stadium,Home,dome,sportturf,2017123105
245
+ 243,2017_17_NYJ_NE,2017,REG,17,2017-12-31,Sunday,13:00,NYJ,NE,6,26,20,Gillette Stadium,Home,outdoors,fieldturf,2017123106
246
+ 244,2017_17_WAS_NYG,2017,REG,17,2017-12-31,Sunday,13:00,WAS,NYG,10,18,8,MetLife Stadium,Home,outdoors,fieldturf,2017123107
247
+ 245,2017_17_DAL_PHI,2017,REG,17,2017-12-31,Sunday,13:00,DAL,PHI,6,0,-6,Lincoln Financial Field,Home,outdoors,grass,2017123108
248
+ 246,2017_17_CLE_PIT,2017,REG,17,2017-12-31,Sunday,13:00,CLE,PIT,24,28,4,Heinz Field,Home,outdoors,grass,2017123109
249
+ 247,2017_17_CAR_ATL,2017,REG,17,2017-12-31,Sunday,16:25,CAR,ATL,10,22,12,Mercedes-Benz Stadium,Home,closed,fieldturf,2017123100
250
+ 248,2017_17_CIN_BAL,2017,REG,17,2017-12-31,Sunday,16:25,CIN,BAL,31,27,-4,M&T Bank Stadium,Home,outdoors,grass,2017123101
251
+ 249,2017_17_KC_DEN,2017,REG,17,2017-12-31,Sunday,16:25,KC,DEN,27,24,-3,Sports Authority Field at Mile High,Home,outdoors,grass,2017123112
252
+ 250,2017_17_SF_LA,2017,REG,17,2017-12-31,Sunday,16:25,SF,LA,34,13,-21,Los Angeles Memorial Coliseum,Home,outdoors,grass,2017123114
253
+ 251,2017_17_OAK_LAC,2017,REG,17,2017-12-31,Sunday,16:25,OAK,LAC,10,30,20,StubHub Center,Home,outdoors,grass,2017123113
254
+ 252,2017_17_BUF_MIA,2017,REG,17,2017-12-31,Sunday,16:25,BUF,MIA,22,16,-6,Hard Rock Stadium,Home,outdoors,grass,2017123104
255
+ 253,2017_17_ARI_SEA,2017,REG,17,2017-12-31,Sunday,16:25,ARI,SEA,26,24,-2,CenturyLink Field,Home,outdoors,fieldturf,2017123115
256
+ 254,2017_17_NO_TB,2017,REG,17,2017-12-31,Sunday,16:25,NO,TB,24,31,7,Raymond James Stadium,Home,outdoors,grass,2017123110
257
+ 255,2017_17_JAX_TEN,2017,REG,17,2017-12-31,Sunday,16:25,JAX,TEN,10,15,5,Nissan Stadium,Home,outdoors,grass,2017123111
258
+ 256,2017_18_TEN_KC,2017,WC,18,2018-01-06,Saturday,16:36,TEN,KC,22,21,-1,Arrowhead Stadium,Home,outdoors,grass,2018010600
259
+ 257,2017_18_ATL_LA,2017,WC,18,2018-01-06,Saturday,20:15,ATL,LA,26,13,-13,Los Angeles Memorial Coliseum,Home,outdoors,grass,2018010601
260
+ 258,2017_18_BUF_JAX,2017,WC,18,2018-01-07,Sunday,13:05,BUF,JAX,3,10,7,EverBank Field,Home,outdoors,grass,2018010700
261
+ 259,2017_18_CAR_NO,2017,WC,18,2018-01-07,Sunday,16:40,CAR,NO,26,31,5,Mercedes-Benz Superdome,Home,dome,sportturf,2018010701
262
+ 260,2017_19_ATL_PHI,2017,DIV,19,2018-01-13,Saturday,16:35,ATL,PHI,10,15,5,Lincoln Financial Field,Home,outdoors,grass,2018011300
263
+ 261,2017_19_TEN_NE,2017,DIV,19,2018-01-13,Saturday,20:15,TEN,NE,14,35,21,Gillette Stadium,Home,outdoors,fieldturf,2018011301
264
+ 262,2017_19_JAX_PIT,2017,DIV,19,2018-01-14,Sunday,13:05,JAX,PIT,45,42,-3,Heinz Field,Home,outdoors,grass,2018011400
265
+ 263,2017_19_NO_MIN,2017,DIV,19,2018-01-14,Sunday,16:40,NO,MIN,24,29,5,U.S. Bank Stadium,Home,dome,sportturf,2018011401
266
+ 264,2017_20_JAX_NE,2017,CON,20,2018-01-21,Sunday,15:05,JAX,NE,20,24,4,Gillette Stadium,Home,outdoors,fieldturf,2018012100
267
+ 265,2017_20_MIN_PHI,2017,CON,20,2018-01-21,Sunday,18:41,MIN,PHI,7,38,31,Lincoln Financial Field,Home,outdoors,grass,2018012101
268
+ 266,2017_21_PHI_NE,2017,SB,21,2018-02-04,Sunday,18:31,PHI,NE,41,33,-8,U.S. Bank Stadium,Neutral,dome,sportturf,2018020400
Source/Build/nfl_data_py/data/schedules/2018.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2018_01_ATL_PHI,2018,REG,1,2018-09-06,Thursday,20:20,ATL,PHI,12,18,6,Lincoln Financial Field,Home,outdoors,grass,2018090600
3
+ 1,2018_01_BUF_BAL,2018,REG,1,2018-09-09,Sunday,13:00,BUF,BAL,3,47,44,M&T Bank Stadium,Home,outdoors,grass,2018090900
4
+ 2,2018_01_PIT_CLE,2018,REG,1,2018-09-09,Sunday,13:00,PIT,CLE,21,21,0,FirstEnergy Stadium,Home,outdoors,grass,2018090901
5
+ 3,2018_01_CIN_IND,2018,REG,1,2018-09-09,Sunday,13:00,CIN,IND,34,23,-11,Lucas Oil Stadium,Home,closed,fieldturf,2018090902
6
+ 4,2018_01_TEN_MIA,2018,REG,1,2018-09-09,Sunday,13:00,TEN,MIA,20,27,7,Hard Rock Stadium,Home,outdoors,grass,2018090903
7
+ 5,2018_01_SF_MIN,2018,REG,1,2018-09-09,Sunday,13:00,SF,MIN,16,24,8,U.S. Bank Stadium,Home,dome,sportturf,2018090904
8
+ 6,2018_01_HOU_NE,2018,REG,1,2018-09-09,Sunday,13:00,HOU,NE,20,27,7,Gillette Stadium,Home,outdoors,fieldturf,2018090905
9
+ 7,2018_01_TB_NO,2018,REG,1,2018-09-09,Sunday,13:00,TB,NO,48,40,-8,Mercedes-Benz Superdome,Home,dome,sportturf,2018090906
10
+ 8,2018_01_JAX_NYG,2018,REG,1,2018-09-09,Sunday,13:00,JAX,NYG,20,15,-5,MetLife Stadium,Home,outdoors,fieldturf,2018090907
11
+ 9,2018_01_KC_LAC,2018,REG,1,2018-09-09,Sunday,16:05,KC,LAC,38,28,-10,StubHub Center,Home,outdoors,grass,2018090908
12
+ 10,2018_01_WAS_ARI,2018,REG,1,2018-09-09,Sunday,16:25,WAS,ARI,24,6,-18,State Farm Stadium,Home,closed,grass,2018090909
13
+ 11,2018_01_DAL_CAR,2018,REG,1,2018-09-09,Sunday,16:25,DAL,CAR,8,16,8,Bank of America Stadium,Home,outdoors,grass,2018090910
14
+ 12,2018_01_SEA_DEN,2018,REG,1,2018-09-09,Sunday,16:25,SEA,DEN,24,27,3,Sports Authority Field at Mile High,Home,outdoors,grass,2018090911
15
+ 13,2018_01_CHI_GB,2018,REG,1,2018-09-09,Sunday,20:20,CHI,GB,23,24,1,Lambeau Field,Home,outdoors,grass,2018090912
16
+ 14,2018_01_NYJ_DET,2018,REG,1,2018-09-10,Monday,19:10,NYJ,DET,48,17,-31,Ford Field,Home,dome,fieldturf,2018091000
17
+ 15,2018_01_LA_OAK,2018,REG,1,2018-09-10,Monday,22:20,LA,OAK,33,13,-20,Oakland-Alameda County Coliseum,Home,outdoors,grass,2018091001
18
+ 16,2018_02_BAL_CIN,2018,REG,2,2018-09-13,Thursday,20:20,BAL,CIN,23,34,11,Paul Brown Stadium,Home,outdoors,fieldturf,2018091300
19
+ 17,2018_02_CAR_ATL,2018,REG,2,2018-09-16,Sunday,13:00,CAR,ATL,24,31,7,Mercedes-Benz Stadium,Home,closed,fieldturf,2018091600
20
+ 18,2018_02_LAC_BUF,2018,REG,2,2018-09-16,Sunday,13:00,LAC,BUF,31,20,-11,New Era Field,Home,outdoors,a_turf,2018091601
21
+ 19,2018_02_MIN_GB,2018,REG,2,2018-09-16,Sunday,13:00,MIN,GB,29,29,0,Lambeau Field,Home,outdoors,grass,2018091602
22
+ 20,2018_02_CLE_NO,2018,REG,2,2018-09-16,Sunday,13:00,CLE,NO,18,21,3,Mercedes-Benz Superdome,Home,dome,sportturf,2018091603
23
+ 21,2018_02_MIA_NYJ,2018,REG,2,2018-09-16,Sunday,13:00,MIA,NYJ,20,12,-8,MetLife Stadium,Home,outdoors,fieldturf,2018091604
24
+ 22,2018_02_KC_PIT,2018,REG,2,2018-09-16,Sunday,13:00,KC,PIT,42,37,-5,Heinz Field,Home,outdoors,grass,2018091605
25
+ 23,2018_02_PHI_TB,2018,REG,2,2018-09-16,Sunday,13:00,PHI,TB,21,27,6,Raymond James Stadium,Home,outdoors,grass,2018091606
26
+ 24,2018_02_HOU_TEN,2018,REG,2,2018-09-16,Sunday,13:00,HOU,TEN,17,20,3,Nissan Stadium,Home,outdoors,grass,2018091607
27
+ 25,2018_02_IND_WAS,2018,REG,2,2018-09-16,Sunday,13:00,IND,WAS,21,9,-12,FedExField,Home,outdoors,grass,2018091608
28
+ 26,2018_02_ARI_LA,2018,REG,2,2018-09-16,Sunday,16:05,ARI,LA,0,34,34,Los Angeles Memorial Coliseum,Home,outdoors,grass,2018091609
29
+ 27,2018_02_DET_SF,2018,REG,2,2018-09-16,Sunday,16:05,DET,SF,27,30,3,Levi's Stadium,Home,outdoors,grass,2018091610
30
+ 28,2018_02_OAK_DEN,2018,REG,2,2018-09-16,Sunday,16:25,OAK,DEN,19,20,1,Sports Authority Field at Mile High,Home,outdoors,grass,2018091611
31
+ 29,2018_02_NE_JAX,2018,REG,2,2018-09-16,Sunday,16:25,NE,JAX,20,31,11,TIAA Bank Stadium,Home,outdoors,grass,2018091612
32
+ 30,2018_02_NYG_DAL,2018,REG,2,2018-09-16,Sunday,20:20,NYG,DAL,13,20,7,AT&T Stadium,Home,closed,matrixturf,2018091613
33
+ 31,2018_02_SEA_CHI,2018,REG,2,2018-09-17,Monday,20:15,SEA,CHI,17,24,7,Soldier Field,Home,outdoors,grass,2018091700
34
+ 32,2018_03_NYJ_CLE,2018,REG,3,2018-09-20,Thursday,20:20,NYJ,CLE,17,21,4,FirstEnergy Stadium,Home,outdoors,grass,2018092000
35
+ 33,2018_03_NO_ATL,2018,REG,3,2018-09-23,Sunday,13:00,NO,ATL,43,37,-6,Mercedes-Benz Stadium,Home,closed,fieldturf,2018092300
36
+ 34,2018_03_DEN_BAL,2018,REG,3,2018-09-23,Sunday,13:00,DEN,BAL,14,27,13,M&T Bank Stadium,Home,outdoors,grass,2018092301
37
+ 35,2018_03_CIN_CAR,2018,REG,3,2018-09-23,Sunday,13:00,CIN,CAR,21,31,10,Bank of America Stadium,Home,outdoors,grass,2018092302
38
+ 36,2018_03_NYG_HOU,2018,REG,3,2018-09-23,Sunday,13:00,NYG,HOU,27,22,-5,NRG Stadium,Home,closed,astroturf,2018092303
39
+ 37,2018_03_TEN_JAX,2018,REG,3,2018-09-23,Sunday,13:00,TEN,JAX,9,6,-3,TIAA Bank Stadium,Home,outdoors,grass,2018092304
40
+ 38,2018_03_SF_KC,2018,REG,3,2018-09-23,Sunday,13:00,SF,KC,27,38,11,Arrowhead Stadium,Home,outdoors,grass,2018092305
41
+ 39,2018_03_OAK_MIA,2018,REG,3,2018-09-23,Sunday,13:00,OAK,MIA,20,28,8,Hard Rock Stadium,Home,outdoors,grass,2018092306
42
+ 40,2018_03_BUF_MIN,2018,REG,3,2018-09-23,Sunday,13:00,BUF,MIN,27,6,-21,U.S. Bank Stadium,Home,dome,sportturf,2018092307
43
+ 41,2018_03_IND_PHI,2018,REG,3,2018-09-23,Sunday,13:00,IND,PHI,16,20,4,Lincoln Financial Field,Home,outdoors,grass,2018092308
44
+ 42,2018_03_GB_WAS,2018,REG,3,2018-09-23,Sunday,13:00,GB,WAS,17,31,14,FedExField,Home,outdoors,grass,2018092309
45
+ 43,2018_03_LAC_LA,2018,REG,3,2018-09-23,Sunday,16:05,LAC,LA,23,35,12,Los Angeles Memorial Coliseum,Home,outdoors,grass,2018092310
46
+ 44,2018_03_CHI_ARI,2018,REG,3,2018-09-23,Sunday,16:25,CHI,ARI,16,14,-2,State Farm Stadium,Home,closed,grass,2018092311
47
+ 45,2018_03_DAL_SEA,2018,REG,3,2018-09-23,Sunday,16:25,DAL,SEA,13,24,11,CenturyLink Field,Home,outdoors,fieldturf,2018092312
48
+ 46,2018_03_NE_DET,2018,REG,3,2018-09-23,Sunday,20:20,NE,DET,10,26,16,Ford Field,Home,dome,fieldturf,2018092313
49
+ 47,2018_03_PIT_TB,2018,REG,3,2018-09-24,Monday,20:15,PIT,TB,30,27,-3,Raymond James Stadium,Home,outdoors,grass,2018092400
50
+ 48,2018_04_MIN_LA,2018,REG,4,2018-09-27,Thursday,20:20,MIN,LA,31,38,7,Los Angeles Memorial Coliseum,Home,outdoors,grass,2018092700
51
+ 49,2018_04_CIN_ATL,2018,REG,4,2018-09-30,Sunday,13:00,CIN,ATL,37,36,-1,Mercedes-Benz Stadium,Home,closed,fieldturf,2018093000
52
+ 50,2018_04_TB_CHI,2018,REG,4,2018-09-30,Sunday,13:00,TB,CHI,10,48,38,Soldier Field,Home,outdoors,grass,2018093001
53
+ 51,2018_04_DET_DAL,2018,REG,4,2018-09-30,Sunday,13:00,DET,DAL,24,26,2,AT&T Stadium,Home,closed,matrixturf,2018093002
54
+ 52,2018_04_BUF_GB,2018,REG,4,2018-09-30,Sunday,13:00,BUF,GB,0,22,22,Lambeau Field,Home,outdoors,grass,2018093003
55
+ 53,2018_04_HOU_IND,2018,REG,4,2018-09-30,Sunday,13:00,HOU,IND,37,34,-3,Lucas Oil Stadium,Home,closed,fieldturf,2018093004
56
+ 54,2018_04_NYJ_JAX,2018,REG,4,2018-09-30,Sunday,13:00,NYJ,JAX,12,31,19,TIAA Bank Stadium,Home,outdoors,grass,2018093005
57
+ 55,2018_04_MIA_NE,2018,REG,4,2018-09-30,Sunday,13:00,MIA,NE,7,38,31,Gillette Stadium,Home,outdoors,fieldturf,2018093006
58
+ 56,2018_04_PHI_TEN,2018,REG,4,2018-09-30,Sunday,13:00,PHI,TEN,23,26,3,Nissan Stadium,Home,outdoors,grass,2018093007
59
+ 57,2018_04_SEA_ARI,2018,REG,4,2018-09-30,Sunday,16:05,SEA,ARI,20,17,-3,State Farm Stadium,Home,closed,grass,2018093008
60
+ 58,2018_04_CLE_OAK,2018,REG,4,2018-09-30,Sunday,16:05,CLE,OAK,42,45,3,Oakland-Alameda County Coliseum,Home,outdoors,grass,2018093009
61
+ 59,2018_04_SF_LAC,2018,REG,4,2018-09-30,Sunday,16:25,SF,LAC,27,29,2,StubHub Center,Home,outdoors,grass,2018093010
62
+ 60,2018_04_NO_NYG,2018,REG,4,2018-09-30,Sunday,16:25,NO,NYG,33,18,-15,MetLife Stadium,Home,outdoors,fieldturf,2018093011
63
+ 61,2018_04_BAL_PIT,2018,REG,4,2018-09-30,Sunday,20:20,BAL,PIT,26,14,-12,Heinz Field,Home,outdoors,grass,2018093012
64
+ 62,2018_04_KC_DEN,2018,REG,4,2018-10-01,Monday,20:15,KC,DEN,27,23,-4,Sports Authority Field at Mile High,Home,outdoors,grass,2018100100
65
+ 63,2018_05_IND_NE,2018,REG,5,2018-10-04,Thursday,20:20,IND,NE,24,38,14,Gillette Stadium,Home,outdoors,fieldturf,2018100400
66
+ 64,2018_05_TEN_BUF,2018,REG,5,2018-10-07,Sunday,13:00,TEN,BUF,12,13,1,New Era Field,Home,outdoors,a_turf,2018100700
67
+ 65,2018_05_NYG_CAR,2018,REG,5,2018-10-07,Sunday,13:00,NYG,CAR,31,33,2,Bank of America Stadium,Home,outdoors,grass,2018100701
68
+ 66,2018_05_MIA_CIN,2018,REG,5,2018-10-07,Sunday,13:00,MIA,CIN,17,27,10,Paul Brown Stadium,Home,outdoors,fieldturf,2018100702
69
+ 67,2018_05_BAL_CLE,2018,REG,5,2018-10-07,Sunday,13:00,BAL,CLE,9,12,3,FirstEnergy Stadium,Home,outdoors,grass,2018100703
70
+ 68,2018_05_GB_DET,2018,REG,5,2018-10-07,Sunday,13:00,GB,DET,23,31,8,Ford Field,Home,dome,fieldturf,2018100704
71
+ 69,2018_05_JAX_KC,2018,REG,5,2018-10-07,Sunday,13:00,JAX,KC,14,30,16,Arrowhead Stadium,Home,outdoors,grass,2018100705
72
+ 70,2018_05_DEN_NYJ,2018,REG,5,2018-10-07,Sunday,13:00,DEN,NYJ,16,34,18,MetLife Stadium,Home,outdoors,fieldturf,2018100706
73
+ 71,2018_05_ATL_PIT,2018,REG,5,2018-10-07,Sunday,13:00,ATL,PIT,17,41,24,Heinz Field,Home,outdoors,grass,2018100707
74
+ 72,2018_05_OAK_LAC,2018,REG,5,2018-10-07,Sunday,16:05,OAK,LAC,10,26,16,StubHub Center,Home,outdoors,grass,2018100708
75
+ 73,2018_05_MIN_PHI,2018,REG,5,2018-10-07,Sunday,16:25,MIN,PHI,23,21,-2,Lincoln Financial Field,Home,outdoors,grass,2018100709
76
+ 74,2018_05_LA_SEA,2018,REG,5,2018-10-07,Sunday,16:25,LA,SEA,33,31,-2,CenturyLink Field,Home,outdoors,fieldturf,2018100711
77
+ 75,2018_05_ARI_SF,2018,REG,5,2018-10-07,Sunday,16:25,ARI,SF,28,18,-10,Levi's Stadium,Home,outdoors,grass,2018100710
78
+ 76,2018_05_DAL_HOU,2018,REG,5,2018-10-07,Sunday,20:20,DAL,HOU,16,19,3,NRG Stadium,Home,closed,astroturf,2018100712
79
+ 77,2018_05_WAS_NO,2018,REG,5,2018-10-08,Monday,20:15,WAS,NO,19,43,24,Mercedes-Benz Superdome,Home,dome,sportturf,2018100800
80
+ 78,2018_06_PHI_NYG,2018,REG,6,2018-10-11,Thursday,20:20,PHI,NYG,34,13,-21,MetLife Stadium,Home,outdoors,fieldturf,2018101100
81
+ 79,2018_06_TB_ATL,2018,REG,6,2018-10-14,Sunday,13:00,TB,ATL,29,34,5,Mercedes-Benz Stadium,Home,open,fieldturf,2018101400
82
+ 80,2018_06_PIT_CIN,2018,REG,6,2018-10-14,Sunday,13:00,PIT,CIN,28,21,-7,Paul Brown Stadium,Home,outdoors,fieldturf,2018101401
83
+ 81,2018_06_LAC_CLE,2018,REG,6,2018-10-14,Sunday,13:00,LAC,CLE,38,14,-24,FirstEnergy Stadium,Home,outdoors,grass,2018101402
84
+ 82,2018_06_BUF_HOU,2018,REG,6,2018-10-14,Sunday,13:00,BUF,HOU,13,20,7,NRG Stadium,Home,closed,astroturf,2018101403
85
+ 83,2018_06_CHI_MIA,2018,REG,6,2018-10-14,Sunday,13:00,CHI,MIA,28,31,3,Hard Rock Stadium,Home,outdoors,grass,2018101404
86
+ 84,2018_06_ARI_MIN,2018,REG,6,2018-10-14,Sunday,13:00,ARI,MIN,17,27,10,U.S. Bank Stadium,Home,dome,sportturf,2018101405
87
+ 85,2018_06_IND_NYJ,2018,REG,6,2018-10-14,Sunday,13:00,IND,NYJ,34,42,8,MetLife Stadium,Home,outdoors,fieldturf,2018101406
88
+ 86,2018_06_SEA_OAK,2018,REG,6,2018-10-14,Sunday,13:00,SEA,OAK,27,3,-24,Wembley Stadium,Neutral,outdoors,grass,2018101407
89
+ 87,2018_06_CAR_WAS,2018,REG,6,2018-10-14,Sunday,13:00,CAR,WAS,17,23,6,FedExField,Home,outdoors,grass,2018101408
90
+ 88,2018_06_LA_DEN,2018,REG,6,2018-10-14,Sunday,16:05,LA,DEN,23,20,-3,Sports Authority Field at Mile High,Home,outdoors,grass,2018101409
91
+ 89,2018_06_JAX_DAL,2018,REG,6,2018-10-14,Sunday,16:25,JAX,DAL,7,40,33,AT&T Stadium,Home,closed,matrixturf,2018101410
92
+ 90,2018_06_BAL_TEN,2018,REG,6,2018-10-14,Sunday,16:25,BAL,TEN,21,0,-21,Nissan Stadium,Home,outdoors,grass,2018101411
93
+ 91,2018_06_KC_NE,2018,REG,6,2018-10-14,Sunday,20:20,KC,NE,40,43,3,Gillette Stadium,Home,outdoors,fieldturf,2018101412
94
+ 92,2018_06_SF_GB,2018,REG,6,2018-10-15,Monday,20:15,SF,GB,30,33,3,Lambeau Field,Home,outdoors,grass,2018101500
95
+ 93,2018_07_DEN_ARI,2018,REG,7,2018-10-18,Thursday,20:20,DEN,ARI,45,10,-35,State Farm Stadium,Home,closed,grass,2018101800
96
+ 94,2018_07_NE_CHI,2018,REG,7,2018-10-21,Sunday,13:00,NE,CHI,38,31,-7,Soldier Field,Home,outdoors,grass,2018102102
97
+ 95,2018_07_BUF_IND,2018,REG,7,2018-10-21,Sunday,13:00,BUF,IND,5,37,32,Lucas Oil Stadium,Home,closed,fieldturf,2018102103
98
+ 96,2018_07_HOU_JAX,2018,REG,7,2018-10-21,Sunday,13:00,HOU,JAX,20,7,-13,TIAA Bank Stadium,Home,outdoors,grass,2018102104
99
+ 97,2018_07_DET_MIA,2018,REG,7,2018-10-21,Sunday,13:00,DET,MIA,32,21,-11,Hard Rock Stadium,Home,outdoors,grass,2018102106
100
+ 98,2018_07_MIN_NYJ,2018,REG,7,2018-10-21,Sunday,13:00,MIN,NYJ,37,17,-20,MetLife Stadium,Home,outdoors,fieldturf,2018102107
101
+ 99,2018_07_CAR_PHI,2018,REG,7,2018-10-21,Sunday,13:00,CAR,PHI,21,17,-4,Lincoln Financial Field,Home,outdoors,grass,2018102108
102
+ 100,2018_07_CLE_TB,2018,REG,7,2018-10-21,Sunday,13:00,CLE,TB,23,26,3,Raymond James Stadium,Home,outdoors,grass,2018102109
103
+ 101,2018_07_NO_BAL,2018,REG,7,2018-10-21,Sunday,16:05,NO,BAL,24,23,-1,M&T Bank Stadium,Home,outdoors,grass,2018102101
104
+ 102,2018_07_LA_SF,2018,REG,7,2018-10-21,Sunday,16:25,LA,SF,39,10,-29,Levi's Stadium,Home,outdoors,grass,2018102111
105
+ 103,2018_07_DAL_WAS,2018,REG,7,2018-10-21,Sunday,16:25,DAL,WAS,17,20,3,FedExField,Home,outdoors,grass,2018102110
106
+ 104,2018_07_CIN_KC,2018,REG,7,2018-10-21,Sunday,20:20,CIN,KC,10,45,35,Arrowhead Stadium,Home,outdoors,grass,2018102105
107
+ 105,2018_07_TEN_LAC,2018,REG,7,2018-10-21,Sunday,21:30,TEN,LAC,19,20,1,Wembley Stadium,Neutral,outdoors,grass,2018102100
108
+ 106,2018_07_NYG_ATL,2018,REG,7,2018-10-22,Monday,20:15,NYG,ATL,20,23,3,Mercedes-Benz Stadium,Home,open,fieldturf,2018102200
109
+ 107,2018_08_MIA_HOU,2018,REG,8,2018-10-25,Thursday,20:20,MIA,HOU,23,42,19,NRG Stadium,Home,closed,astroturf,2018102500
110
+ 108,2018_08_BAL_CAR,2018,REG,8,2018-10-28,Sunday,13:00,BAL,CAR,21,36,15,Bank of America Stadium,Home,outdoors,grass,2018102801
111
+ 109,2018_08_NYJ_CHI,2018,REG,8,2018-10-28,Sunday,13:00,NYJ,CHI,10,24,14,Soldier Field,Home,outdoors,grass,2018102802
112
+ 110,2018_08_TB_CIN,2018,REG,8,2018-10-28,Sunday,13:00,TB,CIN,34,37,3,Paul Brown Stadium,Home,outdoors,fieldturf,2018102803
113
+ 111,2018_08_SEA_DET,2018,REG,8,2018-10-28,Sunday,13:00,SEA,DET,28,14,-14,Ford Field,Home,dome,fieldturf,2018102804
114
+ 112,2018_08_DEN_KC,2018,REG,8,2018-10-28,Sunday,13:00,DEN,KC,23,30,7,Arrowhead Stadium,Home,outdoors,grass,2018102805
115
+ 113,2018_08_WAS_NYG,2018,REG,8,2018-10-28,Sunday,13:00,WAS,NYG,20,13,-7,MetLife Stadium,Home,outdoors,fieldturf,2018102806
116
+ 114,2018_08_CLE_PIT,2018,REG,8,2018-10-28,Sunday,13:00,CLE,PIT,18,33,15,Heinz Field,Home,outdoors,grass,2018102807
117
+ 115,2018_08_IND_OAK,2018,REG,8,2018-10-28,Sunday,16:05,IND,OAK,42,28,-14,Oakland-Alameda County Coliseum,Home,outdoors,grass,2018102808
118
+ 116,2018_08_SF_ARI,2018,REG,8,2018-10-28,Sunday,16:25,SF,ARI,15,18,3,State Farm Stadium,Home,closed,grass,2018102809
119
+ 117,2018_08_GB_LA,2018,REG,8,2018-10-28,Sunday,16:25,GB,LA,27,29,2,Los Angeles Memorial Coliseum,Home,outdoors,grass,2018102810
120
+ 118,2018_08_NO_MIN,2018,REG,8,2018-10-28,Sunday,20:20,NO,MIN,30,20,-10,U.S. Bank Stadium,Home,dome,sportturf,2018102811
121
+ 119,2018_08_PHI_JAX,2018,REG,8,2018-10-28,Sunday,21:30,PHI,JAX,24,18,-6,Wembley Stadium,Neutral,outdoors,grass,2018102800
122
+ 120,2018_08_NE_BUF,2018,REG,8,2018-10-29,Monday,20:15,NE,BUF,25,6,-19,New Era Field,Home,outdoors,a_turf,2018102900
123
+ 121,2018_09_OAK_SF,2018,REG,9,2018-11-01,Thursday,20:20,OAK,SF,3,34,31,Levi's Stadium,Home,outdoors,grass,2018110100
124
+ 122,2018_09_PIT_BAL,2018,REG,9,2018-11-04,Sunday,13:00,PIT,BAL,23,16,-7,M&T Bank Stadium,Home,outdoors,grass,2018110400
125
+ 123,2018_09_CHI_BUF,2018,REG,9,2018-11-04,Sunday,13:00,CHI,BUF,41,9,-32,New Era Field,Home,outdoors,a_turf,2018110401
126
+ 124,2018_09_TB_CAR,2018,REG,9,2018-11-04,Sunday,13:00,TB,CAR,28,42,14,Bank of America Stadium,Home,outdoors,grass,2018110402
127
+ 125,2018_09_KC_CLE,2018,REG,9,2018-11-04,Sunday,13:00,KC,CLE,37,21,-16,FirstEnergy Stadium,Home,outdoors,grass,2018110403
128
+ 126,2018_09_NYJ_MIA,2018,REG,9,2018-11-04,Sunday,13:00,NYJ,MIA,6,13,7,Hard Rock Stadium,Home,outdoors,grass,2018110404
129
+ 127,2018_09_DET_MIN,2018,REG,9,2018-11-04,Sunday,13:00,DET,MIN,9,24,15,U.S. Bank Stadium,Home,dome,sportturf,2018110405
130
+ 128,2018_09_ATL_WAS,2018,REG,9,2018-11-04,Sunday,13:00,ATL,WAS,38,14,-24,FedExField,Home,outdoors,grass,2018110406
131
+ 129,2018_09_HOU_DEN,2018,REG,9,2018-11-04,Sunday,16:05,HOU,DEN,19,17,-2,Sports Authority Field at Mile High,Home,outdoors,grass,2018110407
132
+ 130,2018_09_LAC_SEA,2018,REG,9,2018-11-04,Sunday,16:05,LAC,SEA,25,17,-8,CenturyLink Field,Home,outdoors,fieldturf,2018110408
133
+ 131,2018_09_LA_NO,2018,REG,9,2018-11-04,Sunday,16:25,LA,NO,35,45,10,Mercedes-Benz Superdome,Home,dome,sportturf,2018110409
134
+ 132,2018_09_GB_NE,2018,REG,9,2018-11-04,Sunday,20:20,GB,NE,17,31,14,Gillette Stadium,Home,outdoors,fieldturf,2018110410
135
+ 133,2018_09_TEN_DAL,2018,REG,9,2018-11-05,Monday,20:15,TEN,DAL,28,14,-14,AT&T Stadium,Home,closed,matrixturf,2018110500
136
+ 134,2018_10_CAR_PIT,2018,REG,10,2018-11-08,Thursday,20:20,CAR,PIT,21,52,31,Heinz Field,Home,outdoors,grass,2018110800
137
+ 135,2018_10_DET_CHI,2018,REG,10,2018-11-11,Sunday,13:00,DET,CHI,22,34,12,Soldier Field,Home,outdoors,grass,2018111100
138
+ 136,2018_10_NO_CIN,2018,REG,10,2018-11-11,Sunday,13:00,NO,CIN,51,14,-37,Paul Brown Stadium,Home,outdoors,fieldturf,2018111101
139
+ 137,2018_10_ATL_CLE,2018,REG,10,2018-11-11,Sunday,13:00,ATL,CLE,16,28,12,FirstEnergy Stadium,Home,outdoors,grass,2018111102
140
+ 138,2018_10_JAX_IND,2018,REG,10,2018-11-11,Sunday,13:00,JAX,IND,26,29,3,Lucas Oil Stadium,Home,closed,fieldturf,2018111104
141
+ 139,2018_10_ARI_KC,2018,REG,10,2018-11-11,Sunday,13:00,ARI,KC,14,26,12,Arrowhead Stadium,Home,outdoors,grass,2018111105
142
+ 140,2018_10_BUF_NYJ,2018,REG,10,2018-11-11,Sunday,13:00,BUF,NYJ,41,10,-31,MetLife Stadium,Home,outdoors,fieldturf,2018111106
143
+ 141,2018_10_WAS_TB,2018,REG,10,2018-11-11,Sunday,13:00,WAS,TB,16,3,-13,Raymond James Stadium,Home,outdoors,grass,2018111107
144
+ 142,2018_10_NE_TEN,2018,REG,10,2018-11-11,Sunday,13:00,NE,TEN,10,34,24,Nissan Stadium,Home,outdoors,grass,2018111108
145
+ 143,2018_10_LAC_OAK,2018,REG,10,2018-11-11,Sunday,16:05,LAC,OAK,20,6,-14,Oakland-Alameda County Coliseum,Home,outdoors,grass,2018111109
146
+ 144,2018_10_MIA_GB,2018,REG,10,2018-11-11,Sunday,16:25,MIA,GB,12,31,19,Lambeau Field,Home,outdoors,grass,2018111103
147
+ 145,2018_10_SEA_LA,2018,REG,10,2018-11-11,Sunday,16:25,SEA,LA,31,36,5,Los Angeles Memorial Coliseum,Home,outdoors,grass,2018111110
148
+ 146,2018_10_DAL_PHI,2018,REG,10,2018-11-11,Sunday,20:20,DAL,PHI,27,20,-7,Lincoln Financial Field,Home,outdoors,grass,2018111111
149
+ 147,2018_10_NYG_SF,2018,REG,10,2018-11-12,Monday,20:15,NYG,SF,27,23,-4,Levi's Stadium,Home,outdoors,grass,2018111200
150
+ 148,2018_11_GB_SEA,2018,REG,11,2018-11-15,Thursday,20:20,GB,SEA,24,27,3,CenturyLink Field,Home,outdoors,fieldturf,2018111500
151
+ 149,2018_11_DAL_ATL,2018,REG,11,2018-11-18,Sunday,13:00,DAL,ATL,22,19,-3,Mercedes-Benz Stadium,Home,open,fieldturf,2018111800
152
+ 150,2018_11_CIN_BAL,2018,REG,11,2018-11-18,Sunday,13:00,CIN,BAL,21,24,3,M&T Bank Stadium,Home,outdoors,grass,2018111801
153
+ 151,2018_11_CAR_DET,2018,REG,11,2018-11-18,Sunday,13:00,CAR,DET,19,20,1,Ford Field,Home,dome,fieldturf,2018111803
154
+ 152,2018_11_TEN_IND,2018,REG,11,2018-11-18,Sunday,13:00,TEN,IND,10,38,28,Lucas Oil Stadium,Home,closed,fieldturf,2018111804
155
+ 153,2018_11_PIT_JAX,2018,REG,11,2018-11-18,Sunday,13:00,PIT,JAX,20,16,-4,TIAA Bank Stadium,Home,outdoors,grass,2018111810
156
+ 154,2018_11_TB_NYG,2018,REG,11,2018-11-18,Sunday,13:00,TB,NYG,35,38,3,MetLife Stadium,Home,outdoors,fieldturf,2018111805
157
+ 155,2018_11_HOU_WAS,2018,REG,11,2018-11-18,Sunday,13:00,HOU,WAS,23,21,-2,FedExField,Home,outdoors,grass,2018111806
158
+ 156,2018_11_OAK_ARI,2018,REG,11,2018-11-18,Sunday,16:05,OAK,ARI,23,21,-2,State Farm Stadium,Home,closed,grass,2018111807
159
+ 157,2018_11_DEN_LAC,2018,REG,11,2018-11-18,Sunday,16:05,DEN,LAC,23,22,-1,StubHub Center,Home,outdoors,grass,2018111808
160
+ 158,2018_11_PHI_NO,2018,REG,11,2018-11-18,Sunday,16:25,PHI,NO,7,48,41,Mercedes-Benz Superdome,Home,dome,sportturf,2018111809
161
+ 159,2018_11_MIN_CHI,2018,REG,11,2018-11-18,Sunday,20:20,MIN,CHI,20,25,5,Soldier Field,Home,outdoors,grass,2018111802
162
+ 160,2018_11_KC_LA,2018,REG,11,2018-11-19,Monday,20:15,KC,LA,51,54,3,Los Angeles Memorial Coliseum,Home,outdoors,grass,2018111900
163
+ 161,2018_12_CHI_DET,2018,REG,12,2018-11-22,Thursday,12:30,CHI,DET,23,16,-7,Ford Field,Home,dome,fieldturf,2018112200
164
+ 162,2018_12_WAS_DAL,2018,REG,12,2018-11-22,Thursday,16:30,WAS,DAL,23,31,8,AT&T Stadium,Home,closed,matrixturf,2018112201
165
+ 163,2018_12_ATL_NO,2018,REG,12,2018-11-22,Thursday,20:20,ATL,NO,17,31,14,Mercedes-Benz Superdome,Home,dome,sportturf,2018112202
166
+ 164,2018_12_OAK_BAL,2018,REG,12,2018-11-25,Sunday,13:00,OAK,BAL,17,34,17,M&T Bank Stadium,Home,outdoors,grass,2018112500
167
+ 165,2018_12_JAX_BUF,2018,REG,12,2018-11-25,Sunday,13:00,JAX,BUF,21,24,3,New Era Field,Home,outdoors,a_turf,2018112501
168
+ 166,2018_12_SEA_CAR,2018,REG,12,2018-11-25,Sunday,13:00,SEA,CAR,30,27,-3,Bank of America Stadium,Home,outdoors,grass,2018112502
169
+ 167,2018_12_CLE_CIN,2018,REG,12,2018-11-25,Sunday,13:00,CLE,CIN,35,20,-15,Paul Brown Stadium,Home,outdoors,fieldturf,2018112503
170
+ 168,2018_12_NE_NYJ,2018,REG,12,2018-11-25,Sunday,13:00,NE,NYJ,27,13,-14,MetLife Stadium,Home,outdoors,fieldturf,2018112505
171
+ 169,2018_12_NYG_PHI,2018,REG,12,2018-11-25,Sunday,13:00,NYG,PHI,22,25,3,Lincoln Financial Field,Home,outdoors,grass,2018112506
172
+ 170,2018_12_SF_TB,2018,REG,12,2018-11-25,Sunday,13:00,SF,TB,9,27,18,Raymond James Stadium,Home,outdoors,grass,2018112507
173
+ 171,2018_12_ARI_LAC,2018,REG,12,2018-11-25,Sunday,16:05,ARI,LAC,10,45,35,StubHub Center,Home,outdoors,grass,2018112508
174
+ 172,2018_12_PIT_DEN,2018,REG,12,2018-11-25,Sunday,16:25,PIT,DEN,17,24,7,Sports Authority Field at Mile High,Home,outdoors,grass,2018112509
175
+ 173,2018_12_MIA_IND,2018,REG,12,2018-11-25,Sunday,16:25,MIA,IND,24,27,3,Lucas Oil Stadium,Home,closed,fieldturf,2018112504
176
+ 174,2018_12_GB_MIN,2018,REG,12,2018-11-25,Sunday,20:20,GB,MIN,17,24,7,U.S. Bank Stadium,Home,dome,sportturf,2018112510
177
+ 175,2018_12_TEN_HOU,2018,REG,12,2018-11-26,Monday,20:15,TEN,HOU,17,34,17,NRG Stadium,Home,closed,astroturf,2018112600
178
+ 176,2018_13_NO_DAL,2018,REG,13,2018-11-29,Thursday,20:20,NO,DAL,10,13,3,AT&T Stadium,Home,closed,matrixturf,2018112900
179
+ 177,2018_13_BAL_ATL,2018,REG,13,2018-12-02,Sunday,13:00,BAL,ATL,26,16,-10,Mercedes-Benz Stadium,Home,open,fieldturf,2018120200
180
+ 178,2018_13_DEN_CIN,2018,REG,13,2018-12-02,Sunday,13:00,DEN,CIN,24,10,-14,Paul Brown Stadium,Home,outdoors,fieldturf,2018120201
181
+ 179,2018_13_LA_DET,2018,REG,13,2018-12-02,Sunday,13:00,LA,DET,30,16,-14,Ford Field,Home,dome,fieldturf,2018120202
182
+ 180,2018_13_ARI_GB,2018,REG,13,2018-12-02,Sunday,13:00,ARI,GB,20,17,-3,Lambeau Field,Home,outdoors,grass,2018120203
183
+ 181,2018_13_CLE_HOU,2018,REG,13,2018-12-02,Sunday,13:00,CLE,HOU,13,29,16,NRG Stadium,Home,closed,astroturf,2018120204
184
+ 182,2018_13_IND_JAX,2018,REG,13,2018-12-02,Sunday,13:00,IND,JAX,0,6,6,TIAA Bank Stadium,Home,outdoors,grass,2018120205
185
+ 183,2018_13_BUF_MIA,2018,REG,13,2018-12-02,Sunday,13:00,BUF,MIA,17,21,4,Hard Rock Stadium,Home,outdoors,grass,2018120206
186
+ 184,2018_13_CHI_NYG,2018,REG,13,2018-12-02,Sunday,13:00,CHI,NYG,27,30,3,MetLife Stadium,Home,outdoors,fieldturf,2018120207
187
+ 185,2018_13_CAR_TB,2018,REG,13,2018-12-02,Sunday,13:00,CAR,TB,17,24,7,Raymond James Stadium,Home,outdoors,grass,2018120209
188
+ 186,2018_13_KC_OAK,2018,REG,13,2018-12-02,Sunday,16:05,KC,OAK,40,33,-7,Oakland-Alameda County Coliseum,Home,outdoors,grass,2018120210
189
+ 187,2018_13_NYJ_TEN,2018,REG,13,2018-12-02,Sunday,16:05,NYJ,TEN,22,26,4,Nissan Stadium,Home,outdoors,grass,2018120211
190
+ 188,2018_13_MIN_NE,2018,REG,13,2018-12-02,Sunday,16:25,MIN,NE,10,24,14,Gillette Stadium,Home,outdoors,fieldturf,2018120212
191
+ 189,2018_13_SF_SEA,2018,REG,13,2018-12-02,Sunday,16:25,SF,SEA,16,43,27,CenturyLink Field,Home,outdoors,fieldturf,2018120213
192
+ 190,2018_13_LAC_PIT,2018,REG,13,2018-12-02,Sunday,20:20,LAC,PIT,33,30,-3,Heinz Field,Home,outdoors,grass,2018120208
193
+ 191,2018_13_WAS_PHI,2018,REG,13,2018-12-03,Monday,20:15,WAS,PHI,13,28,15,Lincoln Financial Field,Home,outdoors,grass,2018120300
194
+ 192,2018_14_JAX_TEN,2018,REG,14,2018-12-06,Thursday,20:20,JAX,TEN,9,30,21,Nissan Stadium,Home,outdoors,grass,2018120600
195
+ 193,2018_14_NYJ_BUF,2018,REG,14,2018-12-09,Sunday,13:00,NYJ,BUF,27,23,-4,New Era Field,Home,outdoors,a_turf,2018120900
196
+ 194,2018_14_CAR_CLE,2018,REG,14,2018-12-09,Sunday,13:00,CAR,CLE,20,26,6,FirstEnergy Stadium,Home,outdoors,grass,2018120902
197
+ 195,2018_14_ATL_GB,2018,REG,14,2018-12-09,Sunday,13:00,ATL,GB,20,34,14,Lambeau Field,Home,outdoors,grass,2018120903
198
+ 196,2018_14_IND_HOU,2018,REG,14,2018-12-09,Sunday,13:00,IND,HOU,24,21,-3,NRG Stadium,Home,closed,astroturf,2018120904
199
+ 197,2018_14_BAL_KC,2018,REG,14,2018-12-09,Sunday,13:00,BAL,KC,24,27,3,Arrowhead Stadium,Home,outdoors,grass,2018120905
200
+ 198,2018_14_NE_MIA,2018,REG,14,2018-12-09,Sunday,13:00,NE,MIA,33,34,1,Hard Rock Stadium,Home,outdoors,grass,2018120906
201
+ 199,2018_14_NO_TB,2018,REG,14,2018-12-09,Sunday,13:00,NO,TB,28,14,-14,Raymond James Stadium,Home,outdoors,grass,2018120907
202
+ 200,2018_14_NYG_WAS,2018,REG,14,2018-12-09,Sunday,13:00,NYG,WAS,40,16,-24,FedExField,Home,outdoors,grass,2018120908
203
+ 201,2018_14_CIN_LAC,2018,REG,14,2018-12-09,Sunday,16:05,CIN,LAC,21,26,5,StubHub Center,Home,outdoors,grass,2018120909
204
+ 202,2018_14_DEN_SF,2018,REG,14,2018-12-09,Sunday,16:05,DEN,SF,14,20,6,Levi's Stadium,Home,outdoors,grass,2018120910
205
+ 203,2018_14_DET_ARI,2018,REG,14,2018-12-09,Sunday,16:25,DET,ARI,17,3,-14,State Farm Stadium,Home,closed,grass,2018120911
206
+ 204,2018_14_PHI_DAL,2018,REG,14,2018-12-09,Sunday,16:25,PHI,DAL,23,29,6,AT&T Stadium,Home,closed,matrixturf,2018120912
207
+ 205,2018_14_PIT_OAK,2018,REG,14,2018-12-09,Sunday,16:25,PIT,OAK,21,24,3,Oakland-Alameda County Coliseum,Home,outdoors,grass,2018120913
208
+ 206,2018_14_LA_CHI,2018,REG,14,2018-12-09,Sunday,20:20,LA,CHI,6,15,9,Soldier Field,Home,outdoors,grass,2018120901
209
+ 207,2018_14_MIN_SEA,2018,REG,14,2018-12-10,Monday,20:15,MIN,SEA,7,21,14,CenturyLink Field,Home,outdoors,fieldturf,2018121000
210
+ 208,2018_15_LAC_KC,2018,REG,15,2018-12-13,Thursday,20:20,LAC,KC,29,28,-1,Arrowhead Stadium,Home,outdoors,grass,2018121300
211
+ 209,2018_15_HOU_NYJ,2018,REG,15,2018-12-15,Saturday,16:30,HOU,NYJ,29,22,-7,MetLife Stadium,Home,outdoors,fieldturf,2018121500
212
+ 210,2018_15_CLE_DEN,2018,REG,15,2018-12-15,Saturday,20:20,CLE,DEN,17,16,-1,Sports Authority Field at Mile High,Home,outdoors,grass,2018121501
213
+ 211,2018_15_ARI_ATL,2018,REG,15,2018-12-16,Sunday,13:00,ARI,ATL,14,40,26,Mercedes-Benz Stadium,Home,closed,fieldturf,2018121600
214
+ 212,2018_15_TB_BAL,2018,REG,15,2018-12-16,Sunday,13:00,TB,BAL,12,20,8,M&T Bank Stadium,Home,outdoors,grass,2018121601
215
+ 213,2018_15_DET_BUF,2018,REG,15,2018-12-16,Sunday,13:00,DET,BUF,13,14,1,New Era Field,Home,outdoors,a_turf,2018121602
216
+ 214,2018_15_GB_CHI,2018,REG,15,2018-12-16,Sunday,13:00,GB,CHI,17,24,7,Soldier Field,Home,outdoors,grass,2018121603
217
+ 215,2018_15_OAK_CIN,2018,REG,15,2018-12-16,Sunday,13:00,OAK,CIN,16,30,14,Paul Brown Stadium,Home,outdoors,fieldturf,2018121604
218
+ 216,2018_15_DAL_IND,2018,REG,15,2018-12-16,Sunday,13:00,DAL,IND,0,23,23,Lucas Oil Stadium,Home,closed,fieldturf,2018121605
219
+ 217,2018_15_WAS_JAX,2018,REG,15,2018-12-16,Sunday,13:00,WAS,JAX,16,13,-3,TIAA Bank Stadium,Home,outdoors,grass,2018121606
220
+ 218,2018_15_MIA_MIN,2018,REG,15,2018-12-16,Sunday,13:00,MIA,MIN,17,41,24,U.S. Bank Stadium,Home,dome,sportturf,2018121607
221
+ 219,2018_15_TEN_NYG,2018,REG,15,2018-12-16,Sunday,13:00,TEN,NYG,17,0,-17,MetLife Stadium,Home,outdoors,fieldturf,2018121608
222
+ 220,2018_15_SEA_SF,2018,REG,15,2018-12-16,Sunday,16:05,SEA,SF,23,26,3,Levi's Stadium,Home,outdoors,grass,2018121609
223
+ 221,2018_15_NE_PIT,2018,REG,15,2018-12-16,Sunday,16:25,NE,PIT,10,17,7,Heinz Field,Home,outdoors,grass,2018121610
224
+ 222,2018_15_PHI_LA,2018,REG,15,2018-12-16,Sunday,20:20,PHI,LA,30,23,-7,Los Angeles Memorial Coliseum,Home,outdoors,grass,2018121611
225
+ 223,2018_15_NO_CAR,2018,REG,15,2018-12-17,Monday,20:15,NO,CAR,12,9,-3,Bank of America Stadium,Home,outdoors,grass,2018121700
226
+ 224,2018_16_WAS_TEN,2018,REG,16,2018-12-22,Saturday,16:30,WAS,TEN,16,25,9,Nissan Stadium,Home,outdoors,grass,2018122200
227
+ 225,2018_16_BAL_LAC,2018,REG,16,2018-12-22,Saturday,20:20,BAL,LAC,22,10,-12,StubHub Center,Home,outdoors,grass,2018122201
228
+ 226,2018_16_ATL_CAR,2018,REG,16,2018-12-23,Sunday,13:00,ATL,CAR,24,10,-14,Bank of America Stadium,Home,outdoors,grass,2018122304
229
+ 227,2018_16_CIN_CLE,2018,REG,16,2018-12-23,Sunday,13:00,CIN,CLE,18,26,8,FirstEnergy Stadium,Home,outdoors,grass,2018122305
230
+ 228,2018_16_TB_DAL,2018,REG,16,2018-12-23,Sunday,13:00,TB,DAL,20,27,7,AT&T Stadium,Home,closed,matrixturf,2018122306
231
+ 229,2018_16_MIN_DET,2018,REG,16,2018-12-23,Sunday,13:00,MIN,DET,27,9,-18,Ford Field,Home,dome,fieldturf,2018122307
232
+ 230,2018_16_NYG_IND,2018,REG,16,2018-12-23,Sunday,13:00,NYG,IND,27,28,1,Lucas Oil Stadium,Home,closed,fieldturf,2018122300
233
+ 231,2018_16_JAX_MIA,2018,REG,16,2018-12-23,Sunday,13:00,JAX,MIA,17,7,-10,Hard Rock Stadium,Home,outdoors,grass,2018122302
234
+ 232,2018_16_BUF_NE,2018,REG,16,2018-12-23,Sunday,13:00,BUF,NE,12,24,12,Gillette Stadium,Home,outdoors,fieldturf,2018122308
235
+ 233,2018_16_GB_NYJ,2018,REG,16,2018-12-23,Sunday,13:00,GB,NYJ,44,38,-6,MetLife Stadium,Home,outdoors,fieldturf,2018122309
236
+ 234,2018_16_HOU_PHI,2018,REG,16,2018-12-23,Sunday,13:00,HOU,PHI,30,32,2,Lincoln Financial Field,Home,outdoors,grass,2018122310
237
+ 235,2018_16_LA_ARI,2018,REG,16,2018-12-23,Sunday,16:05,LA,ARI,31,9,-22,State Farm Stadium,Home,closed,grass,2018122311
238
+ 236,2018_16_CHI_SF,2018,REG,16,2018-12-23,Sunday,16:05,CHI,SF,14,9,-5,Levi's Stadium,Home,outdoors,grass,2018122312
239
+ 237,2018_16_PIT_NO,2018,REG,16,2018-12-23,Sunday,16:25,PIT,NO,28,31,3,Mercedes-Benz Superdome,Home,dome,sportturf,2018122313
240
+ 238,2018_16_KC_SEA,2018,REG,16,2018-12-23,Sunday,20:20,KC,SEA,31,38,7,CenturyLink Field,Home,outdoors,fieldturf,2018122314
241
+ 239,2018_16_DEN_OAK,2018,REG,16,2018-12-24,Monday,20:15,DEN,OAK,14,27,13,Oakland-Alameda County Coliseum,Home,outdoors,grass,2018122400
242
+ 240,2018_17_MIA_BUF,2018,REG,17,2018-12-30,Sunday,13:00,MIA,BUF,17,42,25,New Era Field,Home,outdoors,a_turf,2018123001
243
+ 241,2018_17_DET_GB,2018,REG,17,2018-12-30,Sunday,13:00,DET,GB,31,0,-31,Lambeau Field,Home,outdoors,grass,2018123002
244
+ 242,2018_17_JAX_HOU,2018,REG,17,2018-12-30,Sunday,13:00,JAX,HOU,3,20,17,NRG Stadium,Home,closed,astroturf,2018123003
245
+ 243,2018_17_NYJ_NE,2018,REG,17,2018-12-30,Sunday,13:00,NYJ,NE,3,38,35,Gillette Stadium,Home,outdoors,fieldturf,2018123006
246
+ 244,2018_17_CAR_NO,2018,REG,17,2018-12-30,Sunday,13:00,CAR,NO,33,14,-19,Mercedes-Benz Superdome,Home,dome,sportturf,2018123007
247
+ 245,2018_17_DAL_NYG,2018,REG,17,2018-12-30,Sunday,13:00,DAL,NYG,36,35,-1,MetLife Stadium,Home,outdoors,fieldturf,2018123008
248
+ 246,2018_17_ATL_TB,2018,REG,17,2018-12-30,Sunday,13:00,ATL,TB,34,32,-2,Raymond James Stadium,Home,outdoors,grass,2018123010
249
+ 247,2018_17_CLE_BAL,2018,REG,17,2018-12-30,Sunday,16:25,CLE,BAL,24,26,2,M&T Bank Stadium,Home,outdoors,grass,2018123000
250
+ 248,2018_17_LAC_DEN,2018,REG,17,2018-12-30,Sunday,16:25,LAC,DEN,23,9,-14,Sports Authority Field at Mile High,Home,outdoors,grass,2018123013
251
+ 249,2018_17_OAK_KC,2018,REG,17,2018-12-30,Sunday,16:25,OAK,KC,3,35,32,Arrowhead Stadium,Home,outdoors,grass,2018123004
252
+ 250,2018_17_SF_LA,2018,REG,17,2018-12-30,Sunday,16:25,SF,LA,32,48,16,Los Angeles Memorial Coliseum,Home,outdoors,grass,2018123014
253
+ 251,2018_17_CHI_MIN,2018,REG,17,2018-12-30,Sunday,16:25,CHI,MIN,24,10,-14,U.S. Bank Stadium,Home,dome,sportturf,2018123005
254
+ 252,2018_17_CIN_PIT,2018,REG,17,2018-12-30,Sunday,16:25,CIN,PIT,13,16,3,Heinz Field,Home,outdoors,grass,2018123009
255
+ 253,2018_17_ARI_SEA,2018,REG,17,2018-12-30,Sunday,16:25,ARI,SEA,24,27,3,CenturyLink Field,Home,outdoors,fieldturf,2018123015
256
+ 254,2018_17_PHI_WAS,2018,REG,17,2018-12-30,Sunday,16:25,PHI,WAS,24,0,-24,FedExField,Home,outdoors,grass,2018123012
257
+ 255,2018_17_IND_TEN,2018,REG,17,2018-12-30,Sunday,20:20,IND,TEN,33,17,-16,Nissan Stadium,Home,outdoors,grass,2018123011
258
+ 256,2018_18_IND_HOU,2018,WC,18,2019-01-05,Saturday,16:35,IND,HOU,21,7,-14,NRG Stadium,Home,closed,astroturf,2019010500
259
+ 257,2018_18_SEA_DAL,2018,WC,18,2019-01-05,Saturday,20:15,SEA,DAL,22,24,2,AT&T Stadium,Home,closed,matrixturf,2019010501
260
+ 258,2018_18_LAC_BAL,2018,WC,18,2019-01-06,Sunday,13:05,LAC,BAL,23,17,-6,M&T Bank Stadium,Home,outdoors,grass,2019010600
261
+ 259,2018_18_PHI_CHI,2018,WC,18,2019-01-06,Sunday,16:40,PHI,CHI,16,15,-1,Soldier Field,Home,outdoors,grass,2019010601
262
+ 260,2018_19_IND_KC,2018,DIV,19,2019-01-12,Saturday,16:35,IND,KC,13,31,18,Arrowhead Stadium,Home,outdoors,grass,2019011200
263
+ 261,2018_19_DAL_LA,2018,DIV,19,2019-01-12,Saturday,20:15,DAL,LA,22,30,8,Los Angeles Memorial Coliseum,Home,outdoors,grass,2019011201
264
+ 262,2018_19_LAC_NE,2018,DIV,19,2019-01-13,Sunday,13:05,LAC,NE,28,41,13,Gillette Stadium,Home,outdoors,fieldturf,2019011300
265
+ 263,2018_19_PHI_NO,2018,DIV,19,2019-01-13,Sunday,16:40,PHI,NO,14,20,6,Mercedes-Benz Superdome,Home,dome,sportturf,2019011301
266
+ 264,2018_20_LA_NO,2018,CON,20,2019-01-20,Sunday,15:05,LA,NO,26,23,-3,Mercedes-Benz Superdome,Home,dome,sportturf,2019012000
267
+ 265,2018_20_NE_KC,2018,CON,20,2019-01-20,Sunday,18:40,NE,KC,37,31,-6,Arrowhead Stadium,Home,outdoors,grass,2019012001
268
+ 266,2018_21_NE_LA,2018,SB,21,2019-02-03,Sunday,18:30,NE,LA,13,3,-10,Mercedes-Benz Stadium,Neutral,closed,fieldturf,2019020300
Source/Build/nfl_data_py/data/schedules/2019.csv ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2019_01_GB_CHI,2019,REG,1,2019-09-05,Thursday,20:20,GB,CHI,10,3,-7,Soldier Field,Home,outdoors,grass,2019090500
3
+ 1,2019_01_LA_CAR,2019,REG,1,2019-09-08,Sunday,13:00,LA,CAR,30,27,-3,Bank of America Stadium,Home,outdoors,grass,2019090800
4
+ 2,2019_01_TEN_CLE,2019,REG,1,2019-09-08,Sunday,13:00,TEN,CLE,43,13,-30,FirstEnergy Stadium,Home,outdoors,grass,2019090801
5
+ 3,2019_01_KC_JAX,2019,REG,1,2019-09-08,Sunday,13:00,KC,JAX,40,26,-14,TIAA Bank Stadium,Home,outdoors,grass,2019090802
6
+ 4,2019_01_BAL_MIA,2019,REG,1,2019-09-08,Sunday,13:00,BAL,MIA,59,10,-49,Hard Rock Stadium,Home,outdoors,grass,2019090803
7
+ 5,2019_01_ATL_MIN,2019,REG,1,2019-09-08,Sunday,13:00,ATL,MIN,12,28,16,U.S. Bank Stadium,Home,dome,sportturf,2019090804
8
+ 6,2019_01_BUF_NYJ,2019,REG,1,2019-09-08,Sunday,13:00,BUF,NYJ,17,16,-1,MetLife Stadium,Home,outdoors,fieldturf,2019090805
9
+ 7,2019_01_WAS_PHI,2019,REG,1,2019-09-08,Sunday,13:00,WAS,PHI,27,32,5,Lincoln Financial Field,Home,outdoors,grass,2019090806
10
+ 8,2019_01_IND_LAC,2019,REG,1,2019-09-08,Sunday,16:05,IND,LAC,24,30,6,StubHub Center,Home,outdoors,grass,2019090807
11
+ 9,2019_01_CIN_SEA,2019,REG,1,2019-09-08,Sunday,16:05,CIN,SEA,20,21,1,CenturyLink Field,Home,outdoors,fieldturf,2019090808
12
+ 10,2019_01_DET_ARI,2019,REG,1,2019-09-08,Sunday,16:25,DET,ARI,27,27,0,State Farm Stadium,Home,closed,grass,2019090809
13
+ 11,2019_01_NYG_DAL,2019,REG,1,2019-09-08,Sunday,16:25,NYG,DAL,17,35,18,AT&T Stadium,Home,closed,fieldturf,2019090810
14
+ 12,2019_01_SF_TB,2019,REG,1,2019-09-08,Sunday,16:25,SF,TB,31,17,-14,Raymond James Stadium,Home,outdoors,grass,2019090811
15
+ 13,2019_01_PIT_NE,2019,REG,1,2019-09-08,Sunday,20:20,PIT,NE,3,33,30,Gillette Stadium,Home,outdoors,grass,2019090812
16
+ 14,2019_01_HOU_NO,2019,REG,1,2019-09-09,Monday,19:10,HOU,NO,28,30,2,Mercedes-Benz Superdome,Home,dome,astroturf,2019090900
17
+ 15,2019_01_DEN_OAK,2019,REG,1,2019-09-09,Monday,22:20,DEN,OAK,16,24,8,Ring Central Coliseum,Home,outdoors,grass,2019090901
18
+ 16,2019_02_TB_CAR,2019,REG,2,2019-09-12,Thursday,20:20,TB,CAR,20,14,-6,Bank of America Stadium,Home,outdoors,grass,2019091200
19
+ 17,2019_02_ARI_BAL,2019,REG,2,2019-09-15,Sunday,13:00,ARI,BAL,17,23,6,M&T Bank Stadium,Home,outdoors,grass,2019091500
20
+ 18,2019_02_SF_CIN,2019,REG,2,2019-09-15,Sunday,13:00,SF,CIN,41,17,-24,Paul Brown Stadium,Home,outdoors,grass,2019091501
21
+ 19,2019_02_LAC_DET,2019,REG,2,2019-09-15,Sunday,13:00,LAC,DET,10,13,3,Ford Field,Home,dome,fieldturf,2019091502
22
+ 20,2019_02_MIN_GB,2019,REG,2,2019-09-15,Sunday,13:00,MIN,GB,16,21,5,Lambeau Field,Home,outdoors,grass,2019091503
23
+ 21,2019_02_JAX_HOU,2019,REG,2,2019-09-15,Sunday,13:00,JAX,HOU,12,13,1,NRG Stadium,Home,closed,grass,2019091504
24
+ 22,2019_02_NE_MIA,2019,REG,2,2019-09-15,Sunday,13:00,NE,MIA,43,0,-43,Hard Rock Stadium,Home,outdoors,grass,2019091505
25
+ 23,2019_02_BUF_NYG,2019,REG,2,2019-09-15,Sunday,13:00,BUF,NYG,28,14,-14,MetLife Stadium,Home,outdoors,fieldturf,2019091506
26
+ 24,2019_02_SEA_PIT,2019,REG,2,2019-09-15,Sunday,13:00,SEA,PIT,28,26,-2,Heinz Field,Home,outdoors,grass,2019091507
27
+ 25,2019_02_IND_TEN,2019,REG,2,2019-09-15,Sunday,13:00,IND,TEN,19,17,-2,Nissan Stadium,Home,outdoors,grass,2019091508
28
+ 26,2019_02_DAL_WAS,2019,REG,2,2019-09-15,Sunday,13:00,DAL,WAS,31,21,-10,FedExField,Home,outdoors,grass,2019091509
29
+ 27,2019_02_KC_OAK,2019,REG,2,2019-09-15,Sunday,16:05,KC,OAK,28,10,-18,Ring Central Coliseum,Home,outdoors,grass,2019091510
30
+ 28,2019_02_CHI_DEN,2019,REG,2,2019-09-15,Sunday,16:25,CHI,DEN,16,14,-2,Empower Field at Mile High,Home,outdoors,grass,2019091511
31
+ 29,2019_02_NO_LA,2019,REG,2,2019-09-15,Sunday,16:25,NO,LA,9,27,18,Los Angeles Memorial Coliseum,Home,outdoors,grass,2019091512
32
+ 30,2019_02_PHI_ATL,2019,REG,2,2019-09-15,Sunday,20:20,PHI,ATL,20,24,4,Mercedes-Benz Stadium,Home,open,fieldturf,2019091513
33
+ 31,2019_02_CLE_NYJ,2019,REG,2,2019-09-16,Monday,20:15,CLE,NYJ,23,3,-20,MetLife Stadium,Home,outdoors,fieldturf,2019091600
34
+ 32,2019_03_TEN_JAX,2019,REG,3,2019-09-19,Thursday,20:20,TEN,JAX,7,20,13,TIAA Bank Stadium,Home,outdoors,grass,2019091900
35
+ 33,2019_03_CIN_BUF,2019,REG,3,2019-09-22,Sunday,13:00,CIN,BUF,17,21,4,New Era Field,Home,outdoors,astroturf,2019092200
36
+ 34,2019_03_MIA_DAL,2019,REG,3,2019-09-22,Sunday,13:00,MIA,DAL,6,31,25,AT&T Stadium,Home,closed,fieldturf,2019092201
37
+ 35,2019_03_DEN_GB,2019,REG,3,2019-09-22,Sunday,13:00,DEN,GB,16,27,11,Lambeau Field,Home,outdoors,grass,2019092202
38
+ 36,2019_03_ATL_IND,2019,REG,3,2019-09-22,Sunday,13:00,ATL,IND,24,27,3,Lucas Oil Stadium,Home,closed,fieldturf,2019092203
39
+ 37,2019_03_BAL_KC,2019,REG,3,2019-09-22,Sunday,13:00,BAL,KC,28,33,5,Arrowhead Stadium,Home,outdoors,astroturf,2019092204
40
+ 38,2019_03_OAK_MIN,2019,REG,3,2019-09-22,Sunday,13:00,OAK,MIN,14,34,20,U.S. Bank Stadium,Home,dome,sportturf,2019092205
41
+ 39,2019_03_NYJ_NE,2019,REG,3,2019-09-22,Sunday,13:00,NYJ,NE,14,30,16,Gillette Stadium,Home,outdoors,grass,2019092206
42
+ 40,2019_03_DET_PHI,2019,REG,3,2019-09-22,Sunday,13:00,DET,PHI,27,24,-3,Lincoln Financial Field,Home,outdoors,grass,2019092207
43
+ 41,2019_03_CAR_ARI,2019,REG,3,2019-09-22,Sunday,16:05,CAR,ARI,38,20,-18,State Farm Stadium,Home,closed,grass,2019092208
44
+ 42,2019_03_NYG_TB,2019,REG,3,2019-09-22,Sunday,16:05,NYG,TB,32,31,-1,Raymond James Stadium,Home,outdoors,grass,2019092209
45
+ 43,2019_03_HOU_LAC,2019,REG,3,2019-09-22,Sunday,16:25,HOU,LAC,27,20,-7,StubHub Center,Home,outdoors,grass,2019092210
46
+ 44,2019_03_NO_SEA,2019,REG,3,2019-09-22,Sunday,16:25,NO,SEA,33,27,-6,CenturyLink Field,Home,outdoors,fieldturf,2019092211
47
+ 45,2019_03_PIT_SF,2019,REG,3,2019-09-22,Sunday,16:25,PIT,SF,20,24,4,Levi's Stadium,Home,outdoors,grass,2019092212
48
+ 46,2019_03_LA_CLE,2019,REG,3,2019-09-22,Sunday,20:20,LA,CLE,20,13,-7,FirstEnergy Stadium,Home,outdoors,grass,2019092213
49
+ 47,2019_03_CHI_WAS,2019,REG,3,2019-09-23,Monday,20:15,CHI,WAS,31,15,-16,FedExField,Home,outdoors,grass,2019092300
50
+ 48,2019_04_PHI_GB,2019,REG,4,2019-09-26,Thursday,20:20,PHI,GB,34,27,-7,Lambeau Field,Home,outdoors,grass,2019092600
51
+ 49,2019_04_TEN_ATL,2019,REG,4,2019-09-29,Sunday,13:00,TEN,ATL,24,10,-14,Mercedes-Benz Stadium,Home,closed,fieldturf,2019092900
52
+ 50,2019_04_CLE_BAL,2019,REG,4,2019-09-29,Sunday,13:00,CLE,BAL,40,25,-15,M&T Bank Stadium,Home,outdoors,grass,2019092901
53
+ 51,2019_04_NE_BUF,2019,REG,4,2019-09-29,Sunday,13:00,NE,BUF,16,10,-6,New Era Field,Home,outdoors,astroturf,2019092902
54
+ 52,2019_04_KC_DET,2019,REG,4,2019-09-29,Sunday,13:00,KC,DET,34,30,-4,Ford Field,Home,dome,fieldturf,2019092903
55
+ 53,2019_04_CAR_HOU,2019,REG,4,2019-09-29,Sunday,13:00,CAR,HOU,16,10,-6,NRG Stadium,Home,closed,grass,2019092904
56
+ 54,2019_04_OAK_IND,2019,REG,4,2019-09-29,Sunday,13:00,OAK,IND,31,24,-7,Lucas Oil Stadium,Home,closed,fieldturf,2019092905
57
+ 55,2019_04_LAC_MIA,2019,REG,4,2019-09-29,Sunday,13:00,LAC,MIA,30,10,-20,Hard Rock Stadium,Home,outdoors,grass,2019092906
58
+ 56,2019_04_WAS_NYG,2019,REG,4,2019-09-29,Sunday,13:00,WAS,NYG,3,24,21,MetLife Stadium,Home,outdoors,fieldturf,2019092907
59
+ 57,2019_04_SEA_ARI,2019,REG,4,2019-09-29,Sunday,16:05,SEA,ARI,27,10,-17,State Farm Stadium,Home,closed,grass,2019092908
60
+ 58,2019_04_TB_LA,2019,REG,4,2019-09-29,Sunday,16:05,TB,LA,55,40,-15,Los Angeles Memorial Coliseum,Home,outdoors,grass,2019092909
61
+ 59,2019_04_MIN_CHI,2019,REG,4,2019-09-29,Sunday,16:25,MIN,CHI,6,16,10,Soldier Field,Home,outdoors,grass,2019092910
62
+ 60,2019_04_JAX_DEN,2019,REG,4,2019-09-29,Sunday,16:25,JAX,DEN,26,24,-2,Empower Field at Mile High,Home,outdoors,grass,2019092911
63
+ 61,2019_04_DAL_NO,2019,REG,4,2019-09-29,Sunday,20:20,DAL,NO,10,12,2,Mercedes-Benz Superdome,Home,dome,astroturf,2019092912
64
+ 62,2019_04_CIN_PIT,2019,REG,4,2019-09-30,Monday,20:15,CIN,PIT,3,27,24,Heinz Field,Home,outdoors,grass,2019093000
65
+ 63,2019_05_LA_SEA,2019,REG,5,2019-10-03,Thursday,20:20,LA,SEA,29,30,1,CenturyLink Field,Home,outdoors,fieldturf,2019100300
66
+ 64,2019_05_JAX_CAR,2019,REG,5,2019-10-06,Sunday,13:00,JAX,CAR,27,34,7,Bank of America Stadium,Home,outdoors,grass,2019100600
67
+ 65,2019_05_ARI_CIN,2019,REG,5,2019-10-06,Sunday,13:00,ARI,CIN,26,23,-3,Paul Brown Stadium,Home,outdoors,grass,2019100601
68
+ 66,2019_05_ATL_HOU,2019,REG,5,2019-10-06,Sunday,13:00,ATL,HOU,32,53,21,NRG Stadium,Home,closed,grass,2019100602
69
+ 67,2019_05_TB_NO,2019,REG,5,2019-10-06,Sunday,13:00,TB,NO,24,31,7,Mercedes-Benz Superdome,Home,dome,astroturf,2019100603
70
+ 68,2019_05_MIN_NYG,2019,REG,5,2019-10-06,Sunday,13:00,MIN,NYG,28,10,-18,MetLife Stadium,Home,outdoors,fieldturf,2019100604
71
+ 69,2019_05_CHI_OAK,2019,REG,5,2019-10-06,Sunday,13:00,CHI,OAK,21,24,3,Tottenham Stadium,Neutral,outdoors,grass,2019100605
72
+ 70,2019_05_NYJ_PHI,2019,REG,5,2019-10-06,Sunday,13:00,NYJ,PHI,6,31,25,Lincoln Financial Field,Home,outdoors,grass,2019100606
73
+ 71,2019_05_BAL_PIT,2019,REG,5,2019-10-06,Sunday,13:00,BAL,PIT,26,23,-3,Heinz Field,Home,outdoors,grass,2019100607
74
+ 72,2019_05_BUF_TEN,2019,REG,5,2019-10-06,Sunday,13:00,BUF,TEN,14,7,-7,Nissan Stadium,Home,outdoors,grass,2019100608
75
+ 73,2019_05_NE_WAS,2019,REG,5,2019-10-06,Sunday,13:00,NE,WAS,33,7,-26,FedExField,Home,outdoors,grass,2019100609
76
+ 74,2019_05_DEN_LAC,2019,REG,5,2019-10-06,Sunday,16:05,DEN,LAC,20,13,-7,StubHub Center,Home,outdoors,grass,2019100610
77
+ 75,2019_05_GB_DAL,2019,REG,5,2019-10-06,Sunday,16:25,GB,DAL,34,24,-10,AT&T Stadium,Home,closed,fieldturf,2019100611
78
+ 76,2019_05_IND_KC,2019,REG,5,2019-10-06,Sunday,20:20,IND,KC,19,13,-6,Arrowhead Stadium,Home,outdoors,astroturf,2019100612
79
+ 77,2019_05_CLE_SF,2019,REG,5,2019-10-07,Monday,20:15,CLE,SF,3,31,28,Levi's Stadium,Home,outdoors,grass,2019100700
80
+ 78,2019_06_NYG_NE,2019,REG,6,2019-10-10,Thursday,20:20,NYG,NE,14,35,21,Gillette Stadium,Home,outdoors,grass,2019101000
81
+ 79,2019_06_CAR_TB,2019,REG,6,2019-10-13,Sunday,09:30,CAR,TB,37,26,-11,Tottenham Stadium,Neutral,outdoors,grass,2019101300
82
+ 80,2019_06_CIN_BAL,2019,REG,6,2019-10-13,Sunday,13:00,CIN,BAL,17,23,6,M&T Bank Stadium,Home,outdoors,grass,2019101301
83
+ 81,2019_06_SEA_CLE,2019,REG,6,2019-10-13,Sunday,13:00,SEA,CLE,32,28,-4,FirstEnergy Stadium,Home,outdoors,grass,2019101302
84
+ 82,2019_06_NO_JAX,2019,REG,6,2019-10-13,Sunday,13:00,NO,JAX,13,6,-7,TIAA Bank Stadium,Home,outdoors,grass,2019101303
85
+ 83,2019_06_HOU_KC,2019,REG,6,2019-10-13,Sunday,13:00,HOU,KC,31,24,-7,Arrowhead Stadium,Home,outdoors,astroturf,2019101304
86
+ 84,2019_06_WAS_MIA,2019,REG,6,2019-10-13,Sunday,13:00,WAS,MIA,17,16,-1,Hard Rock Stadium,Home,outdoors,grass,2019101305
87
+ 85,2019_06_PHI_MIN,2019,REG,6,2019-10-13,Sunday,13:00,PHI,MIN,20,38,18,U.S. Bank Stadium,Home,dome,sportturf,2019101306
88
+ 86,2019_06_ATL_ARI,2019,REG,6,2019-10-13,Sunday,16:05,ATL,ARI,33,34,1,State Farm Stadium,Home,closed,grass,2019101307
89
+ 87,2019_06_SF_LA,2019,REG,6,2019-10-13,Sunday,16:05,SF,LA,20,7,-13,Los Angeles Memorial Coliseum,Home,outdoors,grass,2019101308
90
+ 88,2019_06_TEN_DEN,2019,REG,6,2019-10-13,Sunday,16:25,TEN,DEN,0,16,16,Empower Field at Mile High,Home,outdoors,grass,2019101309
91
+ 89,2019_06_DAL_NYJ,2019,REG,6,2019-10-13,Sunday,16:25,DAL,NYJ,22,24,2,MetLife Stadium,Home,outdoors,fieldturf,2019101310
92
+ 90,2019_06_PIT_LAC,2019,REG,6,2019-10-13,Sunday,20:20,PIT,LAC,24,17,-7,StubHub Center,Home,outdoors,grass,2019101311
93
+ 91,2019_06_DET_GB,2019,REG,6,2019-10-14,Monday,20:15,DET,GB,22,23,1,Lambeau Field,Home,outdoors,grass,2019101400
94
+ 92,2019_07_KC_DEN,2019,REG,7,2019-10-17,Thursday,20:20,KC,DEN,30,6,-24,Empower Field at Mile High,Home,outdoors,grass,2019101700
95
+ 93,2019_07_LA_ATL,2019,REG,7,2019-10-20,Sunday,13:00,LA,ATL,37,10,-27,Mercedes-Benz Stadium,Home,open,fieldturf,2019102000
96
+ 94,2019_07_MIA_BUF,2019,REG,7,2019-10-20,Sunday,13:00,MIA,BUF,21,31,10,New Era Field,Home,outdoors,astroturf,2019102001
97
+ 95,2019_07_JAX_CIN,2019,REG,7,2019-10-20,Sunday,13:00,JAX,CIN,27,17,-10,Paul Brown Stadium,Home,outdoors,grass,2019102002
98
+ 96,2019_07_MIN_DET,2019,REG,7,2019-10-20,Sunday,13:00,MIN,DET,42,30,-12,Ford Field,Home,dome,fieldturf,2019102003
99
+ 97,2019_07_OAK_GB,2019,REG,7,2019-10-20,Sunday,13:00,OAK,GB,24,42,18,Lambeau Field,Home,outdoors,grass,2019102004
100
+ 98,2019_07_HOU_IND,2019,REG,7,2019-10-20,Sunday,13:00,HOU,IND,23,30,7,Lucas Oil Stadium,Home,open,fieldturf,2019102005
101
+ 99,2019_07_ARI_NYG,2019,REG,7,2019-10-20,Sunday,13:00,ARI,NYG,27,21,-6,MetLife Stadium,Home,outdoors,fieldturf,2019102006
102
+ 100,2019_07_SF_WAS,2019,REG,7,2019-10-20,Sunday,13:00,SF,WAS,9,0,-9,FedExField,Home,outdoors,grass,2019102007
103
+ 101,2019_07_LAC_TEN,2019,REG,7,2019-10-20,Sunday,16:05,LAC,TEN,20,23,3,Nissan Stadium,Home,outdoors,grass,2019102008
104
+ 102,2019_07_NO_CHI,2019,REG,7,2019-10-20,Sunday,16:25,NO,CHI,36,25,-11,Soldier Field,Home,outdoors,grass,2019102009
105
+ 103,2019_07_BAL_SEA,2019,REG,7,2019-10-20,Sunday,16:25,BAL,SEA,30,16,-14,CenturyLink Field,Home,outdoors,fieldturf,2019102010
106
+ 104,2019_07_PHI_DAL,2019,REG,7,2019-10-20,Sunday,20:20,PHI,DAL,10,37,27,AT&T Stadium,Home,closed,fieldturf,2019102011
107
+ 105,2019_07_NE_NYJ,2019,REG,7,2019-10-21,Monday,20:15,NE,NYJ,33,0,-33,MetLife Stadium,Home,outdoors,fieldturf,2019102100
108
+ 106,2019_08_WAS_MIN,2019,REG,8,2019-10-24,Thursday,20:20,WAS,MIN,9,19,10,U.S. Bank Stadium,Home,dome,sportturf,2019102400
109
+ 107,2019_08_SEA_ATL,2019,REG,8,2019-10-27,Sunday,13:00,SEA,ATL,27,20,-7,Mercedes-Benz Stadium,Home,open,fieldturf,2019102700
110
+ 108,2019_08_PHI_BUF,2019,REG,8,2019-10-27,Sunday,13:00,PHI,BUF,31,13,-18,New Era Field,Home,outdoors,astroturf,2019102701
111
+ 109,2019_08_LAC_CHI,2019,REG,8,2019-10-27,Sunday,13:00,LAC,CHI,17,16,-1,Soldier Field,Home,outdoors,grass,2019102702
112
+ 110,2019_08_NYG_DET,2019,REG,8,2019-10-27,Sunday,13:00,NYG,DET,26,31,5,Ford Field,Home,dome,fieldturf,2019102703
113
+ 111,2019_08_DEN_IND,2019,REG,8,2019-10-27,Sunday,13:00,DEN,IND,13,15,2,Lucas Oil Stadium,Home,open,fieldturf,2019102710
114
+ 112,2019_08_NYJ_JAX,2019,REG,8,2019-10-27,Sunday,13:00,NYJ,JAX,15,29,14,TIAA Bank Stadium,Home,outdoors,grass,2019102705
115
+ 113,2019_08_CIN_LA,2019,REG,8,2019-10-27,Sunday,13:00,CIN,LA,10,24,14,Wembley Stadium,Neutral,outdoors,grass,2019102706
116
+ 114,2019_08_ARI_NO,2019,REG,8,2019-10-27,Sunday,13:00,ARI,NO,9,31,22,Mercedes-Benz Superdome,Home,dome,astroturf,2019102707
117
+ 115,2019_08_TB_TEN,2019,REG,8,2019-10-27,Sunday,13:00,TB,TEN,23,27,4,Nissan Stadium,Home,outdoors,grass,2019102708
118
+ 116,2019_08_CAR_SF,2019,REG,8,2019-10-27,Sunday,16:05,CAR,SF,13,51,38,Levi's Stadium,Home,outdoors,grass,2019102709
119
+ 117,2019_08_OAK_HOU,2019,REG,8,2019-10-27,Sunday,16:25,OAK,HOU,24,27,3,NRG Stadium,Home,closed,grass,2019102704
120
+ 118,2019_08_CLE_NE,2019,REG,8,2019-10-27,Sunday,16:25,CLE,NE,13,27,14,Gillette Stadium,Home,outdoors,grass,2019102711
121
+ 119,2019_08_GB_KC,2019,REG,8,2019-10-27,Sunday,20:20,GB,KC,31,24,-7,Arrowhead Stadium,Home,outdoors,astroturf,2019102712
122
+ 120,2019_08_MIA_PIT,2019,REG,8,2019-10-28,Monday,20:15,MIA,PIT,14,27,13,Heinz Field,Home,outdoors,grass,2019102800
123
+ 121,2019_09_SF_ARI,2019,REG,9,2019-10-31,Thursday,20:20,SF,ARI,28,25,-3,State Farm Stadium,Home,closed,grass,2019103100
124
+ 122,2019_09_HOU_JAX,2019,REG,9,2019-11-03,Sunday,09:30,HOU,JAX,26,3,-23,Wembley Stadium,Neutral,outdoors,grass,2019110300
125
+ 123,2019_09_WAS_BUF,2019,REG,9,2019-11-03,Sunday,13:00,WAS,BUF,9,24,15,New Era Field,Home,outdoors,astroturf,2019110301
126
+ 124,2019_09_TEN_CAR,2019,REG,9,2019-11-03,Sunday,13:00,TEN,CAR,20,30,10,Bank of America Stadium,Home,outdoors,grass,2019110302
127
+ 125,2019_09_MIN_KC,2019,REG,9,2019-11-03,Sunday,13:00,MIN,KC,23,26,3,Arrowhead Stadium,Home,outdoors,astroturf,2019110303
128
+ 126,2019_09_NYJ_MIA,2019,REG,9,2019-11-03,Sunday,13:00,NYJ,MIA,18,26,8,Hard Rock Stadium,Home,outdoors,grass,2019110304
129
+ 127,2019_09_CHI_PHI,2019,REG,9,2019-11-03,Sunday,13:00,CHI,PHI,14,22,8,Lincoln Financial Field,Home,outdoors,grass,2019110305
130
+ 128,2019_09_IND_PIT,2019,REG,9,2019-11-03,Sunday,13:00,IND,PIT,24,26,2,Heinz Field,Home,outdoors,grass,2019110306
131
+ 129,2019_09_DET_OAK,2019,REG,9,2019-11-03,Sunday,16:05,DET,OAK,24,31,7,Ring Central Coliseum,Home,outdoors,grass,2019110307
132
+ 130,2019_09_TB_SEA,2019,REG,9,2019-11-03,Sunday,16:05,TB,SEA,34,40,6,CenturyLink Field,Home,outdoors,fieldturf,2019110308
133
+ 131,2019_09_CLE_DEN,2019,REG,9,2019-11-03,Sunday,16:25,CLE,DEN,19,24,5,Empower Field at Mile High,Home,outdoors,grass,2019110309
134
+ 132,2019_09_GB_LAC,2019,REG,9,2019-11-03,Sunday,16:25,GB,LAC,11,26,15,StubHub Center,Home,outdoors,grass,2019110310
135
+ 133,2019_09_NE_BAL,2019,REG,9,2019-11-03,Sunday,20:20,NE,BAL,20,37,17,M&T Bank Stadium,Home,outdoors,grass,2019110311
136
+ 134,2019_09_DAL_NYG,2019,REG,9,2019-11-04,Monday,20:15,DAL,NYG,37,18,-19,MetLife Stadium,Home,outdoors,fieldturf,2019110400
137
+ 135,2019_10_LAC_OAK,2019,REG,10,2019-11-07,Thursday,20:20,LAC,OAK,24,26,2,Ring Central Coliseum,Home,outdoors,grass,2019110700
138
+ 136,2019_10_DET_CHI,2019,REG,10,2019-11-10,Sunday,13:00,DET,CHI,13,20,7,Soldier Field,Home,outdoors,grass,2019111000
139
+ 137,2019_10_BAL_CIN,2019,REG,10,2019-11-10,Sunday,13:00,BAL,CIN,49,13,-36,Paul Brown Stadium,Home,outdoors,grass,2019111001
140
+ 138,2019_10_BUF_CLE,2019,REG,10,2019-11-10,Sunday,13:00,BUF,CLE,16,19,3,FirstEnergy Stadium,Home,outdoors,grass,2019111002
141
+ 139,2019_10_ATL_NO,2019,REG,10,2019-11-10,Sunday,13:00,ATL,NO,26,9,-17,Mercedes-Benz Superdome,Home,dome,astroturf,2019111004
142
+ 140,2019_10_NYG_NYJ,2019,REG,10,2019-11-10,Sunday,13:00,NYG,NYJ,27,34,7,MetLife Stadium,Home,outdoors,fieldturf,2019111005
143
+ 141,2019_10_ARI_TB,2019,REG,10,2019-11-10,Sunday,13:00,ARI,TB,27,30,3,Raymond James Stadium,Home,outdoors,grass,2019111006
144
+ 142,2019_10_KC_TEN,2019,REG,10,2019-11-10,Sunday,13:00,KC,TEN,32,35,3,Nissan Stadium,Home,outdoors,grass,2019111007
145
+ 143,2019_10_MIA_IND,2019,REG,10,2019-11-10,Sunday,16:05,MIA,IND,16,12,-4,Lucas Oil Stadium,Home,closed,fieldturf,2019111008
146
+ 144,2019_10_CAR_GB,2019,REG,10,2019-11-10,Sunday,16:25,CAR,GB,16,24,8,Lambeau Field,Home,outdoors,grass,2019111003
147
+ 145,2019_10_LA_PIT,2019,REG,10,2019-11-10,Sunday,16:25,LA,PIT,12,17,5,Heinz Field,Home,outdoors,grass,2019111009
148
+ 146,2019_10_MIN_DAL,2019,REG,10,2019-11-10,Sunday,20:20,MIN,DAL,28,24,-4,AT&T Stadium,Home,closed,fieldturf,2019111010
149
+ 147,2019_10_SEA_SF,2019,REG,10,2019-11-11,Monday,20:15,SEA,SF,27,24,-3,Levi's Stadium,Home,outdoors,grass,2019111100
150
+ 148,2019_11_PIT_CLE,2019,REG,11,2019-11-14,Thursday,20:20,PIT,CLE,7,21,14,FirstEnergy Stadium,Home,outdoors,grass,2019111400
151
+ 149,2019_11_HOU_BAL,2019,REG,11,2019-11-17,Sunday,13:00,HOU,BAL,7,41,34,M&T Bank Stadium,Home,outdoors,grass,2019111700
152
+ 150,2019_11_ATL_CAR,2019,REG,11,2019-11-17,Sunday,13:00,ATL,CAR,29,3,-26,Bank of America Stadium,Home,outdoors,grass,2019111701
153
+ 151,2019_11_DAL_DET,2019,REG,11,2019-11-17,Sunday,13:00,DAL,DET,35,27,-8,Ford Field,Home,dome,fieldturf,2019111702
154
+ 152,2019_11_JAX_IND,2019,REG,11,2019-11-17,Sunday,13:00,JAX,IND,13,33,20,Lucas Oil Stadium,Home,closed,fieldturf,2019111703
155
+ 153,2019_11_BUF_MIA,2019,REG,11,2019-11-17,Sunday,13:00,BUF,MIA,37,20,-17,Hard Rock Stadium,Home,outdoors,grass,2019111704
156
+ 154,2019_11_DEN_MIN,2019,REG,11,2019-11-17,Sunday,13:00,DEN,MIN,23,27,4,U.S. Bank Stadium,Home,dome,sportturf,2019111705
157
+ 155,2019_11_NO_TB,2019,REG,11,2019-11-17,Sunday,13:00,NO,TB,34,17,-17,Raymond James Stadium,Home,outdoors,grass,2019111706
158
+ 156,2019_11_NYJ_WAS,2019,REG,11,2019-11-17,Sunday,13:00,NYJ,WAS,34,17,-17,FedExField,Home,outdoors,grass,2019111707
159
+ 157,2019_11_ARI_SF,2019,REG,11,2019-11-17,Sunday,16:05,ARI,SF,26,36,10,Levi's Stadium,Home,outdoors,grass,2019111708
160
+ 158,2019_11_CIN_OAK,2019,REG,11,2019-11-17,Sunday,16:25,CIN,OAK,10,17,7,Ring Central Coliseum,Home,outdoors,grass,2019111709
161
+ 159,2019_11_NE_PHI,2019,REG,11,2019-11-17,Sunday,16:25,NE,PHI,17,10,-7,Lincoln Financial Field,Home,outdoors,grass,2019111710
162
+ 160,2019_11_CHI_LA,2019,REG,11,2019-11-17,Sunday,20:20,CHI,LA,7,17,10,Los Angeles Memorial Coliseum,Home,outdoors,grass,2019111711
163
+ 161,2019_11_KC_LAC,2019,REG,11,2019-11-18,Monday,20:15,KC,LAC,24,17,-7,Azteca Stadium,Neutral,outdoors,grass,2019111800
164
+ 162,2019_12_IND_HOU,2019,REG,12,2019-11-21,Thursday,20:20,IND,HOU,17,20,3,NRG Stadium,Home,closed,grass,2019112100
165
+ 163,2019_12_TB_ATL,2019,REG,12,2019-11-24,Sunday,13:00,TB,ATL,35,22,-13,Mercedes-Benz Stadium,Home,closed,fieldturf,2019112400
166
+ 164,2019_12_DEN_BUF,2019,REG,12,2019-11-24,Sunday,13:00,DEN,BUF,3,20,17,New Era Field,Home,outdoors,astroturf,2019112401
167
+ 165,2019_12_NYG_CHI,2019,REG,12,2019-11-24,Sunday,13:00,NYG,CHI,14,19,5,Soldier Field,Home,outdoors,grass,2019112402
168
+ 166,2019_12_PIT_CIN,2019,REG,12,2019-11-24,Sunday,13:00,PIT,CIN,16,10,-6,Paul Brown Stadium,Home,outdoors,grass,2019112403
169
+ 167,2019_12_MIA_CLE,2019,REG,12,2019-11-24,Sunday,13:00,MIA,CLE,24,41,17,FirstEnergy Stadium,Home,outdoors,grass,2019112404
170
+ 168,2019_12_CAR_NO,2019,REG,12,2019-11-24,Sunday,13:00,CAR,NO,31,34,3,Mercedes-Benz Superdome,Home,dome,astroturf,2019112405
171
+ 169,2019_12_OAK_NYJ,2019,REG,12,2019-11-24,Sunday,13:00,OAK,NYJ,3,34,31,MetLife Stadium,Home,outdoors,fieldturf,2019112406
172
+ 170,2019_12_SEA_PHI,2019,REG,12,2019-11-24,Sunday,13:00,SEA,PHI,17,9,-8,Lincoln Financial Field,Home,outdoors,grass,2019112411
173
+ 171,2019_12_DET_WAS,2019,REG,12,2019-11-24,Sunday,13:00,DET,WAS,16,19,3,FedExField,Home,outdoors,grass,2019112407
174
+ 172,2019_12_JAX_TEN,2019,REG,12,2019-11-24,Sunday,16:05,JAX,TEN,20,42,22,Nissan Stadium,Home,outdoors,grass,2019112408
175
+ 173,2019_12_DAL_NE,2019,REG,12,2019-11-24,Sunday,16:25,DAL,NE,9,13,4,Gillette Stadium,Home,outdoors,grass,2019112409
176
+ 174,2019_12_GB_SF,2019,REG,12,2019-11-24,Sunday,20:20,GB,SF,8,37,29,Levi's Stadium,Home,outdoors,grass,2019112410
177
+ 175,2019_12_BAL_LA,2019,REG,12,2019-11-25,Monday,20:15,BAL,LA,45,6,-39,Los Angeles Memorial Coliseum,Home,outdoors,grass,2019112500
178
+ 176,2019_13_CHI_DET,2019,REG,13,2019-11-28,Thursday,12:30,CHI,DET,24,20,-4,Ford Field,Home,dome,fieldturf,2019112800
179
+ 177,2019_13_BUF_DAL,2019,REG,13,2019-11-28,Thursday,16:30,BUF,DAL,26,15,-11,AT&T Stadium,Home,closed,fieldturf,2019112801
180
+ 178,2019_13_NO_ATL,2019,REG,13,2019-11-28,Thursday,20:20,NO,ATL,26,18,-8,Mercedes-Benz Stadium,Home,closed,fieldturf,2019112802
181
+ 179,2019_13_SF_BAL,2019,REG,13,2019-12-01,Sunday,13:00,SF,BAL,17,20,3,M&T Bank Stadium,Home,outdoors,grass,2019120100
182
+ 180,2019_13_WAS_CAR,2019,REG,13,2019-12-01,Sunday,13:00,WAS,CAR,29,21,-8,Bank of America Stadium,Home,outdoors,grass,2019120101
183
+ 181,2019_13_NYJ_CIN,2019,REG,13,2019-12-01,Sunday,13:00,NYJ,CIN,6,22,16,Paul Brown Stadium,Home,outdoors,grass,2019120102
184
+ 182,2019_13_TEN_IND,2019,REG,13,2019-12-01,Sunday,13:00,TEN,IND,31,17,-14,Lucas Oil Stadium,Home,closed,fieldturf,2019120103
185
+ 183,2019_13_TB_JAX,2019,REG,13,2019-12-01,Sunday,13:00,TB,JAX,28,11,-17,TIAA Bank Stadium,Home,outdoors,grass,2019120104
186
+ 184,2019_13_PHI_MIA,2019,REG,13,2019-12-01,Sunday,13:00,PHI,MIA,31,37,6,Hard Rock Stadium,Home,outdoors,grass,2019120106
187
+ 185,2019_13_GB_NYG,2019,REG,13,2019-12-01,Sunday,13:00,GB,NYG,31,13,-18,MetLife Stadium,Home,outdoors,fieldturf,2019120107
188
+ 186,2019_13_CLE_PIT,2019,REG,13,2019-12-01,Sunday,13:00,CLE,PIT,13,20,7,Heinz Field,Home,outdoors,grass,2019120110
189
+ 187,2019_13_LA_ARI,2019,REG,13,2019-12-01,Sunday,16:05,LA,ARI,34,7,-27,State Farm Stadium,Home,closed,grass,2019120108
190
+ 188,2019_13_LAC_DEN,2019,REG,13,2019-12-01,Sunday,16:25,LAC,DEN,20,23,3,Empower Field at Mile High,Home,outdoors,grass,2019120109
191
+ 189,2019_13_OAK_KC,2019,REG,13,2019-12-01,Sunday,16:25,OAK,KC,9,40,31,Arrowhead Stadium,Home,outdoors,astroturf,2019120105
192
+ 190,2019_13_NE_HOU,2019,REG,13,2019-12-01,Sunday,20:20,NE,HOU,22,28,6,NRG Stadium,Home,closed,grass,2019120111
193
+ 191,2019_13_MIN_SEA,2019,REG,13,2019-12-02,Monday,20:15,MIN,SEA,30,37,7,CenturyLink Field,Home,outdoors,fieldturf,2019120200
194
+ 192,2019_14_DAL_CHI,2019,REG,14,2019-12-05,Thursday,20:20,DAL,CHI,24,31,7,Soldier Field,Home,outdoors,grass,2019120500
195
+ 193,2019_14_CAR_ATL,2019,REG,14,2019-12-08,Sunday,13:00,CAR,ATL,20,40,20,Mercedes-Benz Stadium,Home,closed,fieldturf,2019120800
196
+ 194,2019_14_BAL_BUF,2019,REG,14,2019-12-08,Sunday,13:00,BAL,BUF,24,17,-7,New Era Field,Home,outdoors,astroturf,2019120801
197
+ 195,2019_14_CIN_CLE,2019,REG,14,2019-12-08,Sunday,13:00,CIN,CLE,19,27,8,FirstEnergy Stadium,Home,outdoors,grass,2019120802
198
+ 196,2019_14_WAS_GB,2019,REG,14,2019-12-08,Sunday,13:00,WAS,GB,15,20,5,Lambeau Field,Home,outdoors,grass,2019120803
199
+ 197,2019_14_DEN_HOU,2019,REG,14,2019-12-08,Sunday,13:00,DEN,HOU,38,24,-14,NRG Stadium,Home,closed,grass,2019120804
200
+ 198,2019_14_DET_MIN,2019,REG,14,2019-12-08,Sunday,13:00,DET,MIN,7,20,13,U.S. Bank Stadium,Home,dome,sportturf,2019120805
201
+ 199,2019_14_SF_NO,2019,REG,14,2019-12-08,Sunday,13:00,SF,NO,48,46,-2,Mercedes-Benz Superdome,Home,dome,astroturf,2019120806
202
+ 200,2019_14_MIA_NYJ,2019,REG,14,2019-12-08,Sunday,13:00,MIA,NYJ,21,22,1,MetLife Stadium,Home,outdoors,fieldturf,2019120807
203
+ 201,2019_14_IND_TB,2019,REG,14,2019-12-08,Sunday,13:00,IND,TB,35,38,3,Raymond James Stadium,Home,outdoors,grass,2019120808
204
+ 202,2019_14_LAC_JAX,2019,REG,14,2019-12-08,Sunday,16:05,LAC,JAX,45,10,-35,TIAA Bank Stadium,Home,outdoors,grass,2019120809
205
+ 203,2019_14_PIT_ARI,2019,REG,14,2019-12-08,Sunday,16:25,PIT,ARI,23,17,-6,State Farm Stadium,Home,closed,grass,2019120810
206
+ 204,2019_14_KC_NE,2019,REG,14,2019-12-08,Sunday,16:25,KC,NE,23,16,-7,Gillette Stadium,Home,outdoors,grass,2019120811
207
+ 205,2019_14_TEN_OAK,2019,REG,14,2019-12-08,Sunday,16:25,TEN,OAK,42,21,-21,Ring Central Coliseum,Home,outdoors,grass,2019120812
208
+ 206,2019_14_SEA_LA,2019,REG,14,2019-12-08,Sunday,20:20,SEA,LA,12,28,16,Los Angeles Memorial Coliseum,Home,outdoors,grass,2019120813
209
+ 207,2019_14_NYG_PHI,2019,REG,14,2019-12-09,Monday,20:15,NYG,PHI,17,23,6,Lincoln Financial Field,Home,outdoors,grass,2019120900
210
+ 208,2019_15_NYJ_BAL,2019,REG,15,2019-12-12,Thursday,20:20,NYJ,BAL,21,42,21,M&T Bank Stadium,Home,outdoors,grass,2019121200
211
+ 209,2019_15_SEA_CAR,2019,REG,15,2019-12-15,Sunday,13:00,SEA,CAR,30,24,-6,Bank of America Stadium,Home,outdoors,grass,2019121500
212
+ 210,2019_15_NE_CIN,2019,REG,15,2019-12-15,Sunday,13:00,NE,CIN,34,13,-21,Paul Brown Stadium,Home,outdoors,grass,2019121501
213
+ 211,2019_15_TB_DET,2019,REG,15,2019-12-15,Sunday,13:00,TB,DET,38,17,-21,Ford Field,Home,dome,fieldturf,2019121502
214
+ 212,2019_15_CHI_GB,2019,REG,15,2019-12-15,Sunday,13:00,CHI,GB,13,21,8,Lambeau Field,Home,outdoors,grass,2019121503
215
+ 213,2019_15_DEN_KC,2019,REG,15,2019-12-15,Sunday,13:00,DEN,KC,3,23,20,Arrowhead Stadium,Home,outdoors,astroturf,2019121504
216
+ 214,2019_15_MIA_NYG,2019,REG,15,2019-12-15,Sunday,13:00,MIA,NYG,20,36,16,MetLife Stadium,Home,outdoors,fieldturf,2019121505
217
+ 215,2019_15_HOU_TEN,2019,REG,15,2019-12-15,Sunday,13:00,HOU,TEN,24,21,-3,Nissan Stadium,Home,outdoors,grass,2019121507
218
+ 216,2019_15_PHI_WAS,2019,REG,15,2019-12-15,Sunday,13:00,PHI,WAS,37,27,-10,FedExField,Home,outdoors,grass,2019121508
219
+ 217,2019_15_CLE_ARI,2019,REG,15,2019-12-15,Sunday,16:05,CLE,ARI,24,38,14,State Farm Stadium,Home,closed,grass,2019121509
220
+ 218,2019_15_MIN_LAC,2019,REG,15,2019-12-15,Sunday,16:05,MIN,LAC,39,10,-29,StubHub Center,Home,outdoors,grass,2019121513
221
+ 219,2019_15_JAX_OAK,2019,REG,15,2019-12-15,Sunday,16:05,JAX,OAK,20,16,-4,Ring Central Coliseum,Home,outdoors,grass,2019121510
222
+ 220,2019_15_LA_DAL,2019,REG,15,2019-12-15,Sunday,16:25,LA,DAL,21,44,23,AT&T Stadium,Home,closed,fieldturf,2019121511
223
+ 221,2019_15_ATL_SF,2019,REG,15,2019-12-15,Sunday,16:25,ATL,SF,29,22,-7,Levi's Stadium,Home,outdoors,grass,2019121512
224
+ 222,2019_15_BUF_PIT,2019,REG,15,2019-12-15,Sunday,20:20,BUF,PIT,17,10,-7,Heinz Field,Home,outdoors,grass,2019121506
225
+ 223,2019_15_IND_NO,2019,REG,15,2019-12-16,Monday,20:15,IND,NO,7,34,27,Mercedes-Benz Superdome,Home,dome,astroturf,2019121600
226
+ 224,2019_16_HOU_TB,2019,REG,16,2019-12-21,Saturday,13:00,HOU,TB,23,20,-3,Raymond James Stadium,Home,outdoors,grass,2019122100
227
+ 225,2019_16_BUF_NE,2019,REG,16,2019-12-21,Saturday,16:30,BUF,NE,17,24,7,Gillette Stadium,Home,outdoors,grass,2019122101
228
+ 226,2019_16_LA_SF,2019,REG,16,2019-12-21,Saturday,20:15,LA,SF,31,34,3,Levi's Stadium,Home,outdoors,grass,2019122102
229
+ 227,2019_16_JAX_ATL,2019,REG,16,2019-12-22,Sunday,13:00,JAX,ATL,12,24,12,Mercedes-Benz Stadium,Home,closed,fieldturf,2019122205
230
+ 228,2019_16_BAL_CLE,2019,REG,16,2019-12-22,Sunday,13:00,BAL,CLE,31,15,-16,FirstEnergy Stadium,Home,outdoors,grass,2019122206
231
+ 229,2019_16_CAR_IND,2019,REG,16,2019-12-22,Sunday,13:00,CAR,IND,6,38,32,Lucas Oil Stadium,Home,closed,fieldturf,2019122207
232
+ 230,2019_16_CIN_MIA,2019,REG,16,2019-12-22,Sunday,13:00,CIN,MIA,35,38,3,Hard Rock Stadium,Home,outdoors,grass,2019122208
233
+ 231,2019_16_PIT_NYJ,2019,REG,16,2019-12-22,Sunday,13:00,PIT,NYJ,10,16,6,MetLife Stadium,Home,outdoors,fieldturf,2019122209
234
+ 232,2019_16_NO_TEN,2019,REG,16,2019-12-22,Sunday,13:00,NO,TEN,38,28,-10,Nissan Stadium,Home,outdoors,grass,2019122210
235
+ 233,2019_16_NYG_WAS,2019,REG,16,2019-12-22,Sunday,13:00,NYG,WAS,41,35,-6,FedExField,Home,outdoors,grass,2019122211
236
+ 234,2019_16_DET_DEN,2019,REG,16,2019-12-22,Sunday,16:05,DET,DEN,17,27,10,Empower Field at Mile High,Home,outdoors,grass,2019122200
237
+ 235,2019_16_OAK_LAC,2019,REG,16,2019-12-22,Sunday,16:05,OAK,LAC,24,17,-7,StubHub Center,Home,outdoors,grass,2019122201
238
+ 236,2019_16_DAL_PHI,2019,REG,16,2019-12-22,Sunday,16:25,DAL,PHI,9,17,8,Lincoln Financial Field,Home,outdoors,grass,2019122212
239
+ 237,2019_16_ARI_SEA,2019,REG,16,2019-12-22,Sunday,16:25,ARI,SEA,27,13,-14,CenturyLink Field,Home,outdoors,fieldturf,2019122213
240
+ 238,2019_16_KC_CHI,2019,REG,16,2019-12-22,Sunday,20:20,KC,CHI,26,3,-23,Soldier Field,Home,outdoors,grass,2019122214
241
+ 239,2019_16_GB_MIN,2019,REG,16,2019-12-23,Monday,20:15,GB,MIN,23,10,-13,U.S. Bank Stadium,Home,dome,sportturf,2019122300
242
+ 240,2019_17_NYJ_BUF,2019,REG,17,2019-12-29,Sunday,13:00,NYJ,BUF,13,6,-7,New Era Field,Home,outdoors,astroturf,2019122901
243
+ 241,2019_17_NO_CAR,2019,REG,17,2019-12-29,Sunday,13:00,NO,CAR,42,10,-32,Bank of America Stadium,Home,outdoors,grass,2019122902
244
+ 242,2019_17_CLE_CIN,2019,REG,17,2019-12-29,Sunday,13:00,CLE,CIN,23,33,10,Paul Brown Stadium,Home,outdoors,grass,2019122903
245
+ 243,2019_17_GB_DET,2019,REG,17,2019-12-29,Sunday,13:00,GB,DET,23,20,-3,Ford Field,Home,dome,fieldturf,2019122905
246
+ 244,2019_17_LAC_KC,2019,REG,17,2019-12-29,Sunday,13:00,LAC,KC,21,31,10,Arrowhead Stadium,Home,outdoors,astroturf,2019122908
247
+ 245,2019_17_CHI_MIN,2019,REG,17,2019-12-29,Sunday,13:00,CHI,MIN,21,19,-2,U.S. Bank Stadium,Home,dome,sportturf,2019122909
248
+ 246,2019_17_MIA_NE,2019,REG,17,2019-12-29,Sunday,13:00,MIA,NE,27,24,-3,Gillette Stadium,Home,outdoors,grass,2019122910
249
+ 247,2019_17_ATL_TB,2019,REG,17,2019-12-29,Sunday,13:00,ATL,TB,28,22,-6,Raymond James Stadium,Home,outdoors,grass,2019122912
250
+ 248,2019_17_PIT_BAL,2019,REG,17,2019-12-29,Sunday,16:25,PIT,BAL,10,28,18,M&T Bank Stadium,Home,outdoors,grass,2019122900
251
+ 249,2019_17_WAS_DAL,2019,REG,17,2019-12-29,Sunday,16:25,WAS,DAL,16,47,31,AT&T Stadium,Home,closed,fieldturf,2019122904
252
+ 250,2019_17_OAK_DEN,2019,REG,17,2019-12-29,Sunday,16:25,OAK,DEN,15,16,1,Empower Field at Mile High,Home,outdoors,grass,2019122913
253
+ 251,2019_17_TEN_HOU,2019,REG,17,2019-12-29,Sunday,16:25,TEN,HOU,35,14,-21,NRG Stadium,Home,closed,grass,2019122906
254
+ 252,2019_17_IND_JAX,2019,REG,17,2019-12-29,Sunday,16:25,IND,JAX,20,38,18,TIAA Bank Stadium,Home,outdoors,grass,2019122907
255
+ 253,2019_17_ARI_LA,2019,REG,17,2019-12-29,Sunday,16:25,ARI,LA,24,31,7,Los Angeles Memorial Coliseum,Home,outdoors,grass,2019122914
256
+ 254,2019_17_PHI_NYG,2019,REG,17,2019-12-29,Sunday,16:25,PHI,NYG,34,17,-17,MetLife Stadium,Home,outdoors,fieldturf,2019122911
257
+ 255,2019_17_SF_SEA,2019,REG,17,2019-12-29,Sunday,20:20,SF,SEA,26,21,-5,CenturyLink Field,Home,outdoors,fieldturf,2019122915
258
+ 256,2019_18_BUF_HOU,2019,WC,18,2020-01-04,Saturday,16:35,BUF,HOU,19,22,3,NRG Stadium,Home,closed,grass,2020010400
259
+ 257,2019_18_TEN_NE,2019,WC,18,2020-01-04,Saturday,20:15,TEN,NE,20,13,-7,Gillette Stadium,Home,outdoors,grass,2020010401
260
+ 258,2019_18_MIN_NO,2019,WC,18,2020-01-05,Sunday,13:05,MIN,NO,26,20,-6,Mercedes-Benz Superdome,Home,dome,astroturf,2020010500
261
+ 259,2019_18_SEA_PHI,2019,WC,18,2020-01-05,Sunday,16:40,SEA,PHI,17,9,-8,Lincoln Financial Field,Home,outdoors,grass,2020010501
262
+ 260,2019_19_MIN_SF,2019,DIV,19,2020-01-11,Saturday,16:35,MIN,SF,10,27,17,Levi's Stadium,Home,outdoors,grass,2020011100
263
+ 261,2019_19_TEN_BAL,2019,DIV,19,2020-01-11,Saturday,20:15,TEN,BAL,28,12,-16,M&T Bank Stadium,Home,outdoors,grass,2020011101
264
+ 262,2019_19_HOU_KC,2019,DIV,19,2020-01-12,Sunday,15:05,HOU,KC,31,51,20,Arrowhead Stadium,Home,outdoors,astroturf,2020011200
265
+ 263,2019_19_SEA_GB,2019,DIV,19,2020-01-12,Sunday,18:40,SEA,GB,23,28,5,Lambeau Field,Home,outdoors,grass,2020011201
266
+ 264,2019_20_TEN_KC,2019,CON,20,2020-01-19,Sunday,15:05,TEN,KC,24,35,11,Arrowhead Stadium,Home,outdoors,astroturf,2020011900
267
+ 265,2019_20_GB_SF,2019,CON,20,2020-01-19,Sunday,18:40,GB,SF,20,37,17,Levi's Stadium,Home,outdoors,grass,2020011901
268
+ 266,2019_21_SF_KC,2019,SB,21,2020-02-02,Sunday,18:30,SF,KC,20,31,11,Hard Rock Stadium,Neutral,outdoors,grass,2020020200
Source/Build/nfl_data_py/data/schedules/2020.csv ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2020_01_HOU_KC,2020,REG,1,2020-09-10,Thursday,20:20,HOU,KC,20,34,14,Arrowhead Stadium,Home,outdoors,astroturf,2020091000
3
+ 1,2020_01_SEA_ATL,2020,REG,1,2020-09-13,Sunday,13:00,SEA,ATL,38,25,-13,Mercedes-Benz Stadium,Home,closed,fieldturf,2020091300
4
+ 2,2020_01_CLE_BAL,2020,REG,1,2020-09-13,Sunday,13:00,CLE,BAL,6,38,32,M&T Bank Stadium,Home,outdoors,grass,2020091301
5
+ 3,2020_01_NYJ_BUF,2020,REG,1,2020-09-13,Sunday,13:00,NYJ,BUF,17,27,10,New Era Field,Home,outdoors,astroturf,2020091302
6
+ 4,2020_01_LV_CAR,2020,REG,1,2020-09-13,Sunday,13:00,LV,CAR,34,30,-4,Bank of America Stadium,Home,outdoors,grass,2020091303
7
+ 5,2020_01_CHI_DET,2020,REG,1,2020-09-13,Sunday,13:00,CHI,DET,27,23,-4,Ford Field,Home,dome,fieldturf,2020091304
8
+ 6,2020_01_IND_JAX,2020,REG,1,2020-09-13,Sunday,13:00,IND,JAX,20,27,7,TIAA Bank Stadium,Home,outdoors,grass,2020091305
9
+ 7,2020_01_GB_MIN,2020,REG,1,2020-09-13,Sunday,13:00,GB,MIN,43,34,-9,U.S. Bank Stadium,Home,dome,sportturf,2020091306
10
+ 8,2020_01_MIA_NE,2020,REG,1,2020-09-13,Sunday,13:00,MIA,NE,11,21,10,Gillette Stadium,Home,outdoors,grass,2020091307
11
+ 9,2020_01_PHI_WAS,2020,REG,1,2020-09-13,Sunday,13:00,PHI,WAS,17,27,10,FedExField,Home,outdoors,grass,2020091308
12
+ 10,2020_01_LAC_CIN,2020,REG,1,2020-09-13,Sunday,16:05,LAC,CIN,16,13,-3,Paul Brown Stadium,Home,outdoors,grass,2020091309
13
+ 11,2020_01_TB_NO,2020,REG,1,2020-09-13,Sunday,16:25,TB,NO,23,34,11,Mercedes-Benz Superdome,Home,dome,astroturf,2020091310
14
+ 12,2020_01_ARI_SF,2020,REG,1,2020-09-13,Sunday,16:25,ARI,SF,24,20,-4,Levi's Stadium,Home,outdoors,grass,2020091311
15
+ 13,2020_01_DAL_LA,2020,REG,1,2020-09-13,Sunday,20:20,DAL,LA,17,20,3,SoFi Stadium,Home,dome,matrixturf,2020091312
16
+ 14,2020_01_PIT_NYG,2020,REG,1,2020-09-14,Monday,19:15,PIT,NYG,26,16,-10,MetLife Stadium,Home,outdoors,fieldturf ,2020091400
17
+ 15,2020_01_TEN_DEN,2020,REG,1,2020-09-14,Monday,22:10,TEN,DEN,16,14,-2,Empower Field at Mile High,Home,outdoors,grass,2020091401
18
+ 16,2020_02_CIN_CLE,2020,REG,2,2020-09-17,Thursday,20:20,CIN,CLE,30,35,5,FirstEnergy Stadium,Home,outdoors,grass,2020091700
19
+ 17,2020_02_NYG_CHI,2020,REG,2,2020-09-20,Sunday,13:00,NYG,CHI,13,17,4,Soldier Field,Home,outdoors,grass,2020092000
20
+ 18,2020_02_ATL_DAL,2020,REG,2,2020-09-20,Sunday,13:00,ATL,DAL,39,40,1,AT&T Stadium,Home,closed,fieldturf,2020092001
21
+ 19,2020_02_DET_GB,2020,REG,2,2020-09-20,Sunday,13:00,DET,GB,21,42,21,Lambeau Field,Home,outdoors,grass,2020092002
22
+ 20,2020_02_MIN_IND,2020,REG,2,2020-09-20,Sunday,13:00,MIN,IND,11,28,17,Lucas Oil Stadium,Home,closed,fieldturf,2020092003
23
+ 21,2020_02_BUF_MIA,2020,REG,2,2020-09-20,Sunday,13:00,BUF,MIA,31,28,-3,Hard Rock Stadium,Home,outdoors,grass,2020092004
24
+ 22,2020_02_SF_NYJ,2020,REG,2,2020-09-20,Sunday,13:00,SF,NYJ,31,13,-18,MetLife Stadium,Home,outdoors,fieldturf ,2020092005
25
+ 23,2020_02_LA_PHI,2020,REG,2,2020-09-20,Sunday,13:00,LA,PHI,37,19,-18,Lincoln Financial Field,Home,outdoors,grass,2020092006
26
+ 24,2020_02_DEN_PIT,2020,REG,2,2020-09-20,Sunday,13:00,DEN,PIT,21,26,5,Heinz Field,Home,outdoors,grass,2020092007
27
+ 25,2020_02_CAR_TB,2020,REG,2,2020-09-20,Sunday,13:00,CAR,TB,17,31,14,Raymond James Stadium,Home,outdoors,grass,2020092008
28
+ 26,2020_02_JAX_TEN,2020,REG,2,2020-09-20,Sunday,13:00,JAX,TEN,30,33,3,Nissan Stadium,Home,outdoors,grass,2020092009
29
+ 27,2020_02_WAS_ARI,2020,REG,2,2020-09-20,Sunday,16:05,WAS,ARI,15,30,15,State Farm Stadium,Home,closed,grass,2020092010
30
+ 28,2020_02_BAL_HOU,2020,REG,2,2020-09-20,Sunday,16:25,BAL,HOU,33,16,-17,NRG Stadium,Home,closed,grass,2020092011
31
+ 29,2020_02_KC_LAC,2020,REG,2,2020-09-20,Sunday,16:25,KC,LAC,23,20,-3,SoFi Stadium,Home,dome,matrixturf,2020092012
32
+ 30,2020_02_NE_SEA,2020,REG,2,2020-09-20,Sunday,20:20,NE,SEA,30,35,5,CenturyLink Field,Home,outdoors,fieldturf,2020092013
33
+ 31,2020_02_NO_LV,2020,REG,2,2020-09-21,Monday,20:15,NO,LV,24,34,10,Allegiant Stadium,Home,dome,grass,2020092100
34
+ 32,2020_03_MIA_JAX,2020,REG,3,2020-09-24,Thursday,20:20,MIA,JAX,31,13,-18,TIAA Bank Stadium,Home,outdoors,grass,2020092400
35
+ 33,2020_03_CHI_ATL,2020,REG,3,2020-09-27,Sunday,13:00,CHI,ATL,30,26,-4,Mercedes-Benz Stadium,Home,closed,fieldturf,2020092700
36
+ 34,2020_03_LA_BUF,2020,REG,3,2020-09-27,Sunday,13:00,LA,BUF,32,35,3,New Era Field,Home,outdoors,astroturf,2020092701
37
+ 35,2020_03_WAS_CLE,2020,REG,3,2020-09-27,Sunday,13:00,WAS,CLE,20,34,14,FirstEnergy Stadium,Home,outdoors,grass,2020092702
38
+ 36,2020_03_TEN_MIN,2020,REG,3,2020-09-27,Sunday,13:00,TEN,MIN,31,30,-1,U.S. Bank Stadium,Home,dome,sportturf,2020092703
39
+ 37,2020_03_LV_NE,2020,REG,3,2020-09-27,Sunday,13:00,LV,NE,20,36,16,Gillette Stadium,Home,outdoors,grass,2020092704
40
+ 38,2020_03_SF_NYG,2020,REG,3,2020-09-27,Sunday,13:00,SF,NYG,36,9,-27,MetLife Stadium,Home,outdoors,fieldturf ,2020092705
41
+ 39,2020_03_CIN_PHI,2020,REG,3,2020-09-27,Sunday,13:00,CIN,PHI,23,23,0,Lincoln Financial Field,Home,outdoors,grass,2020092706
42
+ 40,2020_03_HOU_PIT,2020,REG,3,2020-09-27,Sunday,13:00,HOU,PIT,21,28,7,Heinz Field,Home,outdoors,grass,2020092707
43
+ 41,2020_03_NYJ_IND,2020,REG,3,2020-09-27,Sunday,16:05,NYJ,IND,7,36,29,Lucas Oil Stadium,Home,closed,fieldturf,2020092708
44
+ 42,2020_03_CAR_LAC,2020,REG,3,2020-09-27,Sunday,16:05,CAR,LAC,21,16,-5,SoFi Stadium,Home,dome,matrixturf,2020092709
45
+ 43,2020_03_DET_ARI,2020,REG,3,2020-09-27,Sunday,16:25,DET,ARI,26,23,-3,State Farm Stadium,Home,closed,grass,2020092710
46
+ 44,2020_03_TB_DEN,2020,REG,3,2020-09-27,Sunday,16:25,TB,DEN,28,10,-18,Empower Field at Mile High,Home,outdoors,grass,2020092711
47
+ 45,2020_03_DAL_SEA,2020,REG,3,2020-09-27,Sunday,16:25,DAL,SEA,31,38,7,CenturyLink Field,Home,outdoors,fieldturf,2020092712
48
+ 46,2020_03_GB_NO,2020,REG,3,2020-09-27,Sunday,20:20,GB,NO,37,30,-7,Mercedes-Benz Superdome,Home,dome,astroturf,2020092713
49
+ 47,2020_03_KC_BAL,2020,REG,3,2020-09-28,Monday,20:15,KC,BAL,34,20,-14,M&T Bank Stadium,Home,outdoors,grass,2020092800
50
+ 48,2020_04_DEN_NYJ,2020,REG,4,2020-10-01,Thursday,20:20,DEN,NYJ,37,28,-9,MetLife Stadium,Home,outdoors,fieldturf ,2020100100
51
+ 49,2020_04_ARI_CAR,2020,REG,4,2020-10-04,Sunday,13:00,ARI,CAR,21,31,10,Bank of America Stadium,Home,outdoors,grass,2020100400
52
+ 50,2020_04_JAX_CIN,2020,REG,4,2020-10-04,Sunday,13:00,JAX,CIN,25,33,8,Paul Brown Stadium,Home,outdoors,grass,2020100402
53
+ 51,2020_04_CLE_DAL,2020,REG,4,2020-10-04,Sunday,13:00,CLE,DAL,49,38,-11,AT&T Stadium,Home,closed,fieldturf,2020100403
54
+ 52,2020_04_NO_DET,2020,REG,4,2020-10-04,Sunday,13:00,NO,DET,35,29,-6,Ford Field,Home,dome,fieldturf,2020100404
55
+ 53,2020_04_MIN_HOU,2020,REG,4,2020-10-04,Sunday,13:00,MIN,HOU,31,23,-8,NRG Stadium,Home,closed,grass,2020100405
56
+ 54,2020_04_SEA_MIA,2020,REG,4,2020-10-04,Sunday,13:00,SEA,MIA,31,23,-8,Hard Rock Stadium,Home,outdoors,grass,2020100406
57
+ 55,2020_04_LAC_TB,2020,REG,4,2020-10-04,Sunday,13:00,LAC,TB,31,38,7,Raymond James Stadium,Home,outdoors,grass,2020100407
58
+ 56,2020_04_BAL_WAS,2020,REG,4,2020-10-04,Sunday,13:00,BAL,WAS,31,17,-14,FedExField,Home,outdoors,grass,2020100409
59
+ 57,2020_04_NYG_LA,2020,REG,4,2020-10-04,Sunday,16:05,NYG,LA,9,17,8,SoFi Stadium,Home,dome,matrixturf,2020100410
60
+ 58,2020_04_IND_CHI,2020,REG,4,2020-10-04,Sunday,16:25,IND,CHI,19,11,-8,Soldier Field,Home,outdoors,grass,2020100401
61
+ 59,2020_04_BUF_LV,2020,REG,4,2020-10-04,Sunday,16:25,BUF,LV,30,23,-7,Allegiant Stadium,Home,dome,grass,2020100412
62
+ 60,2020_04_PHI_SF,2020,REG,4,2020-10-04,Sunday,20:20,PHI,SF,25,20,-5,Levi's Stadium,Home,outdoors,grass,2020100413
63
+ 61,2020_04_NE_KC,2020,REG,4,2020-10-05,Monday,19:05,NE,KC,10,26,16,Arrowhead Stadium,Home,outdoors,astroturf,2020100501
64
+ 62,2020_04_ATL_GB,2020,REG,4,2020-10-05,Monday,21:00,ATL,GB,16,30,14,Lambeau Field,Home,outdoors,grass,2020100500
65
+ 63,2020_05_TB_CHI,2020,REG,5,2020-10-08,Thursday,20:20,TB,CHI,19,20,1,Soldier Field,Home,outdoors,grass,2020100800
66
+ 64,2020_05_CAR_ATL,2020,REG,5,2020-10-11,Sunday,13:00,CAR,ATL,23,16,-7,Mercedes-Benz Stadium,Home,closed,fieldturf,2020101100
67
+ 65,2020_05_CIN_BAL,2020,REG,5,2020-10-11,Sunday,13:00,CIN,BAL,3,27,24,M&T Bank Stadium,Home,outdoors,grass,2020101101
68
+ 66,2020_05_JAX_HOU,2020,REG,5,2020-10-11,Sunday,13:00,JAX,HOU,14,30,16,NRG Stadium,Home,closed,grass,2020101102
69
+ 67,2020_05_LV_KC,2020,REG,5,2020-10-11,Sunday,13:00,LV,KC,40,32,-8,Arrowhead Stadium,Home,outdoors,astroturf,2020101103
70
+ 68,2020_05_ARI_NYJ,2020,REG,5,2020-10-11,Sunday,13:00,ARI,NYJ,30,10,-20,MetLife Stadium,Home,outdoors,fieldturf ,2020101105
71
+ 69,2020_05_PHI_PIT,2020,REG,5,2020-10-11,Sunday,13:00,PHI,PIT,29,38,9,Heinz Field,Home,outdoors,grass,2020101106
72
+ 70,2020_05_LA_WAS,2020,REG,5,2020-10-11,Sunday,13:00,LA,WAS,30,10,-20,FedExField,Home,outdoors,grass,2020101108
73
+ 71,2020_05_MIA_SF,2020,REG,5,2020-10-11,Sunday,16:05,MIA,SF,43,17,-26,Levi's Stadium,Home,outdoors,grass,2020101109
74
+ 72,2020_05_IND_CLE,2020,REG,5,2020-10-11,Sunday,16:25,IND,CLE,23,32,9,FirstEnergy Stadium,Home,outdoors,grass,2020101110
75
+ 73,2020_05_NYG_DAL,2020,REG,5,2020-10-11,Sunday,16:25,NYG,DAL,34,37,3,AT&T Stadium,Home,closed,fieldturf,2020101111
76
+ 74,2020_05_MIN_SEA,2020,REG,5,2020-10-11,Sunday,20:20,MIN,SEA,26,27,1,CenturyLink Field,Home,outdoors,fieldturf,2020101112
77
+ 75,2020_05_LAC_NO,2020,REG,5,2020-10-12,Monday,20:15,LAC,NO,27,30,3,Mercedes-Benz Superdome,Home,dome,astroturf,2020101200
78
+ 76,2020_05_BUF_TEN,2020,REG,5,2020-10-13,Tuesday,19:00,BUF,TEN,16,42,26,Nissan Stadium,Home,outdoors,grass,2020101300
79
+ 77,2020_06_CHI_CAR,2020,REG,6,2020-10-18,Sunday,13:00,CHI,CAR,23,16,-7,Bank of America Stadium,Home,outdoors,grass,2020101800
80
+ 78,2020_06_CIN_IND,2020,REG,6,2020-10-18,Sunday,13:00,CIN,IND,27,31,4,Lucas Oil Stadium,Home,closed,fieldturf,2020101801
81
+ 79,2020_06_DET_JAX,2020,REG,6,2020-10-18,Sunday,13:00,DET,JAX,34,16,-18,TIAA Bank Stadium,Home,outdoors,grass,2020101802
82
+ 80,2020_06_ATL_MIN,2020,REG,6,2020-10-18,Sunday,13:00,ATL,MIN,40,23,-17,U.S. Bank Stadium,Home,dome,sportturf,2020101803
83
+ 81,2020_06_DEN_NE,2020,REG,6,2020-10-18,Sunday,13:00,DEN,NE,18,12,-6,Gillette Stadium,Home,outdoors,grass,2020101812
84
+ 82,2020_06_WAS_NYG,2020,REG,6,2020-10-18,Sunday,13:00,WAS,NYG,19,20,1,MetLife Stadium,Home,outdoors,fieldturf ,2020101804
85
+ 83,2020_06_BAL_PHI,2020,REG,6,2020-10-18,Sunday,13:00,BAL,PHI,30,28,-2,Lincoln Financial Field,Home,outdoors,grass,2020101805
86
+ 84,2020_06_CLE_PIT,2020,REG,6,2020-10-18,Sunday,13:00,CLE,PIT,7,38,31,Heinz Field,Home,outdoors,grass,2020101806
87
+ 85,2020_06_HOU_TEN,2020,REG,6,2020-10-18,Sunday,13:00,HOU,TEN,36,42,6,Nissan Stadium,Home,outdoors,grass,2020101807
88
+ 86,2020_06_NYJ_MIA,2020,REG,6,2020-10-18,Sunday,16:05,NYJ,MIA,0,24,24,Hard Rock Stadium,Home,outdoors,grass,2020101813
89
+ 87,2020_06_GB_TB,2020,REG,6,2020-10-18,Sunday,16:25,GB,TB,10,38,28,Raymond James Stadium,Home,outdoors,grass,2020101810
90
+ 88,2020_06_LA_SF,2020,REG,6,2020-10-18,Sunday,20:20,LA,SF,16,24,8,Levi's Stadium,Home,outdoors,grass,2020101811
91
+ 89,2020_06_KC_BUF,2020,REG,6,2020-10-19,Monday,17:00,KC,BUF,26,17,-9,New Era Field,Home,outdoors,astroturf,2020101901
92
+ 90,2020_06_ARI_DAL,2020,REG,6,2020-10-19,Monday,20:15,ARI,DAL,38,10,-28,AT&T Stadium,Home,closed,fieldturf,2020101900
93
+ 91,2020_07_NYG_PHI,2020,REG,7,2020-10-22,Thursday,20:20,NYG,PHI,21,22,1,Lincoln Financial Field,Home,outdoors,grass,2020102200
94
+ 92,2020_07_DET_ATL,2020,REG,7,2020-10-25,Sunday,13:00,DET,ATL,23,22,-1,Mercedes-Benz Stadium,Home,closed,fieldturf,2020102500
95
+ 93,2020_07_CLE_CIN,2020,REG,7,2020-10-25,Sunday,13:00,CLE,CIN,37,34,-3,Paul Brown Stadium,Home,outdoors,grass,2020102502
96
+ 94,2020_07_GB_HOU,2020,REG,7,2020-10-25,Sunday,13:00,GB,HOU,35,20,-15,NRG Stadium,Home,closed,grass,2020102503
97
+ 95,2020_07_CAR_NO,2020,REG,7,2020-10-25,Sunday,13:00,CAR,NO,24,27,3,Mercedes-Benz Superdome,Home,dome,astroturf,2020102505
98
+ 96,2020_07_BUF_NYJ,2020,REG,7,2020-10-25,Sunday,13:00,BUF,NYJ,18,10,-8,MetLife Stadium,Home,outdoors,fieldturf ,2020102506
99
+ 97,2020_07_PIT_TEN,2020,REG,7,2020-10-25,Sunday,13:00,PIT,TEN,27,24,-3,Nissan Stadium,Home,outdoors,grass,2020102512
100
+ 98,2020_07_DAL_WAS,2020,REG,7,2020-10-25,Sunday,13:00,DAL,WAS,3,25,22,FedExField,Home,outdoors,grass,2020102507
101
+ 99,2020_07_TB_LV,2020,REG,7,2020-10-25,Sunday,16:05,TB,LV,45,20,-25,Allegiant Stadium,Home,dome,grass,2020102511
102
+ 100,2020_07_KC_DEN,2020,REG,7,2020-10-25,Sunday,16:25,KC,DEN,43,16,-27,Empower Field at Mile High,Home,outdoors,grass,2020102509
103
+ 101,2020_07_JAX_LAC,2020,REG,7,2020-10-25,Sunday,16:25,JAX,LAC,29,39,10,SoFi Stadium,Home,dome,matrixturf,2020102513
104
+ 102,2020_07_SF_NE,2020,REG,7,2020-10-25,Sunday,16:25,SF,NE,33,6,-27,Gillette Stadium,Home,outdoors,grass,2020102510
105
+ 103,2020_07_SEA_ARI,2020,REG,7,2020-10-25,Sunday,20:20,SEA,ARI,34,37,3,State Farm Stadium,Home,closed,grass,2020102508
106
+ 104,2020_07_CHI_LA,2020,REG,7,2020-10-26,Monday,20:15,CHI,LA,10,24,14,SoFi Stadium,Home,dome,matrixturf,2020102600
107
+ 105,2020_08_ATL_CAR,2020,REG,8,2020-10-29,Thursday,20:20,ATL,CAR,25,17,-8,Bank of America Stadium,Home,outdoors,grass,2020102900
108
+ 106,2020_08_PIT_BAL,2020,REG,8,2020-11-01,Sunday,13:00,PIT,BAL,28,24,-4,M&T Bank Stadium,Home,outdoors,grass,2020110111
109
+ 107,2020_08_NE_BUF,2020,REG,8,2020-11-01,Sunday,13:00,NE,BUF,21,24,3,New Era Field,Home,outdoors,astroturf,2020110100
110
+ 108,2020_08_TEN_CIN,2020,REG,8,2020-11-01,Sunday,13:00,TEN,CIN,20,31,11,Paul Brown Stadium,Home,outdoors,grass,2020110101
111
+ 109,2020_08_LV_CLE,2020,REG,8,2020-11-01,Sunday,13:00,LV,CLE,16,6,-10,FirstEnergy Stadium,Home,outdoors,grass,2020110102
112
+ 110,2020_08_IND_DET,2020,REG,8,2020-11-01,Sunday,13:00,IND,DET,41,21,-20,Ford Field,Home,dome,fieldturf,2020110103
113
+ 111,2020_08_MIN_GB,2020,REG,8,2020-11-01,Sunday,13:00,MIN,GB,28,22,-6,Lambeau Field,Home,outdoors,grass,2020110104
114
+ 112,2020_08_NYJ_KC,2020,REG,8,2020-11-01,Sunday,13:00,NYJ,KC,9,35,26,Arrowhead Stadium,Home,outdoors,astroturf,2020110105
115
+ 113,2020_08_LA_MIA,2020,REG,8,2020-11-01,Sunday,13:00,LA,MIA,17,28,11,Hard Rock Stadium,Home,outdoors,grass,2020110106
116
+ 114,2020_08_LAC_DEN,2020,REG,8,2020-11-01,Sunday,16:05,LAC,DEN,30,31,1,Empower Field at Mile High,Home,outdoors,grass,2020110112
117
+ 115,2020_08_NO_CHI,2020,REG,8,2020-11-01,Sunday,16:25,NO,CHI,26,23,-3,Soldier Field,Home,outdoors,grass,2020110108
118
+ 116,2020_08_SF_SEA,2020,REG,8,2020-11-01,Sunday,16:25,SF,SEA,27,37,10,CenturyLink Field,Home,outdoors,fieldturf,2020110109
119
+ 117,2020_08_DAL_PHI,2020,REG,8,2020-11-01,Sunday,20:20,DAL,PHI,9,23,14,Lincoln Financial Field,Home,outdoors,grass,2020110110
120
+ 118,2020_08_TB_NYG,2020,REG,8,2020-11-02,Monday,20:15,TB,NYG,25,23,-2,MetLife Stadium,Home,outdoors,fieldturf ,2020110200
121
+ 119,2020_09_GB_SF,2020,REG,9,2020-11-05,Thursday,20:20,GB,SF,34,17,-17,Levi's Stadium,Home,outdoors,grass,2020110500
122
+ 120,2020_09_DEN_ATL,2020,REG,9,2020-11-08,Sunday,13:00,DEN,ATL,27,34,7,Mercedes-Benz Stadium,Home,closed,fieldturf,2020110800
123
+ 121,2020_09_SEA_BUF,2020,REG,9,2020-11-08,Sunday,13:00,SEA,BUF,34,44,10,New Era Field,Home,outdoors,astroturf,2020110801
124
+ 122,2020_09_BAL_IND,2020,REG,9,2020-11-08,Sunday,13:00,BAL,IND,24,10,-14,Lucas Oil Stadium,Home,closed,fieldturf,2020110802
125
+ 123,2020_09_HOU_JAX,2020,REG,9,2020-11-08,Sunday,13:00,HOU,JAX,27,25,-2,TIAA Bank Stadium,Home,outdoors,grass,2020110803
126
+ 124,2020_09_CAR_KC,2020,REG,9,2020-11-08,Sunday,13:00,CAR,KC,31,33,2,Arrowhead Stadium,Home,outdoors,astroturf,2020110804
127
+ 125,2020_09_DET_MIN,2020,REG,9,2020-11-08,Sunday,13:00,DET,MIN,20,34,14,U.S. Bank Stadium,Home,dome,sportturf,2020110805
128
+ 126,2020_09_CHI_TEN,2020,REG,9,2020-11-08,Sunday,13:00,CHI,TEN,17,24,7,Nissan Stadium,Home,outdoors,grass,2020110806
129
+ 127,2020_09_NYG_WAS,2020,REG,9,2020-11-08,Sunday,13:00,NYG,WAS,23,20,-3,FedExField,Home,outdoors,grass,2020110807
130
+ 128,2020_09_LV_LAC,2020,REG,9,2020-11-08,Sunday,16:05,LV,LAC,31,26,-5,SoFi Stadium,Home,dome,matrixturf,2020110808
131
+ 129,2020_09_MIA_ARI,2020,REG,9,2020-11-08,Sunday,16:25,MIA,ARI,34,31,-3,State Farm Stadium,Home,closed,grass,2020110809
132
+ 130,2020_09_PIT_DAL,2020,REG,9,2020-11-08,Sunday,16:25,PIT,DAL,24,19,-5,AT&T Stadium,Home,closed,fieldturf,2020110810
133
+ 131,2020_09_NO_TB,2020,REG,9,2020-11-08,Sunday,20:20,NO,TB,38,3,-35,Raymond James Stadium,Home,outdoors,grass,2020110811
134
+ 132,2020_09_NE_NYJ,2020,REG,9,2020-11-09,Monday,20:15,NE,NYJ,30,27,-3,MetLife Stadium,Home,outdoors,fieldturf ,2020110900
135
+ 133,2020_10_IND_TEN,2020,REG,10,2020-11-12,Thursday,20:20,IND,TEN,34,17,-17,Nissan Stadium,Home,outdoors,grass,2020111200
136
+ 134,2020_10_TB_CAR,2020,REG,10,2020-11-15,Sunday,13:00,TB,CAR,46,23,-23,Bank of America Stadium,Home,outdoors,grass,2020111500
137
+ 135,2020_10_HOU_CLE,2020,REG,10,2020-11-15,Sunday,13:00,HOU,CLE,7,10,3,FirstEnergy Stadium,Home,outdoors,grass,2020111501
138
+ 136,2020_10_WAS_DET,2020,REG,10,2020-11-15,Sunday,13:00,WAS,DET,27,30,3,Ford Field,Home,dome,fieldturf,2020111502
139
+ 137,2020_10_JAX_GB,2020,REG,10,2020-11-15,Sunday,13:00,JAX,GB,20,24,4,Lambeau Field,Home,outdoors,grass,2020111503
140
+ 138,2020_10_PHI_NYG,2020,REG,10,2020-11-15,Sunday,13:00,PHI,NYG,17,27,10,MetLife Stadium,Home,outdoors,fieldturf ,2020111504
141
+ 139,2020_10_BUF_ARI,2020,REG,10,2020-11-15,Sunday,16:05,BUF,ARI,30,32,2,State Farm Stadium,Home,closed,grass,2020111506
142
+ 140,2020_10_DEN_LV,2020,REG,10,2020-11-15,Sunday,16:05,DEN,LV,12,37,25,Allegiant Stadium,Home,dome,grass,2020111507
143
+ 141,2020_10_LAC_MIA,2020,REG,10,2020-11-15,Sunday,16:05,LAC,MIA,21,29,8,Hard Rock Stadium,Home,outdoors,grass,2020111512
144
+ 142,2020_10_SEA_LA,2020,REG,10,2020-11-15,Sunday,16:25,SEA,LA,16,23,7,SoFi Stadium,Home,dome,matrixturf,2020111509
145
+ 143,2020_10_SF_NO,2020,REG,10,2020-11-15,Sunday,16:25,SF,NO,13,27,14,Mercedes-Benz Superdome,Home,dome,astroturf,2020111510
146
+ 144,2020_10_CIN_PIT,2020,REG,10,2020-11-15,Sunday,16:25,CIN,PIT,10,36,26,Heinz Field,Home,outdoors,grass,2020111505
147
+ 145,2020_10_BAL_NE,2020,REG,10,2020-11-15,Sunday,20:20,BAL,NE,17,23,6,Gillette Stadium,Home,outdoors,grass,2020111511
148
+ 146,2020_10_MIN_CHI,2020,REG,10,2020-11-16,Monday,20:15,MIN,CHI,19,13,-6,Soldier Field,Home,outdoors,grass,2020111600
149
+ 147,2020_11_ARI_SEA,2020,REG,11,2020-11-19,Thursday,20:20,ARI,SEA,21,28,7,Lumen Field,Home,outdoors,fieldturf,2020111900
150
+ 148,2020_11_TEN_BAL,2020,REG,11,2020-11-22,Sunday,13:00,TEN,BAL,30,24,-6,M&T Bank Stadium,Home,outdoors,grass,2020112200
151
+ 149,2020_11_DET_CAR,2020,REG,11,2020-11-22,Sunday,13:00,DET,CAR,0,20,20,Bank of America Stadium,Home,outdoors,grass,2020112201
152
+ 150,2020_11_PHI_CLE,2020,REG,11,2020-11-22,Sunday,13:00,PHI,CLE,17,22,5,FirstEnergy Stadium,Home,outdoors,grass,2020112202
153
+ 151,2020_11_NE_HOU,2020,REG,11,2020-11-22,Sunday,13:00,NE,HOU,20,27,7,NRG Stadium,Home,closed,grass,2020112203
154
+ 152,2020_11_PIT_JAX,2020,REG,11,2020-11-22,Sunday,13:00,PIT,JAX,27,3,-24,TIAA Bank Stadium,Home,outdoors,grass,2020112205
155
+ 153,2020_11_ATL_NO,2020,REG,11,2020-11-22,Sunday,13:00,ATL,NO,9,24,15,Mercedes-Benz Superdome,Home,dome,astroturf,2020112206
156
+ 154,2020_11_CIN_WAS,2020,REG,11,2020-11-22,Sunday,13:00,CIN,WAS,9,20,11,FedExField,Home,outdoors,grass,2020112207
157
+ 155,2020_11_MIA_DEN,2020,REG,11,2020-11-22,Sunday,16:05,MIA,DEN,13,20,7,Empower Field at Mile High,Home,outdoors,grass,2020112211
158
+ 156,2020_11_NYJ_LAC,2020,REG,11,2020-11-22,Sunday,16:05,NYJ,LAC,28,34,6,SoFi Stadium,Home,dome,matrixturf,2020112212
159
+ 157,2020_11_GB_IND,2020,REG,11,2020-11-22,Sunday,16:25,GB,IND,31,34,3,Lucas Oil Stadium,Home,closed,fieldturf,2020112204
160
+ 158,2020_11_DAL_MIN,2020,REG,11,2020-11-22,Sunday,16:25,DAL,MIN,31,28,-3,U.S. Bank Stadium,Home,dome,sportturf,2020112209
161
+ 159,2020_11_KC_LV,2020,REG,11,2020-11-22,Sunday,20:20,KC,LV,35,31,-4,Allegiant Stadium,Home,dome,grass,2020112210
162
+ 160,2020_11_LA_TB,2020,REG,11,2020-11-23,Monday,20:15,LA,TB,27,24,-3,Raymond James Stadium,Home,outdoors,grass,2020112300
163
+ 161,2020_12_HOU_DET,2020,REG,12,2020-11-26,Thursday,12:30,HOU,DET,41,25,-16,Ford Field,Home,dome,fieldturf,2020112600
164
+ 162,2020_12_WAS_DAL,2020,REG,12,2020-11-26,Thursday,16:30,WAS,DAL,41,16,-25,AT&T Stadium,Home,closed,fieldturf,2020112601
165
+ 163,2020_12_LV_ATL,2020,REG,12,2020-11-29,Sunday,13:00,LV,ATL,6,43,37,Mercedes-Benz Stadium,Home,closed,fieldturf,2020112900
166
+ 164,2020_12_LAC_BUF,2020,REG,12,2020-11-29,Sunday,13:00,LAC,BUF,17,27,10,New Era Field,Home,outdoors,astroturf,2020112901
167
+ 165,2020_12_NYG_CIN,2020,REG,12,2020-11-29,Sunday,13:00,NYG,CIN,19,17,-2,Paul Brown Stadium,Home,outdoors,grass,2020112902
168
+ 166,2020_12_TEN_IND,2020,REG,12,2020-11-29,Sunday,13:00,TEN,IND,45,26,-19,Lucas Oil Stadium,Home,closed,fieldturf,2020112903
169
+ 167,2020_12_CLE_JAX,2020,REG,12,2020-11-29,Sunday,13:00,CLE,JAX,27,25,-2,TIAA Bank Stadium,Home,outdoors,grass,2020112904
170
+ 168,2020_12_CAR_MIN,2020,REG,12,2020-11-29,Sunday,13:00,CAR,MIN,27,28,1,U.S. Bank Stadium,Home,dome,sportturf,2020112905
171
+ 169,2020_12_ARI_NE,2020,REG,12,2020-11-29,Sunday,13:00,ARI,NE,17,20,3,Gillette Stadium,Home,outdoors,grass,2020112906
172
+ 170,2020_12_MIA_NYJ,2020,REG,12,2020-11-29,Sunday,13:00,MIA,NYJ,20,3,-17,MetLife Stadium,Home,outdoors,fieldturf ,2020112907
173
+ 171,2020_12_NO_DEN,2020,REG,12,2020-11-29,Sunday,16:05,NO,DEN,31,3,-28,Empower Field at Mile High,Home,outdoors,grass,2020112908
174
+ 172,2020_12_SF_LA,2020,REG,12,2020-11-29,Sunday,16:05,SF,LA,23,20,-3,SoFi Stadium,Home,dome,matrixturf,2020112909
175
+ 173,2020_12_KC_TB,2020,REG,12,2020-11-29,Sunday,16:25,KC,TB,27,24,-3,Raymond James Stadium,Home,outdoors,grass,2020112910
176
+ 174,2020_12_CHI_GB,2020,REG,12,2020-11-29,Sunday,20:20,CHI,GB,25,41,16,Lambeau Field,Home,outdoors,grass,2020112911
177
+ 175,2020_12_SEA_PHI,2020,REG,12,2020-11-30,Monday,20:15,SEA,PHI,23,17,-6,Lincoln Financial Field,Home,outdoors,grass,2020113000
178
+ 176,2020_12_BAL_PIT,2020,REG,12,2020-12-02,Wednesday,15:40,BAL,PIT,14,19,5,Heinz Field,Home,outdoors,grass,2020120200
179
+ 177,2020_13_NO_ATL,2020,REG,13,2020-12-06,Sunday,13:00,NO,ATL,21,16,-5,Mercedes-Benz Stadium,Home,closed,fieldturf,2020120600
180
+ 178,2020_13_DET_CHI,2020,REG,13,2020-12-06,Sunday,13:00,DET,CHI,34,30,-4,Soldier Field,Home,outdoors,grass,2020120601
181
+ 179,2020_13_IND_HOU,2020,REG,13,2020-12-06,Sunday,13:00,IND,HOU,26,20,-6,NRG Stadium,Home,closed,grass,2020120602
182
+ 180,2020_13_CIN_MIA,2020,REG,13,2020-12-06,Sunday,13:00,CIN,MIA,7,19,12,Hard Rock Stadium,Home,outdoors,grass,2020120603
183
+ 181,2020_13_JAX_MIN,2020,REG,13,2020-12-06,Sunday,13:00,JAX,MIN,24,27,3,U.S. Bank Stadium,Home,dome,sportturf,2020120604
184
+ 182,2020_13_LV_NYJ,2020,REG,13,2020-12-06,Sunday,13:00,LV,NYJ,31,28,-3,MetLife Stadium,Home,outdoors,fieldturf ,2020120605
185
+ 183,2020_13_CLE_TEN,2020,REG,13,2020-12-06,Sunday,13:00,CLE,TEN,41,35,-6,Nissan Stadium,Home,outdoors,grass,2020120607
186
+ 184,2020_13_LA_ARI,2020,REG,13,2020-12-06,Sunday,16:05,LA,ARI,38,28,-10,State Farm Stadium,Home,closed,grass,2020120608
187
+ 185,2020_13_NYG_SEA,2020,REG,13,2020-12-06,Sunday,16:05,NYG,SEA,17,12,-5,Lumen Field,Home,outdoors,fieldturf,2020120609
188
+ 186,2020_13_PHI_GB,2020,REG,13,2020-12-06,Sunday,16:25,PHI,GB,16,30,14,Lambeau Field,Home,outdoors,grass,2020120610
189
+ 187,2020_13_NE_LAC,2020,REG,13,2020-12-06,Sunday,16:25,NE,LAC,45,0,-45,SoFi Stadium,Home,dome,matrixturf,2020120611
190
+ 188,2020_13_DEN_KC,2020,REG,13,2020-12-06,Sunday,20:20,DEN,KC,16,22,6,Arrowhead Stadium,Home,outdoors,astroturf,2020120612
191
+ 189,2020_13_WAS_PIT,2020,REG,13,2020-12-07,Monday,17:00,WAS,PIT,23,17,-6,Heinz Field,Home,outdoors,grass,2020120702
192
+ 190,2020_13_BUF_SF,2020,REG,13,2020-12-07,Monday,20:15,BUF,SF,34,24,-10,State Farm Stadium,Neutral,closed,grass,2020120700
193
+ 191,2020_13_DAL_BAL,2020,REG,13,2020-12-08,Tuesday,20:05,DAL,BAL,17,34,17,M&T Bank Stadium,Home,outdoors,grass,2020120800
194
+ 192,2020_14_NE_LA,2020,REG,14,2020-12-10,Thursday,20:20,NE,LA,3,24,21,SoFi Stadium,Home,dome,matrixturf,2020121000
195
+ 193,2020_14_DEN_CAR,2020,REG,14,2020-12-13,Sunday,13:00,DEN,CAR,32,27,-5,Bank of America Stadium,Home,outdoors,grass,2020121300
196
+ 194,2020_14_HOU_CHI,2020,REG,14,2020-12-13,Sunday,13:00,HOU,CHI,7,36,29,Soldier Field,Home,outdoors,grass,2020121301
197
+ 195,2020_14_DAL_CIN,2020,REG,14,2020-12-13,Sunday,13:00,DAL,CIN,30,7,-23,Paul Brown Stadium,Home,outdoors,grass,2020121302
198
+ 196,2020_14_TEN_JAX,2020,REG,14,2020-12-13,Sunday,13:00,TEN,JAX,31,10,-21,TIAA Bank Stadium,Home,outdoors,grass,2020121304
199
+ 197,2020_14_KC_MIA,2020,REG,14,2020-12-13,Sunday,13:00,KC,MIA,33,27,-6,Hard Rock Stadium,Home,outdoors,grass,2020121305
200
+ 198,2020_14_ARI_NYG,2020,REG,14,2020-12-13,Sunday,13:00,ARI,NYG,26,7,-19,MetLife Stadium,Home,outdoors,fieldturf ,2020121306
201
+ 199,2020_14_MIN_TB,2020,REG,14,2020-12-13,Sunday,13:00,MIN,TB,14,26,12,Raymond James Stadium,Home,outdoors,grass,2020121307
202
+ 200,2020_14_IND_LV,2020,REG,14,2020-12-13,Sunday,16:05,IND,LV,44,27,-17,Allegiant Stadium,Home,dome,grass,2020121308
203
+ 201,2020_14_NYJ_SEA,2020,REG,14,2020-12-13,Sunday,16:05,NYJ,SEA,3,40,37,Lumen Field,Home,outdoors,fieldturf,2020121309
204
+ 202,2020_14_GB_DET,2020,REG,14,2020-12-13,Sunday,16:25,GB,DET,31,24,-7,Ford Field,Home,dome,fieldturf,2020121303
205
+ 203,2020_14_ATL_LAC,2020,REG,14,2020-12-13,Sunday,16:25,ATL,LAC,17,20,3,SoFi Stadium,Home,dome,matrixturf,2020121310
206
+ 204,2020_14_NO_PHI,2020,REG,14,2020-12-13,Sunday,16:25,NO,PHI,21,24,3,Lincoln Financial Field,Home,outdoors,grass,2020121311
207
+ 205,2020_14_WAS_SF,2020,REG,14,2020-12-13,Sunday,16:25,WAS,SF,23,15,-8,State Farm Stadium,Neutral,closed,grass,2020121312
208
+ 206,2020_14_PIT_BUF,2020,REG,14,2020-12-13,Sunday,20:20,PIT,BUF,15,26,11,New Era Field,Home,outdoors,astroturf,2020121313
209
+ 207,2020_14_BAL_CLE,2020,REG,14,2020-12-14,Monday,20:15,BAL,CLE,47,42,-5,FirstEnergy Stadium,Home,outdoors,grass,2020121400
210
+ 208,2020_15_LAC_LV,2020,REG,15,2020-12-17,Thursday,20:20,LAC,LV,30,27,-3,Allegiant Stadium,Home,dome,grass,2020121700
211
+ 209,2020_15_BUF_DEN,2020,REG,15,2020-12-19,Saturday,16:30,BUF,DEN,48,19,-29,Empower Field at Mile High,Home,outdoors,grass,2020121900
212
+ 210,2020_15_CAR_GB,2020,REG,15,2020-12-19,Saturday,20:15,CAR,GB,16,24,8,Lambeau Field,Home,outdoors,grass,2020121901
213
+ 211,2020_15_TB_ATL,2020,REG,15,2020-12-20,Sunday,13:00,TB,ATL,31,27,-4,Mercedes-Benz Stadium,Home,closed,fieldturf,2020122005
214
+ 212,2020_15_JAX_BAL,2020,REG,15,2020-12-20,Sunday,13:00,JAX,BAL,14,40,26,M&T Bank Stadium,Home,outdoors,grass,2020122006
215
+ 213,2020_15_SF_DAL,2020,REG,15,2020-12-20,Sunday,13:00,SF,DAL,33,41,8,AT&T Stadium,Home,closed,fieldturf,2020122013
216
+ 214,2020_15_HOU_IND,2020,REG,15,2020-12-20,Sunday,13:00,HOU,IND,20,27,7,Lucas Oil Stadium,Home,closed,fieldturf,2020122002
217
+ 215,2020_15_NE_MIA,2020,REG,15,2020-12-20,Sunday,13:00,NE,MIA,12,22,10,Hard Rock Stadium,Home,outdoors,grass,2020122007
218
+ 216,2020_15_CHI_MIN,2020,REG,15,2020-12-20,Sunday,13:00,CHI,MIN,33,27,-6,U.S. Bank Stadium,Home,dome,sportturf,2020122008
219
+ 217,2020_15_DET_TEN,2020,REG,15,2020-12-20,Sunday,13:00,DET,TEN,25,46,21,Nissan Stadium,Home,outdoors,grass,2020122004
220
+ 218,2020_15_SEA_WAS,2020,REG,15,2020-12-20,Sunday,13:00,SEA,WAS,20,15,-5,FedExField,Home,outdoors,grass,2020122010
221
+ 219,2020_15_PHI_ARI,2020,REG,15,2020-12-20,Sunday,16:05,PHI,ARI,26,33,7,State Farm Stadium,Home,closed,grass,2020122011
222
+ 220,2020_15_NYJ_LA,2020,REG,15,2020-12-20,Sunday,16:05,NYJ,LA,23,20,-3,SoFi Stadium,Home,dome,matrixturf,2020122003
223
+ 221,2020_15_KC_NO,2020,REG,15,2020-12-20,Sunday,16:25,KC,NO,32,29,-3,Mercedes-Benz Superdome,Home,dome,astroturf,2020122012
224
+ 222,2020_15_CLE_NYG,2020,REG,15,2020-12-20,Sunday,20:20,CLE,NYG,20,6,-14,MetLife Stadium,Home,outdoors,fieldturf ,2020122009
225
+ 223,2020_15_PIT_CIN,2020,REG,15,2020-12-21,Monday,20:15,PIT,CIN,17,27,10,Paul Brown Stadium,Home,outdoors,grass,2020122100
226
+ 224,2020_16_MIN_NO,2020,REG,16,2020-12-25,Friday,16:30,MIN,NO,33,52,19,Mercedes-Benz Superdome,Home,dome,astroturf,2020122500
227
+ 225,2020_16_TB_DET,2020,REG,16,2020-12-26,Saturday,13:00,TB,DET,47,7,-40,Ford Field,Home,dome,fieldturf,2020122600
228
+ 226,2020_16_SF_ARI,2020,REG,16,2020-12-26,Saturday,16:30,SF,ARI,20,12,-8,State Farm Stadium,Home,closed,grass,2020122601
229
+ 227,2020_16_MIA_LV,2020,REG,16,2020-12-26,Saturday,20:15,MIA,LV,26,25,-1,Allegiant Stadium,Home,dome,grass,2020122602
230
+ 228,2020_16_NYG_BAL,2020,REG,16,2020-12-27,Sunday,13:00,NYG,BAL,13,27,14,M&T Bank Stadium,Home,outdoors,grass,2020122705
231
+ 229,2020_16_CIN_HOU,2020,REG,16,2020-12-27,Sunday,13:00,CIN,HOU,37,31,-6,NRG Stadium,Home,closed,grass,2020122706
232
+ 230,2020_16_CHI_JAX,2020,REG,16,2020-12-27,Sunday,13:00,CHI,JAX,41,17,-24,TIAA Bank Stadium,Home,outdoors,grass,2020122707
233
+ 231,2020_16_ATL_KC,2020,REG,16,2020-12-27,Sunday,13:00,ATL,KC,14,17,3,Arrowhead Stadium,Home,outdoors,astroturf,2020122708
234
+ 232,2020_16_CLE_NYJ,2020,REG,16,2020-12-27,Sunday,13:00,CLE,NYJ,16,23,7,MetLife Stadium,Home,outdoors,fieldturf ,2020122704
235
+ 233,2020_16_IND_PIT,2020,REG,16,2020-12-27,Sunday,13:00,IND,PIT,24,28,4,Heinz Field,Home,outdoors,grass,2020122709
236
+ 234,2020_16_DEN_LAC,2020,REG,16,2020-12-27,Sunday,16:05,DEN,LAC,16,19,3,SoFi Stadium,Home,dome,matrixturf,2020122702
237
+ 235,2020_16_CAR_WAS,2020,REG,16,2020-12-27,Sunday,16:05,CAR,WAS,20,13,-7,FedExField,Home,outdoors,grass,2020122710
238
+ 236,2020_16_PHI_DAL,2020,REG,16,2020-12-27,Sunday,16:25,PHI,DAL,17,37,20,AT&T Stadium,Home,closed,fieldturf,2020122712
239
+ 237,2020_16_LA_SEA,2020,REG,16,2020-12-27,Sunday,16:25,LA,SEA,9,20,11,Lumen Field,Home,outdoors,fieldturf,2020122711
240
+ 238,2020_16_TEN_GB,2020,REG,16,2020-12-27,Sunday,20:20,TEN,GB,14,40,26,Lambeau Field,Home,outdoors,grass,2020122713
241
+ 239,2020_16_BUF_NE,2020,REG,16,2020-12-28,Monday,20:15,BUF,NE,38,9,-29,Gillette Stadium,Home,outdoors,grass,2020122800
242
+ 240,2020_17_MIA_BUF,2020,REG,17,2021-01-03,Sunday,13:00,MIA,BUF,26,56,30,New Era Field,Home,outdoors,astroturf,2021010300
243
+ 241,2020_17_BAL_CIN,2020,REG,17,2021-01-03,Sunday,13:00,BAL,CIN,38,3,-35,Paul Brown Stadium,Home,outdoors,grass,2021010303
244
+ 242,2020_17_PIT_CLE,2020,REG,17,2021-01-03,Sunday,13:00,PIT,CLE,22,24,2,FirstEnergy Stadium,Home,outdoors,grass,2021010304
245
+ 243,2020_17_MIN_DET,2020,REG,17,2021-01-03,Sunday,13:00,MIN,DET,37,35,-2,Ford Field,Home,dome,fieldturf,2021010305
246
+ 244,2020_17_NYJ_NE,2020,REG,17,2021-01-03,Sunday,13:00,NYJ,NE,14,28,14,Gillette Stadium,Home,outdoors,grass,2021010307
247
+ 245,2020_17_DAL_NYG,2020,REG,17,2021-01-03,Sunday,13:00,DAL,NYG,19,23,4,MetLife Stadium,Home,outdoors,fieldturf ,2021010308
248
+ 246,2020_17_ATL_TB,2020,REG,17,2021-01-03,Sunday,13:00,ATL,TB,27,44,17,Raymond James Stadium,Home,outdoors,grass,2021010310
249
+ 247,2020_17_NO_CAR,2020,REG,17,2021-01-03,Sunday,16:25,NO,CAR,33,7,-26,Bank of America Stadium,Home,outdoors,grass,2021010301
250
+ 248,2020_17_GB_CHI,2020,REG,17,2021-01-03,Sunday,16:25,GB,CHI,35,16,-19,Soldier Field,Home,outdoors,grass,2021010302
251
+ 249,2020_17_LV_DEN,2020,REG,17,2021-01-03,Sunday,16:25,LV,DEN,32,31,-1,Empower Field at Mile High,Home,outdoors,grass,2021010311
252
+ 250,2020_17_TEN_HOU,2020,REG,17,2021-01-03,Sunday,16:25,TEN,HOU,41,38,-3,NRG Stadium,Home,closed,grass,2021010312
253
+ 251,2020_17_JAX_IND,2020,REG,17,2021-01-03,Sunday,16:25,JAX,IND,14,28,14,Lucas Oil Stadium,Home,closed,fieldturf,2021010313
254
+ 252,2020_17_LAC_KC,2020,REG,17,2021-01-03,Sunday,16:25,LAC,KC,38,21,-17,Arrowhead Stadium,Home,outdoors,astroturf,2021010306
255
+ 253,2020_17_ARI_LA,2020,REG,17,2021-01-03,Sunday,16:25,ARI,LA,7,18,11,SoFi Stadium,Home,dome,matrixturf,2021010314
256
+ 254,2020_17_SEA_SF,2020,REG,17,2021-01-03,Sunday,16:25,SEA,SF,26,23,-3,State Farm Stadium,Neutral,closed,grass,2021010315
257
+ 255,2020_17_WAS_PHI,2020,REG,17,2021-01-03,Sunday,20:20,WAS,PHI,20,14,-6,Lincoln Financial Field,Home,outdoors,grass,2021010309
258
+ 256,2020_18_IND_BUF,2020,WC,18,2021-01-09,Saturday,13:05,IND,BUF,24,27,3,New Era Field,Home,outdoors,astroturf,2021010900
259
+ 257,2020_18_LA_SEA,2020,WC,18,2021-01-09,Saturday,16:40,LA,SEA,30,20,-10,Lumen Field,Home,outdoors,fieldturf,2021010901
260
+ 258,2020_18_TB_WAS,2020,WC,18,2021-01-09,Saturday,20:15,TB,WAS,31,23,-8,FedExField,Home,outdoors,grass,2021010902
261
+ 259,2020_18_BAL_TEN,2020,WC,18,2021-01-10,Sunday,13:05,BAL,TEN,20,13,-7,Nissan Stadium,Home,outdoors,grass,2021011000
262
+ 260,2020_18_CHI_NO,2020,WC,18,2021-01-10,Sunday,16:40,CHI,NO,9,21,12,Mercedes-Benz Superdome,Home,dome,astroturf,2021011001
263
+ 261,2020_18_CLE_PIT,2020,WC,18,2021-01-10,Sunday,20:15,CLE,PIT,48,37,-11,Heinz Field,Home,outdoors,grass,2021011002
264
+ 262,2020_19_LA_GB,2020,DIV,19,2021-01-16,Saturday,16:35,LA,GB,18,32,14,Lambeau Field,Home,outdoors,grass,2021011600
265
+ 263,2020_19_BAL_BUF,2020,DIV,19,2021-01-16,Saturday,20:15,BAL,BUF,3,17,14,New Era Field,Home,outdoors,astroturf,2021011601
266
+ 264,2020_19_CLE_KC,2020,DIV,19,2021-01-17,Sunday,15:05,CLE,KC,17,22,5,Arrowhead Stadium,Home,outdoors,astroturf,2021011700
267
+ 265,2020_19_TB_NO,2020,DIV,19,2021-01-17,Sunday,18:40,TB,NO,30,20,-10,Mercedes-Benz Superdome,Home,dome,astroturf,2021011701
268
+ 266,2020_20_TB_GB,2020,CON,20,2021-01-24,Sunday,15:05,TB,GB,31,26,-5,Lambeau Field,Home,outdoors,grass,2021012400
269
+ 267,2020_20_BUF_KC,2020,CON,20,2021-01-24,Sunday,18:40,BUF,KC,24,38,14,Arrowhead Stadium,Home,outdoors,astroturf,2021012401
270
+ 268,2020_21_KC_TB,2020,SB,21,2021-02-07,Sunday,18:30,KC,TB,9,31,22,Raymond James Stadium,Neutral,outdoors,grass,2021020700
Source/Build/nfl_data_py/data/schedules/2021.csv ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,game_id,season,game_type,week,gameday,weekday,gametime,away_team,home_team,away_score,home_score,home_result,stadium,location,roof,surface,old_game_id
2
+ 0,2021_01_DAL_TB,2021,REG,1,2021-09-09,Thursday,20:20,DAL,TB,,,,Raymond James Stadium,Home,outdoors,grass,2021090900
3
+ 1,2021_01_PHI_ATL,2021,REG,1,2021-09-12,Sunday,13:00,PHI,ATL,,,,Mercedes-Benz Stadium,Home,,fieldturf,2021091200
4
+ 2,2021_01_PIT_BUF,2021,REG,1,2021-09-12,Sunday,13:00,PIT,BUF,,,,New Era Field,Home,outdoors,astroturf,2021091201
5
+ 3,2021_01_NYJ_CAR,2021,REG,1,2021-09-12,Sunday,13:00,NYJ,CAR,,,,Bank of America Stadium,Home,outdoors,grass,2021091202
6
+ 4,2021_01_MIN_CIN,2021,REG,1,2021-09-12,Sunday,13:00,MIN,CIN,,,,Paul Brown Stadium,Home,outdoors,grass,2021091203
7
+ 5,2021_01_SF_DET,2021,REG,1,2021-09-12,Sunday,13:00,SF,DET,,,,Ford Field,Home,dome,fieldturf,2021091204
8
+ 6,2021_01_JAX_HOU,2021,REG,1,2021-09-12,Sunday,13:00,JAX,HOU,,,,NRG Stadium,Home,,grass,2021091205
9
+ 7,2021_01_SEA_IND,2021,REG,1,2021-09-12,Sunday,13:00,SEA,IND,,,,Lucas Oil Stadium,Home,,fieldturf,2021091206
10
+ 8,2021_01_ARI_TEN,2021,REG,1,2021-09-12,Sunday,13:00,ARI,TEN,,,,Nissan Stadium,Home,outdoors,grass,2021091207
11
+ 9,2021_01_LAC_WAS,2021,REG,1,2021-09-12,Sunday,13:00,LAC,WAS,,,,FedExField,Home,outdoors,grass,2021091208
12
+ 10,2021_01_CLE_KC,2021,REG,1,2021-09-12,Sunday,16:25,CLE,KC,,,,GEHA Field at Arrowhead Stadium,Home,outdoors,astroturf,2021091209
13
+ 11,2021_01_MIA_NE,2021,REG,1,2021-09-12,Sunday,16:25,MIA,NE,,,,Gillette Stadium,Home,outdoors,grass,2021091210
14
+ 12,2021_01_GB_NO,2021,REG,1,2021-09-12,Sunday,16:25,GB,NO,,,,Mercedes-Benz Superdome,Home,dome,astroturf,2021091211
15
+ 13,2021_01_DEN_NYG,2021,REG,1,2021-09-12,Sunday,16:25,DEN,NYG,,,,MetLife Stadium,Home,outdoors,fieldturf ,2021091212
16
+ 14,2021_01_CHI_LA,2021,REG,1,2021-09-12,Sunday,20:20,CHI,LA,,,,SoFi Stadium,Home,dome,matrixturf,2021091213
17
+ 15,2021_01_BAL_LV,2021,REG,1,2021-09-13,Monday,20:15,BAL,LV,,,,Allegiant Stadium,Home,dome,grass,2021091300
18
+ 16,2021_02_NYG_WAS,2021,REG,2,2021-09-16,Thursday,20:20,NYG,WAS,,,,FedExField,Home,outdoors,grass,2021091600
19
+ 17,2021_02_NO_CAR,2021,REG,2,2021-09-19,Sunday,13:00,NO,CAR,,,,Bank of America Stadium,Home,outdoors,grass,2021091908
20
+ 18,2021_02_CIN_CHI,2021,REG,2,2021-09-19,Sunday,13:00,CIN,CHI,,,,Soldier Field,Home,outdoors,grass,2021091906
21
+ 19,2021_02_HOU_CLE,2021,REG,2,2021-09-19,Sunday,13:00,HOU,CLE,,,,FirstEnergy Stadium,Home,outdoors,grass,2021091907
22
+ 20,2021_02_LA_IND,2021,REG,2,2021-09-19,Sunday,13:00,LA,IND,,,,Lucas Oil Stadium,Home,,fieldturf,2021091904
23
+ 21,2021_02_DEN_JAX,2021,REG,2,2021-09-19,Sunday,13:00,DEN,JAX,,,,TIAA Bank Stadium,Home,outdoors,grass,2021091901
24
+ 22,2021_02_BUF_MIA,2021,REG,2,2021-09-19,Sunday,13:00,BUF,MIA,,,,Hard Rock Stadium,Home,outdoors,grass,2021091902
25
+ 23,2021_02_NE_NYJ,2021,REG,2,2021-09-19,Sunday,13:00,NE,NYJ,,,,MetLife Stadium,Home,outdoors,fieldturf ,2021091900
26
+ 24,2021_02_SF_PHI,2021,REG,2,2021-09-19,Sunday,13:00,SF,PHI,,,,Lincoln Financial Field,Home,outdoors,grass,2021091903
27
+ 25,2021_02_LV_PIT,2021,REG,2,2021-09-19,Sunday,13:00,LV,PIT,,,,Heinz Field,Home,outdoors,grass,2021091905
28
+ 26,2021_02_MIN_ARI,2021,REG,2,2021-09-19,Sunday,16:05,MIN,ARI,,,,State Farm Stadium,Home,closed,grass,2021091909
29
+ 27,2021_02_ATL_TB,2021,REG,2,2021-09-19,Sunday,16:05,ATL,TB,,,,Raymond James Stadium,Home,outdoors,grass,2021091910
30
+ 28,2021_02_DAL_LAC,2021,REG,2,2021-09-19,Sunday,16:25,DAL,LAC,,,,SoFi Stadium,Home,dome,matrixturf,2021091912
31
+ 29,2021_02_TEN_SEA,2021,REG,2,2021-09-19,Sunday,16:25,TEN,SEA,,,,Lumen Field,Home,outdoors,fieldturf,2021091911
32
+ 30,2021_02_KC_BAL,2021,REG,2,2021-09-19,Sunday,20:20,KC,BAL,,,,M&T Bank Stadium,Home,outdoors,grass,2021091913
33
+ 31,2021_02_DET_GB,2021,REG,2,2021-09-20,Monday,20:15,DET,GB,,,,Lambeau Field,Home,outdoors,grass,2021092000
34
+ 32,2021_03_CAR_HOU,2021,REG,3,2021-09-23,Thursday,20:20,CAR,HOU,,,,NRG Stadium,Home,,grass,2021092300
35
+ 33,2021_03_WAS_BUF,2021,REG,3,2021-09-26,Sunday,13:00,WAS,BUF,,,,New Era Field,Home,outdoors,astroturf,2021092608
36
+ 34,2021_03_CHI_CLE,2021,REG,3,2021-09-26,Sunday,13:00,CHI,CLE,,,,FirstEnergy Stadium,Home,outdoors,grass,2021092604
37
+ 35,2021_03_BAL_DET,2021,REG,3,2021-09-26,Sunday,13:00,BAL,DET,,,,Ford Field,Home,dome,fieldturf,2021092605
38
+ 36,2021_03_ARI_JAX,2021,REG,3,2021-09-26,Sunday,13:00,ARI,JAX,,,,TIAA Bank Stadium,Home,outdoors,grass,2021092607
39
+ 37,2021_03_LAC_KC,2021,REG,3,2021-09-26,Sunday,13:00,LAC,KC,,,,GEHA Field at Arrowhead Stadium,Home,outdoors,astroturf,2021092602
40
+ 38,2021_03_NO_NE,2021,REG,3,2021-09-26,Sunday,13:00,NO,NE,,,,Gillette Stadium,Home,outdoors,grass,2021092606
41
+ 39,2021_03_ATL_NYG,2021,REG,3,2021-09-26,Sunday,13:00,ATL,NYG,,,,MetLife Stadium,Home,outdoors,fieldturf ,2021092601
42
+ 40,2021_03_CIN_PIT,2021,REG,3,2021-09-26,Sunday,13:00,CIN,PIT,,,,Heinz Field,Home,outdoors,grass,2021092603
43
+ 41,2021_03_IND_TEN,2021,REG,3,2021-09-26,Sunday,13:00,IND,TEN,,,,Nissan Stadium,Home,outdoors,grass,2021092600
44
+ 42,2021_03_NYJ_DEN,2021,REG,3,2021-09-26,Sunday,16:05,NYJ,DEN,,,,Empower Field at Mile High,Home,outdoors,grass,2021092609
45
+ 43,2021_03_MIA_LV,2021,REG,3,2021-09-26,Sunday,16:05,MIA,LV,,,,Allegiant Stadium,Home,dome,grass,2021092610
46
+ 44,2021_03_TB_LA,2021,REG,3,2021-09-26,Sunday,16:25,TB,LA,,,,SoFi Stadium,Home,dome,matrixturf,2021092612
47
+ 45,2021_03_SEA_MIN,2021,REG,3,2021-09-26,Sunday,16:25,SEA,MIN,,,,U.S. Bank Stadium,Home,dome,sportturf,2021092611
48
+ 46,2021_03_GB_SF,2021,REG,3,2021-09-26,Sunday,20:20,GB,SF,,,,Levi's Stadium,Home,outdoors,grass,2021092613
49
+ 47,2021_03_PHI_DAL,2021,REG,3,2021-09-27,Monday,20:15,PHI,DAL,,,,AT&T Stadium,Home,closed,fieldturf,2021092700
50
+ 48,2021_04_JAX_CIN,2021,REG,4,2021-09-30,Thursday,20:20,JAX,CIN,,,,Paul Brown Stadium,Home,outdoors,grass,2021093000
51
+ 49,2021_04_WAS_ATL,2021,REG,4,2021-10-03,Sunday,13:00,WAS,ATL,,,,Mercedes-Benz Stadium,Home,,fieldturf,2021100308
52
+ 50,2021_04_HOU_BUF,2021,REG,4,2021-10-03,Sunday,13:00,HOU,BUF,,,,New Era Field,Home,outdoors,astroturf,2021100306
53
+ 51,2021_04_DET_CHI,2021,REG,4,2021-10-03,Sunday,13:00,DET,CHI,,,,Soldier Field,Home,outdoors,grass,2021100305
54
+ 52,2021_04_CAR_DAL,2021,REG,4,2021-10-03,Sunday,13:00,CAR,DAL,,,,AT&T Stadium,Home,closed,fieldturf,2021100302
55
+ 53,2021_04_IND_MIA,2021,REG,4,2021-10-03,Sunday,13:00,IND,MIA,,,,Hard Rock Stadium,Home,outdoors,grass,2021100307
56
+ 54,2021_04_CLE_MIN,2021,REG,4,2021-10-03,Sunday,13:00,CLE,MIN,,,,U.S. Bank Stadium,Home,dome,sportturf,2021100304
57
+ 55,2021_04_NYG_NO,2021,REG,4,2021-10-03,Sunday,13:00,NYG,NO,,,,Mercedes-Benz Superdome,Home,dome,astroturf,2021100303
58
+ 56,2021_04_TEN_NYJ,2021,REG,4,2021-10-03,Sunday,13:00,TEN,NYJ,,,,MetLife Stadium,Home,outdoors,fieldturf ,2021100300
59
+ 57,2021_04_KC_PHI,2021,REG,4,2021-10-03,Sunday,13:00,KC,PHI,,,,Lincoln Financial Field,Home,outdoors,grass,2021100301
60
+ 58,2021_04_ARI_LA,2021,REG,4,2021-10-03,Sunday,16:05,ARI,LA,,,,SoFi Stadium,Home,dome,matrixturf,2021100310
61
+ 59,2021_04_SEA_SF,2021,REG,4,2021-10-03,Sunday,16:05,SEA,SF,,,,Levi's Stadium,Home,outdoors,grass,2021100309
62
+ 60,2021_04_BAL_DEN,2021,REG,4,2021-10-03,Sunday,16:25,BAL,DEN,,,,Empower Field at Mile High,Home,outdoors,grass,2021100312
63
+ 61,2021_04_PIT_GB,2021,REG,4,2021-10-03,Sunday,16:25,PIT,GB,,,,Lambeau Field,Home,outdoors,grass,2021100311
64
+ 62,2021_04_TB_NE,2021,REG,4,2021-10-03,Sunday,20:20,TB,NE,,,,Gillette Stadium,Home,outdoors,grass,2021100313
65
+ 63,2021_04_LV_LAC,2021,REG,4,2021-10-04,Monday,20:15,LV,LAC,,,,SoFi Stadium,Home,dome,matrixturf,2021100400
66
+ 64,2021_05_LA_SEA,2021,REG,5,2021-10-07,Thursday,20:20,LA,SEA,,,,Lumen Field,Home,outdoors,fieldturf,2021100700
67
+ 65,2021_05_NYJ_ATL,2021,REG,5,2021-10-10,Sunday,09:30,NYJ,ATL,,,,Mercedes-Benz Stadium,Neutral,,fieldturf,2021101000
68
+ 66,2021_05_PHI_CAR,2021,REG,5,2021-10-10,Sunday,13:00,PHI,CAR,,,,Bank of America Stadium,Home,outdoors,grass,2021101007
69
+ 67,2021_05_GB_CIN,2021,REG,5,2021-10-10,Sunday,13:00,GB,CIN,,,,Paul Brown Stadium,Home,outdoors,grass,2021101005
70
+ 68,2021_05_NE_HOU,2021,REG,5,2021-10-10,Sunday,13:00,NE,HOU,,,,NRG Stadium,Home,,grass,2021101003
71
+ 69,2021_05_TEN_JAX,2021,REG,5,2021-10-10,Sunday,13:00,TEN,JAX,,,,TIAA Bank Stadium,Home,outdoors,grass,2021101008
72
+ 70,2021_05_DET_MIN,2021,REG,5,2021-10-10,Sunday,13:00,DET,MIN,,,,U.S. Bank Stadium,Home,dome,sportturf,2021101001
73
+ 71,2021_05_DEN_PIT,2021,REG,5,2021-10-10,Sunday,13:00,DEN,PIT,,,,Heinz Field,Home,outdoors,grass,2021101006
74
+ 72,2021_05_MIA_TB,2021,REG,5,2021-10-10,Sunday,13:00,MIA,TB,,,,Raymond James Stadium,Home,outdoors,grass,2021101004
75
+ 73,2021_05_NO_WAS,2021,REG,5,2021-10-10,Sunday,13:00,NO,WAS,,,,FedExField,Home,outdoors,grass,2021101002
76
+ 74,2021_05_CLE_LAC,2021,REG,5,2021-10-10,Sunday,16:05,CLE,LAC,,,,SoFi Stadium,Home,dome,matrixturf,2021101009
77
+ 75,2021_05_CHI_LV,2021,REG,5,2021-10-10,Sunday,16:05,CHI,LV,,,,Allegiant Stadium,Home,dome,grass,2021101010
78
+ 76,2021_05_SF_ARI,2021,REG,5,2021-10-10,Sunday,16:25,SF,ARI,,,,State Farm Stadium,Home,closed,grass,2021101011
79
+ 77,2021_05_NYG_DAL,2021,REG,5,2021-10-10,Sunday,16:25,NYG,DAL,,,,AT&T Stadium,Home,closed,fieldturf,2021101012
80
+ 78,2021_05_BUF_KC,2021,REG,5,2021-10-10,Sunday,20:20,BUF,KC,,,,GEHA Field at Arrowhead Stadium,Home,outdoors,astroturf,2021101013
81
+ 79,2021_05_IND_BAL,2021,REG,5,2021-10-11,Monday,20:15,IND,BAL,,,,M&T Bank Stadium,Home,outdoors,grass,2021101100
82
+ 80,2021_06_TB_PHI,2021,REG,6,2021-10-14,Thursday,20:20,TB,PHI,,,,Lincoln Financial Field,Home,outdoors,grass,2021101400
83
+ 81,2021_06_MIA_JAX,2021,REG,6,2021-10-17,Sunday,09:30,MIA,JAX,,,,TIAA Bank Stadium,Neutral,outdoors,grass,2021101700
84
+ 82,2021_06_LAC_BAL,2021,REG,6,2021-10-17,Sunday,13:00,LAC,BAL,,,,M&T Bank Stadium,Home,outdoors,grass,2021101706
85
+ 83,2021_06_MIN_CAR,2021,REG,6,2021-10-17,Sunday,13:00,MIN,CAR,,,,Bank of America Stadium,Home,outdoors,grass,2021101707
86
+ 84,2021_06_GB_CHI,2021,REG,6,2021-10-17,Sunday,13:00,GB,CHI,,,,Soldier Field,Home,outdoors,grass,2021101705
87
+ 85,2021_06_CIN_DET,2021,REG,6,2021-10-17,Sunday,13:00,CIN,DET,,,,Ford Field,Home,dome,fieldturf,2021101704
88
+ 86,2021_06_HOU_IND,2021,REG,6,2021-10-17,Sunday,13:00,HOU,IND,,,,Lucas Oil Stadium,Home,,fieldturf,2021101703
89
+ 87,2021_06_LA_NYG,2021,REG,6,2021-10-17,Sunday,13:00,LA,NYG,,,,MetLife Stadium,Home,outdoors,fieldturf ,2021101702
90
+ 88,2021_06_KC_WAS,2021,REG,6,2021-10-17,Sunday,13:00,KC,WAS,,,,FedExField,Home,outdoors,grass,2021101701
91
+ 89,2021_06_ARI_CLE,2021,REG,6,2021-10-17,Sunday,16:05,ARI,CLE,,,,FirstEnergy Stadium,Home,outdoors,grass,2021101708
92
+ 90,2021_06_LV_DEN,2021,REG,6,2021-10-17,Sunday,16:25,LV,DEN,,,,Empower Field at Mile High,Home,outdoors,grass,2021101709
93
+ 91,2021_06_DAL_NE,2021,REG,6,2021-10-17,Sunday,16:25,DAL,NE,,,,Gillette Stadium,Home,outdoors,grass,2021101710
94
+ 92,2021_06_SEA_PIT,2021,REG,6,2021-10-17,Sunday,20:20,SEA,PIT,,,,Heinz Field,Home,outdoors,grass,2021101711
95
+ 93,2021_06_BUF_TEN,2021,REG,6,2021-10-18,Monday,20:15,BUF,TEN,,,,Nissan Stadium,Home,outdoors,grass,2021101800
96
+ 94,2021_07_DEN_CLE,2021,REG,7,2021-10-21,Thursday,20:20,DEN,CLE,,,,FirstEnergy Stadium,Home,outdoors,grass,2021102100
97
+ 95,2021_07_CIN_BAL,2021,REG,7,2021-10-24,Sunday,13:00,CIN,BAL,,,,M&T Bank Stadium,Home,outdoors,grass,2021102405
98
+ 96,2021_07_WAS_GB,2021,REG,7,2021-10-24,Sunday,13:00,WAS,GB,,,,Lambeau Field,Home,outdoors,grass,2021102403
99
+ 97,2021_07_ATL_MIA,2021,REG,7,2021-10-24,Sunday,13:00,ATL,MIA,,,,Hard Rock Stadium,Home,outdoors,grass,2021102404
100
+ 98,2021_07_NYJ_NE,2021,REG,7,2021-10-24,Sunday,13:00,NYJ,NE,,,,Gillette Stadium,Home,outdoors,grass,2021102401
101
+ 99,2021_07_CAR_NYG,2021,REG,7,2021-10-24,Sunday,13:00,CAR,NYG,,,,MetLife Stadium,Home,outdoors,fieldturf ,2021102400
102
+ 100,2021_07_KC_TEN,2021,REG,7,2021-10-24,Sunday,13:00,KC,TEN,,,,Nissan Stadium,Home,outdoors,grass,2021102402
103
+ 101,2021_07_DET_LA,2021,REG,7,2021-10-24,Sunday,16:05,DET,LA,,,,SoFi Stadium,Home,dome,matrixturf,2021102406
104
+ 102,2021_07_PHI_LV,2021,REG,7,2021-10-24,Sunday,16:05,PHI,LV,,,,Allegiant Stadium,Home,dome,grass,2021102407
105
+ 103,2021_07_HOU_ARI,2021,REG,7,2021-10-24,Sunday,16:25,HOU,ARI,,,,State Farm Stadium,Home,closed,grass,2021102408
106
+ 104,2021_07_CHI_TB,2021,REG,7,2021-10-24,Sunday,16:25,CHI,TB,,,,Raymond James Stadium,Home,outdoors,grass,2021102409
107
+ 105,2021_07_IND_SF,2021,REG,7,2021-10-24,Sunday,20:20,IND,SF,,,,Levi's Stadium,Home,outdoors,grass,2021102410
108
+ 106,2021_07_NO_SEA,2021,REG,7,2021-10-25,Monday,20:15,NO,SEA,,,,Lumen Field,Home,outdoors,fieldturf,2021102500
109
+ 107,2021_08_GB_ARI,2021,REG,8,2021-10-28,Thursday,20:20,GB,ARI,,,,State Farm Stadium,Home,closed,grass,2021102800
110
+ 108,2021_08_CAR_ATL,2021,REG,8,2021-10-31,Sunday,13:00,CAR,ATL,,,,Mercedes-Benz Stadium,Home,,fieldturf,2021103106
111
+ 109,2021_08_MIA_BUF,2021,REG,8,2021-10-31,Sunday,13:00,MIA,BUF,,,,New Era Field,Home,outdoors,astroturf,2021103107
112
+ 110,2021_08_SF_CHI,2021,REG,8,2021-10-31,Sunday,13:00,SF,CHI,,,,Soldier Field,Home,outdoors,grass,2021103105
113
+ 111,2021_08_PIT_CLE,2021,REG,8,2021-10-31,Sunday,13:00,PIT,CLE,,,,FirstEnergy Stadium,Home,outdoors,grass,2021103103
114
+ 112,2021_08_PHI_DET,2021,REG,8,2021-10-31,Sunday,13:00,PHI,DET,,,,Ford Field,Home,dome,fieldturf,2021103104
115
+ 113,2021_08_LA_HOU,2021,REG,8,2021-10-31,Sunday,13:00,LA,HOU,,,,NRG Stadium,Home,,grass,2021103102
116
+ 114,2021_08_TEN_IND,2021,REG,8,2021-10-31,Sunday,13:00,TEN,IND,,,,Lucas Oil Stadium,Home,,fieldturf,2021103101
117
+ 115,2021_08_CIN_NYJ,2021,REG,8,2021-10-31,Sunday,13:00,CIN,NYJ,,,,MetLife Stadium,Home,outdoors,fieldturf ,2021103100
118
+ 116,2021_08_NE_LAC,2021,REG,8,2021-10-31,Sunday,16:05,NE,LAC,,,,SoFi Stadium,Home,dome,matrixturf,2021103108
119
+ 117,2021_08_JAX_SEA,2021,REG,8,2021-10-31,Sunday,16:05,JAX,SEA,,,,Lumen Field,Home,outdoors,fieldturf,2021103109
120
+ 118,2021_08_WAS_DEN,2021,REG,8,2021-10-31,Sunday,16:25,WAS,DEN,,,,Empower Field at Mile High,Home,outdoors,grass,2021103110
121
+ 119,2021_08_TB_NO,2021,REG,8,2021-10-31,Sunday,16:25,TB,NO,,,,Mercedes-Benz Superdome,Home,dome,astroturf,2021103111
122
+ 120,2021_08_DAL_MIN,2021,REG,8,2021-10-31,Sunday,20:20,DAL,MIN,,,,U.S. Bank Stadium,Home,dome,sportturf,2021103112
123
+ 121,2021_08_NYG_KC,2021,REG,8,2021-11-01,Monday,20:15,NYG,KC,,,,GEHA Field at Arrowhead Stadium,Home,outdoors,astroturf,2021110100
124
+ 122,2021_09_NYJ_IND,2021,REG,9,2021-11-04,Thursday,20:20,NYJ,IND,,,,Lucas Oil Stadium,Home,,fieldturf,2021110400
125
+ 123,2021_09_MIN_BAL,2021,REG,9,2021-11-07,Sunday,13:00,MIN,BAL,,,,M&T Bank Stadium,Home,outdoors,grass,2021110703
126
+ 124,2021_09_NE_CAR,2021,REG,9,2021-11-07,Sunday,13:00,NE,CAR,,,,Bank of America Stadium,Home,outdoors,grass,2021110702
127
+ 125,2021_09_CLE_CIN,2021,REG,9,2021-11-07,Sunday,13:00,CLE,CIN,,,,Paul Brown Stadium,Home,outdoors,grass,2021110704
128
+ 126,2021_09_DEN_DAL,2021,REG,9,2021-11-07,Sunday,13:00,DEN,DAL,,,,AT&T Stadium,Home,closed,fieldturf,2021110701
129
+ 127,2021_09_BUF_JAX,2021,REG,9,2021-11-07,Sunday,13:00,BUF,JAX,,,,TIAA Bank Stadium,Home,outdoors,grass,2021110705
130
+ 128,2021_09_HOU_MIA,2021,REG,9,2021-11-07,Sunday,13:00,HOU,MIA,,,,Hard Rock Stadium,Home,outdoors,grass,2021110706
131
+ 129,2021_09_ATL_NO,2021,REG,9,2021-11-07,Sunday,13:00,ATL,NO,,,,Mercedes-Benz Superdome,Home,dome,astroturf,2021110700
132
+ 130,2021_09_LV_NYG,2021,REG,9,2021-11-07,Sunday,13:00,LV,NYG,,,,MetLife Stadium,Home,outdoors,fieldturf ,2021110707
133
+ 131,2021_09_LAC_PHI,2021,REG,9,2021-11-07,Sunday,16:05,LAC,PHI,,,,Lincoln Financial Field,Home,outdoors,grass,2021110708
134
+ 132,2021_09_GB_KC,2021,REG,9,2021-11-07,Sunday,16:25,GB,KC,,,,GEHA Field at Arrowhead Stadium,Home,outdoors,astroturf,2021110709
135
+ 133,2021_09_ARI_SF,2021,REG,9,2021-11-07,Sunday,16:25,ARI,SF,,,,Levi's Stadium,Home,outdoors,grass,2021110710
136
+ 134,2021_09_TEN_LA,2021,REG,9,2021-11-07,Sunday,20:20,TEN,LA,,,,SoFi Stadium,Home,dome,matrixturf,2021110711
137
+ 135,2021_09_CHI_PIT,2021,REG,9,2021-11-08,Monday,20:15,CHI,PIT,,,,Heinz Field,Home,outdoors,grass,2021110800
138
+ 136,2021_10_BAL_MIA,2021,REG,10,2021-11-11,Thursday,20:20,BAL,MIA,,,,Hard Rock Stadium,Home,outdoors,grass,2021111100
139
+ 137,2021_10_ATL_DAL,2021,REG,10,2021-11-14,Sunday,13:00,ATL,DAL,,,,AT&T Stadium,Home,closed,fieldturf,2021111402
140
+ 138,2021_10_JAX_IND,2021,REG,10,2021-11-14,Sunday,13:00,JAX,IND,,,,Lucas Oil Stadium,Home,,fieldturf,2021111404
141
+ 139,2021_10_CLE_NE,2021,REG,10,2021-11-14,Sunday,13:00,CLE,NE,,,,Gillette Stadium,Home,outdoors,grass,2021111406
142
+ 140,2021_10_BUF_NYJ,2021,REG,10,2021-11-14,Sunday,13:00,BUF,NYJ,,,,MetLife Stadium,Home,outdoors,fieldturf ,2021111400
143
+ 141,2021_10_DET_PIT,2021,REG,10,2021-11-14,Sunday,13:00,DET,PIT,,,,Heinz Field,Home,outdoors,grass,2021111405
144
+ 142,2021_10_NO_TEN,2021,REG,10,2021-11-14,Sunday,13:00,NO,TEN,,,,Nissan Stadium,Home,outdoors,grass,2021111403
145
+ 143,2021_10_TB_WAS,2021,REG,10,2021-11-14,Sunday,13:00,TB,WAS,,,,FedExField,Home,outdoors,grass,2021111401
146
+ 144,2021_10_CAR_ARI,2021,REG,10,2021-11-14,Sunday,16:05,CAR,ARI,,,,State Farm Stadium,Home,closed,grass,2021111408
147
+ 145,2021_10_MIN_LAC,2021,REG,10,2021-11-14,Sunday,16:05,MIN,LAC,,,,SoFi Stadium,Home,dome,matrixturf,2021111407
148
+ 146,2021_10_PHI_DEN,2021,REG,10,2021-11-14,Sunday,16:25,PHI,DEN,,,,Empower Field at Mile High,Home,outdoors,grass,2021111409
149
+ 147,2021_10_SEA_GB,2021,REG,10,2021-11-14,Sunday,16:25,SEA,GB,,,,Lambeau Field,Home,outdoors,grass,2021111410
150
+ 148,2021_10_KC_LV,2021,REG,10,2021-11-14,Sunday,20:20,KC,LV,,,,Allegiant Stadium,Home,dome,grass,2021111411
151
+ 149,2021_10_LA_SF,2021,REG,10,2021-11-15,Monday,20:15,LA,SF,,,,Levi's Stadium,Home,outdoors,grass,2021111500
152
+ 150,2021_11_NE_ATL,2021,REG,11,2021-11-18,Thursday,20:20,NE,ATL,,,,Mercedes-Benz Stadium,Home,,fieldturf,2021111800
153
+ 151,2021_11_IND_BUF,2021,REG,11,2021-11-21,Sunday,13:00,IND,BUF,,,,New Era Field,Home,outdoors,astroturf,2021112103
154
+ 152,2021_11_WAS_CAR,2021,REG,11,2021-11-21,Sunday,13:00,WAS,CAR,,,,Bank of America Stadium,Home,outdoors,grass,2021112102
155
+ 153,2021_11_BAL_CHI,2021,REG,11,2021-11-21,Sunday,13:00,BAL,CHI,,,,Soldier Field,Home,outdoors,grass,2021112108
156
+ 154,2021_11_DET_CLE,2021,REG,11,2021-11-21,Sunday,13:00,DET,CLE,,,,FirstEnergy Stadium,Home,outdoors,grass,2021112104
157
+ 155,2021_11_SF_JAX,2021,REG,11,2021-11-21,Sunday,13:00,SF,JAX,,,,TIAA Bank Stadium,Home,outdoors,grass,2021112105
158
+ 156,2021_11_GB_MIN,2021,REG,11,2021-11-21,Sunday,13:00,GB,MIN,,,,U.S. Bank Stadium,Home,dome,sportturf,2021112107
159
+ 157,2021_11_MIA_NYJ,2021,REG,11,2021-11-21,Sunday,13:00,MIA,NYJ,,,,MetLife Stadium,Home,outdoors,fieldturf ,2021112101
160
+ 158,2021_11_NO_PHI,2021,REG,11,2021-11-21,Sunday,13:00,NO,PHI,,,,Lincoln Financial Field,Home,outdoors,grass,2021112100
161
+ 159,2021_11_HOU_TEN,2021,REG,11,2021-11-21,Sunday,13:00,HOU,TEN,,,,Nissan Stadium,Home,outdoors,grass,2021112106
162
+ 160,2021_11_CIN_LV,2021,REG,11,2021-11-21,Sunday,16:05,CIN,LV,,,,Allegiant Stadium,Home,dome,grass,2021112109
163
+ 161,2021_11_DAL_KC,2021,REG,11,2021-11-21,Sunday,16:25,DAL,KC,,,,GEHA Field at Arrowhead Stadium,Home,outdoors,astroturf,2021112111
164
+ 162,2021_11_ARI_SEA,2021,REG,11,2021-11-21,Sunday,16:25,ARI,SEA,,,,Lumen Field,Home,outdoors,fieldturf,2021112110
165
+ 163,2021_11_PIT_LAC,2021,REG,11,2021-11-21,Sunday,20:20,PIT,LAC,,,,SoFi Stadium,Home,dome,matrixturf,2021112112
166
+ 164,2021_11_NYG_TB,2021,REG,11,2021-11-22,Monday,20:15,NYG,TB,,,,Raymond James Stadium,Home,outdoors,grass,2021112200
167
+ 165,2021_12_CHI_DET,2021,REG,12,2021-11-25,Thursday,12:30,CHI,DET,,,,Ford Field,Home,dome,fieldturf,2021112500
168
+ 166,2021_12_LV_DAL,2021,REG,12,2021-11-25,Thursday,16:30,LV,DAL,,,,AT&T Stadium,Home,closed,fieldturf,2021112501
169
+ 167,2021_12_BUF_NO,2021,REG,12,2021-11-25,Thursday,20:20,BUF,NO,,,,Mercedes-Benz Superdome,Home,dome,astroturf,2021112502
170
+ 168,2021_12_PIT_CIN,2021,REG,12,2021-11-28,Sunday,13:00,PIT,CIN,,,,Paul Brown Stadium,Home,outdoors,grass,2021112805
171
+ 169,2021_12_NYJ_HOU,2021,REG,12,2021-11-28,Sunday,13:00,NYJ,HOU,,,,NRG Stadium,Home,,grass,2021112801
172
+ 170,2021_12_TB_IND,2021,REG,12,2021-11-28,Sunday,13:00,TB,IND,,,,Lucas Oil Stadium,Home,,fieldturf,2021112800
173
+ 171,2021_12_ATL_JAX,2021,REG,12,2021-11-28,Sunday,13:00,ATL,JAX,,,,TIAA Bank Stadium,Home,outdoors,grass,2021112806
174
+ 172,2021_12_CAR_MIA,2021,REG,12,2021-11-28,Sunday,13:00,CAR,MIA,,,,Hard Rock Stadium,Home,outdoors,grass,2021112803
175
+ 173,2021_12_TEN_NE,2021,REG,12,2021-11-28,Sunday,13:00,TEN,NE,,,,Gillette Stadium,Home,outdoors,grass,2021112804
176
+ 174,2021_12_PHI_NYG,2021,REG,12,2021-11-28,Sunday,13:00,PHI,NYG,,,,MetLife Stadium,Home,outdoors,fieldturf ,2021112802
177
+ 175,2021_12_LAC_DEN,2021,REG,12,2021-11-28,Sunday,16:05,LAC,DEN,,,,Empower Field at Mile High,Home,outdoors,grass,2021112807
178
+ 176,2021_12_LA_GB,2021,REG,12,2021-11-28,Sunday,16:25,LA,GB,,,,Lambeau Field,Home,outdoors,grass,2021112808
179
+ 177,2021_12_MIN_SF,2021,REG,12,2021-11-28,Sunday,16:25,MIN,SF,,,,Levi's Stadium,Home,outdoors,grass,2021112809
180
+ 178,2021_12_CLE_BAL,2021,REG,12,2021-11-28,Sunday,20:20,CLE,BAL,,,,M&T Bank Stadium,Home,outdoors,grass,2021112810
181
+ 179,2021_12_SEA_WAS,2021,REG,12,2021-11-29,Monday,20:15,SEA,WAS,,,,FedExField,Home,outdoors,grass,2021112900
182
+ 180,2021_13_DAL_NO,2021,REG,13,2021-12-02,Thursday,20:20,DAL,NO,,,,Mercedes-Benz Superdome,Home,dome,astroturf,2021120200
183
+ 181,2021_13_TB_ATL,2021,REG,13,2021-12-05,Sunday,13:00,TB,ATL,,,,Mercedes-Benz Stadium,Home,,fieldturf,2021120507
184
+ 182,2021_13_ARI_CHI,2021,REG,13,2021-12-05,Sunday,13:00,ARI,CHI,,,,Soldier Field,Home,outdoors,grass,2021120505
185
+ 183,2021_13_LAC_CIN,2021,REG,13,2021-12-05,Sunday,13:00,LAC,CIN,,,,Paul Brown Stadium,Home,outdoors,grass,2021120506
186
+ 184,2021_13_MIN_DET,2021,REG,13,2021-12-05,Sunday,13:00,MIN,DET,,,,Ford Field,Home,dome,fieldturf,2021120502
187
+ 185,2021_13_IND_HOU,2021,REG,13,2021-12-05,Sunday,13:00,IND,HOU,,,,NRG Stadium,Home,,grass,2021120501
188
+ 186,2021_13_DEN_KC,2021,REG,13,2021-12-05,Sunday,13:00,DEN,KC,,,,GEHA Field at Arrowhead Stadium,Home,outdoors,astroturf,2021120504
189
+ 187,2021_13_NYG_MIA,2021,REG,13,2021-12-05,Sunday,13:00,NYG,MIA,,,,Hard Rock Stadium,Home,outdoors,grass,2021120500
190
+ 188,2021_13_PHI_NYJ,2021,REG,13,2021-12-05,Sunday,13:00,PHI,NYJ,,,,MetLife Stadium,Home,outdoors,fieldturf ,2021120503
191
+ 189,2021_13_WAS_LV,2021,REG,13,2021-12-05,Sunday,16:05,WAS,LV,,,,Allegiant Stadium,Home,dome,grass,2021120508
192
+ 190,2021_13_JAX_LA,2021,REG,13,2021-12-05,Sunday,16:25,JAX,LA,,,,SoFi Stadium,Home,dome,matrixturf,2021120509
193
+ 191,2021_13_BAL_PIT,2021,REG,13,2021-12-05,Sunday,16:25,BAL,PIT,,,,Heinz Field,Home,outdoors,grass,2021120510
194
+ 192,2021_13_SF_SEA,2021,REG,13,2021-12-05,Sunday,20:20,SF,SEA,,,,Lumen Field,Home,outdoors,fieldturf,2021120511
195
+ 193,2021_13_NE_BUF,2021,REG,13,2021-12-06,Monday,20:15,NE,BUF,,,,New Era Field,Home,outdoors,astroturf,2021120600
196
+ 194,2021_14_PIT_MIN,2021,REG,14,2021-12-09,Thursday,20:20,PIT,MIN,,,,U.S. Bank Stadium,Home,dome,sportturf,2021120900
197
+ 195,2021_14_ATL_CAR,2021,REG,14,2021-12-12,Sunday,13:00,ATL,CAR,,,,Bank of America Stadium,Home,outdoors,grass,2021121206
198
+ 196,2021_14_SF_CIN,2021,REG,14,2021-12-12,Sunday,13:00,SF,CIN,,,,Paul Brown Stadium,Home,outdoors,grass,2021121201
199
+ 197,2021_14_BAL_CLE,2021,REG,14,2021-12-12,Sunday,13:00,BAL,CLE,,,,FirstEnergy Stadium,Home,outdoors,grass,2021121207
200
+ 198,2021_14_SEA_HOU,2021,REG,14,2021-12-12,Sunday,13:00,SEA,HOU,,,,NRG Stadium,Home,,grass,2021121203
201
+ 199,2021_14_LV_KC,2021,REG,14,2021-12-12,Sunday,13:00,LV,KC,,,,GEHA Field at Arrowhead Stadium,Home,outdoors,astroturf,2021121204
202
+ 200,2021_14_NO_NYJ,2021,REG,14,2021-12-12,Sunday,13:00,NO,NYJ,,,,MetLife Stadium,Home,outdoors,fieldturf ,2021121205
203
+ 201,2021_14_JAX_TEN,2021,REG,14,2021-12-12,Sunday,13:00,JAX,TEN,,,,Nissan Stadium,Home,outdoors,grass,2021121202
204
+ 202,2021_14_DAL_WAS,2021,REG,14,2021-12-12,Sunday,13:00,DAL,WAS,,,,FedExField,Home,outdoors,grass,2021121200
205
+ 203,2021_14_DET_DEN,2021,REG,14,2021-12-12,Sunday,16:05,DET,DEN,,,,Empower Field at Mile High,Home,outdoors,grass,2021121209
206
+ 204,2021_14_NYG_LAC,2021,REG,14,2021-12-12,Sunday,16:05,NYG,LAC,,,,SoFi Stadium,Home,dome,matrixturf,2021121208
207
+ 205,2021_14_BUF_TB,2021,REG,14,2021-12-12,Sunday,16:25,BUF,TB,,,,Raymond James Stadium,Home,outdoors,grass,2021121210
208
+ 206,2021_14_CHI_GB,2021,REG,14,2021-12-12,Sunday,20:20,CHI,GB,,,,Lambeau Field,Home,outdoors,grass,2021121211
209
+ 207,2021_14_LA_ARI,2021,REG,14,2021-12-13,Monday,20:15,LA,ARI,,,,State Farm Stadium,Home,closed,grass,2021121300
210
+ 208,2021_15_KC_LAC,2021,REG,15,2021-12-16,Thursday,20:20,KC,LAC,,,,SoFi Stadium,Home,dome,matrixturf,2021121600
211
+ 209,2021_15_GB_BAL,2021,REG,15,2021-12-19,Sunday,13:00,GB,BAL,,,,M&T Bank Stadium,Home,outdoors,grass,2021121903
212
+ 210,2021_15_CAR_BUF,2021,REG,15,2021-12-19,Sunday,13:00,CAR,BUF,,,,New Era Field,Home,outdoors,astroturf,2020121903
213
+ 211,2021_15_LV_CLE,2021,REG,15,2021-12-19,Sunday,13:00,LV,CLE,,,,FirstEnergy Stadium,Home,outdoors,grass,2020121902
214
+ 212,2021_15_ARI_DET,2021,REG,15,2021-12-19,Sunday,13:00,ARI,DET,,,,Ford Field,Home,dome,fieldturf,2021121904
215
+ 213,2021_15_NE_IND,2021,REG,15,2021-12-19,Sunday,13:00,NE,IND,,,,Lucas Oil Stadium,Home,,fieldturf,2020121904
216
+ 214,2021_15_HOU_JAX,2021,REG,15,2021-12-19,Sunday,13:00,HOU,JAX,,,,TIAA Bank Stadium,Home,outdoors,grass,2021121901
217
+ 215,2021_15_NYJ_MIA,2021,REG,15,2021-12-19,Sunday,13:00,NYJ,MIA,,,,Hard Rock Stadium,Home,outdoors,grass,2020121900
218
+ 216,2021_15_DAL_NYG,2021,REG,15,2021-12-19,Sunday,13:00,DAL,NYG,,,,MetLife Stadium,Home,outdoors,fieldturf ,2021121900
219
+ 217,2021_15_WAS_PHI,2021,REG,15,2021-12-19,Sunday,13:00,WAS,PHI,,,,Lincoln Financial Field,Home,outdoors,grass,2020121901
220
+ 218,2021_15_TEN_PIT,2021,REG,15,2021-12-19,Sunday,13:00,TEN,PIT,,,,Heinz Field,Home,outdoors,grass,2021121902
221
+ 219,2021_15_CIN_DEN,2021,REG,15,2021-12-19,Sunday,16:05,CIN,DEN,,,,Empower Field at Mile High,Home,outdoors,grass,2021121905
222
+ 220,2021_15_ATL_SF,2021,REG,15,2021-12-19,Sunday,16:05,ATL,SF,,,,Levi's Stadium,Home,outdoors,grass,2021121906
223
+ 221,2021_15_SEA_LA,2021,REG,15,2021-12-19,Sunday,16:25,SEA,LA,,,,SoFi Stadium,Home,dome,matrixturf,2021121907
224
+ 222,2021_15_NO_TB,2021,REG,15,2021-12-19,Sunday,20:20,NO,TB,,,,Raymond James Stadium,Home,outdoors,grass,2021121908
225
+ 223,2021_15_MIN_CHI,2021,REG,15,2021-12-20,Monday,20:15,MIN,CHI,,,,Soldier Field,Home,outdoors,grass,2021122000
226
+ 224,2021_16_SF_TEN,2021,REG,16,2021-12-23,Thursday,20:20,SF,TEN,,,,Nissan Stadium,Home,outdoors,grass,2021122300
227
+ 225,2021_16_CLE_GB,2021,REG,16,2021-12-25,Saturday,16:30,CLE,GB,,,,Lambeau Field,Home,outdoors,grass,2021122500
228
+ 226,2021_16_IND_ARI,2021,REG,16,2021-12-25,Saturday,20:15,IND,ARI,,,,State Farm Stadium,Home,closed,grass,2021122501
229
+ 227,2021_16_DET_ATL,2021,REG,16,2021-12-26,Sunday,13:00,DET,ATL,,,,Mercedes-Benz Stadium,Home,,fieldturf,2021122605
230
+ 228,2021_16_TB_CAR,2021,REG,16,2021-12-26,Sunday,13:00,TB,CAR,,,,Bank of America Stadium,Home,outdoors,grass,2021122603
231
+ 229,2021_16_BAL_CIN,2021,REG,16,2021-12-26,Sunday,13:00,BAL,CIN,,,,Paul Brown Stadium,Home,outdoors,grass,2021122607
232
+ 230,2021_16_LAC_HOU,2021,REG,16,2021-12-26,Sunday,13:00,LAC,HOU,,,,NRG Stadium,Home,,grass,2021122606
233
+ 231,2021_16_LA_MIN,2021,REG,16,2021-12-26,Sunday,13:00,LA,MIN,,,,U.S. Bank Stadium,Home,dome,sportturf,2021122601
234
+ 232,2021_16_BUF_NE,2021,REG,16,2021-12-26,Sunday,13:00,BUF,NE,,,,Gillette Stadium,Home,outdoors,grass,2021122602
235
+ 233,2021_16_JAX_NYJ,2021,REG,16,2021-12-26,Sunday,13:00,JAX,NYJ,,,,MetLife Stadium,Home,outdoors,fieldturf ,2021122604
236
+ 234,2021_16_NYG_PHI,2021,REG,16,2021-12-26,Sunday,13:00,NYG,PHI,,,,Lincoln Financial Field,Home,outdoors,grass,2021122600
237
+ 235,2021_16_CHI_SEA,2021,REG,16,2021-12-26,Sunday,16:05,CHI,SEA,,,,Lumen Field,Home,outdoors,fieldturf,2021122608
238
+ 236,2021_16_PIT_KC,2021,REG,16,2021-12-26,Sunday,16:25,PIT,KC,,,,GEHA Field at Arrowhead Stadium,Home,outdoors,astroturf,2021122609
239
+ 237,2021_16_DEN_LV,2021,REG,16,2021-12-26,Sunday,16:25,DEN,LV,,,,Allegiant Stadium,Home,dome,grass,2021122610
240
+ 238,2021_16_WAS_DAL,2021,REG,16,2021-12-26,Sunday,20:20,WAS,DAL,,,,AT&T Stadium,Home,closed,fieldturf,2021122611
241
+ 239,2021_16_MIA_NO,2021,REG,16,2021-12-27,Monday,20:15,MIA,NO,,,,Mercedes-Benz Superdome,Home,dome,astroturf,2021122700
242
+ 240,2021_17_ATL_BUF,2021,REG,17,2022-01-02,Sunday,13:00,ATL,BUF,,,,New Era Field,Home,outdoors,astroturf,2022010208
243
+ 241,2021_17_NYG_CHI,2021,REG,17,2022-01-02,Sunday,13:00,NYG,CHI,,,,Soldier Field,Home,outdoors,grass,2022010207
244
+ 242,2021_17_KC_CIN,2021,REG,17,2022-01-02,Sunday,13:00,KC,CIN,,,,Paul Brown Stadium,Home,outdoors,grass,2022010206
245
+ 243,2021_17_ARI_DAL,2021,REG,17,2022-01-02,Sunday,13:00,ARI,DAL,,,,AT&T Stadium,Home,closed,fieldturf,2022010209
246
+ 244,2021_17_LV_IND,2021,REG,17,2022-01-02,Sunday,13:00,LV,IND,,,,Lucas Oil Stadium,Home,,fieldturf,2022010205
247
+ 245,2021_17_JAX_NE,2021,REG,17,2022-01-02,Sunday,13:00,JAX,NE,,,,Gillette Stadium,Home,outdoors,grass,2022010204
248
+ 246,2021_17_CAR_NO,2021,REG,17,2022-01-02,Sunday,13:00,CAR,NO,,,,Mercedes-Benz Superdome,Home,dome,astroturf,2022010201
249
+ 247,2021_17_TB_NYJ,2021,REG,17,2022-01-02,Sunday,13:00,TB,NYJ,,,,MetLife Stadium,Home,outdoors,fieldturf ,2022010202
250
+ 248,2021_17_MIA_TEN,2021,REG,17,2022-01-02,Sunday,13:00,MIA,TEN,,,,Nissan Stadium,Home,outdoors,grass,2022010203
251
+ 249,2021_17_PHI_WAS,2021,REG,17,2022-01-02,Sunday,13:00,PHI,WAS,,,,FedExField,Home,outdoors,grass,2022010200
252
+ 250,2021_17_DEN_LAC,2021,REG,17,2022-01-02,Sunday,16:05,DEN,LAC,,,,SoFi Stadium,Home,dome,matrixturf,2022010211
253
+ 251,2021_17_HOU_SF,2021,REG,17,2022-01-02,Sunday,16:05,HOU,SF,,,,Levi's Stadium,Home,outdoors,grass,2022010210
254
+ 252,2021_17_LA_BAL,2021,REG,17,2022-01-02,Sunday,16:25,LA,BAL,,,,M&T Bank Stadium,Home,outdoors,grass,2022010212
255
+ 253,2021_17_DET_SEA,2021,REG,17,2022-01-02,Sunday,16:25,DET,SEA,,,,Lumen Field,Home,outdoors,fieldturf,2022010213
256
+ 254,2021_17_MIN_GB,2021,REG,17,2022-01-02,Sunday,20:20,MIN,GB,,,,Lambeau Field,Home,outdoors,grass,2022010214
257
+ 255,2021_17_CLE_PIT,2021,REG,17,2022-01-03,Monday,20:15,CLE,PIT,,,,Heinz Field,Home,outdoors,grass,2022010300
258
+ 256,2021_18_NO_ATL,2021,REG,18,2022-01-09,Sunday,13:00,NO,ATL,,,,Mercedes-Benz Stadium,Home,,fieldturf,2022010907
259
+ 257,2021_18_PIT_BAL,2021,REG,18,2022-01-09,Sunday,13:00,PIT,BAL,,,,M&T Bank Stadium,Home,outdoors,grass,2022010909
260
+ 258,2021_18_NYJ_BUF,2021,REG,18,2022-01-09,Sunday,13:00,NYJ,BUF,,,,New Era Field,Home,outdoors,astroturf,2022010910
261
+ 259,2021_18_CIN_CLE,2021,REG,18,2022-01-09,Sunday,13:00,CIN,CLE,,,,FirstEnergy Stadium,Home,outdoors,grass,2022010911
262
+ 260,2021_18_GB_DET,2021,REG,18,2022-01-09,Sunday,13:00,GB,DET,,,,Ford Field,Home,dome,fieldturf,2022010901
263
+ 261,2021_18_TEN_HOU,2021,REG,18,2022-01-09,Sunday,13:00,TEN,HOU,,,,NRG Stadium,Home,,grass,2022010908
264
+ 262,2021_18_IND_JAX,2021,REG,18,2022-01-09,Sunday,13:00,IND,JAX,,,,TIAA Bank Stadium,Home,outdoors,grass,2022010902
265
+ 263,2021_18_NE_MIA,2021,REG,18,2022-01-09,Sunday,13:00,NE,MIA,,,,Hard Rock Stadium,Home,outdoors,grass,2022010906
266
+ 264,2021_18_CHI_MIN,2021,REG,18,2022-01-09,Sunday,13:00,CHI,MIN,,,,U.S. Bank Stadium,Home,dome,sportturf,2022010904
267
+ 265,2021_18_WAS_NYG,2021,REG,18,2022-01-09,Sunday,13:00,WAS,NYG,,,,MetLife Stadium,Home,outdoors,fieldturf ,2022010903
268
+ 266,2021_18_DAL_PHI,2021,REG,18,2022-01-09,Sunday,13:00,DAL,PHI,,,,Lincoln Financial Field,Home,outdoors,grass,2022010900
269
+ 267,2021_18_CAR_TB,2021,REG,18,2022-01-09,Sunday,13:00,CAR,TB,,,,Raymond James Stadium,Home,outdoors,grass,2022010905
270
+ 268,2021_18_SEA_ARI,2021,REG,18,2022-01-09,Sunday,16:25,SEA,ARI,,,,State Farm Stadium,Home,closed,grass,2022010915
271
+ 269,2021_18_KC_DEN,2021,REG,18,2022-01-09,Sunday,16:25,KC,DEN,,,,Empower Field at Mile High,Home,outdoors,grass,2022010914
272
+ 270,2021_18_SF_LA,2021,REG,18,2022-01-09,Sunday,16:25,SF,LA,,,,SoFi Stadium,Home,dome,matrixturf,2022010913
273
+ 271,2021_18_LAC_LV,2021,REG,18,2022-01-09,Sunday,16:25,LAC,LV,,,,Allegiant Stadium,Home,dome,grass,2022010912
Source/Build/nfl_data_py/nfl_data_py/__init__.py ADDED
@@ -0,0 +1,965 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name = 'nfl_data_py'
2
+
3
+ import pandas
4
+ import numpy
5
+ import datetime
6
+ import appdirs
7
+ import os
8
+
9
+ # module level doc string
10
+ __doc__ = """
11
+ nfl_data_py - a Python package for working with NFL data
12
+ =========================================================
13
+
14
+ **nfl_data_py** is a Python package that streamlines the importing
15
+ of a variety of different American football datasets. It also includes
16
+ tables to assist with the merging of datasets from various sources.
17
+
18
+ Functions
19
+ ---------
20
+ import_pbp_data() - import play-by-play data
21
+ import_weekly_data() - import weekly player stats
22
+ import_seasonal_data() - import seasonal player stats
23
+ import_snap_counts() - import weekly snap count stats
24
+ import_ngs_data() - import NGS advanced analytics
25
+ import_qbr() - import QBR for NFL or college
26
+ import_pfr() - import advanced passing stats from PFR
27
+ import_officials() - import details on game officials
28
+ import_schedules() - import weekly teams schedules
29
+ import_rosters() - import team rosters
30
+ import_players() - import descriptive data for all players
31
+ import_depth_charts() - import team depth charts
32
+ import_injuries() - import team injury reports
33
+ import_ids() - import mapping of player ids for more major sites
34
+ import_contracts() - import contract data
35
+ import_win_totals() - import win total lines for teams
36
+ import_sc_lines() - import weekly betting lines for teams
37
+ import_draft_picks() - import draft pick history
38
+ import_draft_values() - import draft value models by pick
39
+ import_combine_data() - import combine stats
40
+ see_pbp_cols() - return list of play-by-play columns
41
+ see_weekly_cols() - return list of weekly stat columns
42
+ import_team_desc() - import descriptive data for team viz
43
+ cache_pbp() - save pbp files locally to allow for faster loading
44
+ clean_nfl_data() - clean df by aligning common name diffs
45
+ """
46
+
47
+
48
+ def import_pbp_data(years, columns=None, include_participation=True, downcast=True, cache=False, alt_path=None):
49
+ """Imports play-by-play data
50
+
51
+ Args:
52
+ years (List[int]): years to get PBP data for
53
+ columns (List[str]): only return these columns
54
+ include_participation (bool): whether to include participation stats or not
55
+ downcast (bool): convert float64 to float32, default True
56
+ cache (bool): whether to use local cache as source of pbp data
57
+ alt_path (str): path for cache if not nfl_data_py default
58
+ Returns:
59
+ DataFrame
60
+ """
61
+
62
+ # check variable types
63
+ if not isinstance(years, (list, range)):
64
+ raise ValueError('Input must be list or range.')
65
+
66
+ if min(years) < 1999:
67
+ raise ValueError('Data not available before 1999.')
68
+
69
+ if columns is None:
70
+ columns = []
71
+ columns = [x for x in columns if x not in ['season']]
72
+
73
+ if all([include_participation, len(columns) != 0]):
74
+ columns = columns + [x for x in ['play_id','old_game_id'] if x not in columns]
75
+
76
+ # potential sources for pbp data
77
+ url1 = r'https://github.com/nflverse/nflverse-data/releases/download/pbp/play_by_play_'
78
+ url2 = r'.parquet'
79
+ appname = 'nfl_data_py'
80
+ appauthor = 'cooper_dff'
81
+
82
+ plays = pandas.DataFrame()
83
+ pbp_data = []
84
+
85
+ if cache is True:
86
+
87
+ if alt_path is None:
88
+ dpath = os.path.join(appdirs.user_cache_dir(appname, appauthor), 'pbp')
89
+ else:
90
+ dpath = alt_path
91
+
92
+ # read in pbp data
93
+ for year in years:
94
+ if cache is True:
95
+ seasonStr = f'season={year}'
96
+ if not os.path.isdir(os.path.join(dpath, seasonStr)):
97
+ raise ValueError(f'{year} cache file does not exist.')
98
+ for fname in filter(lambda x: seasonStr in x, os.listdir(dpath)):
99
+ folder = os.path.join(dpath, fname)
100
+ for file in os.listdir(folder):
101
+ if file.endswith(".parquet"):
102
+ fpath = os.path.join(folder, file)
103
+
104
+ # define path based on cache and alt_path variables
105
+ path = fpath
106
+ else:
107
+ path = url1 + str(year) + url2
108
+
109
+ # load data
110
+ try:
111
+ if len(columns) != 0:
112
+ data = pandas.read_parquet(path, columns=columns, engine='auto')
113
+ else:
114
+ data = pandas.read_parquet(path, engine='auto')
115
+
116
+ raw = pandas.DataFrame(data)
117
+ raw['season'] = year
118
+
119
+ if all([include_participation, year >= 2016, not cache]):
120
+ path = r'https://github.com/nflverse/nflverse-data/releases/download/pbp_participation/pbp_participation_{}.parquet'.format(year)
121
+ partic = pandas.read_parquet(path)
122
+ raw = raw.merge(partic, how='left', on=['play_id','old_game_id'])
123
+
124
+ pbp_data.append(raw)
125
+ print(str(year) + ' done.')
126
+
127
+ except:
128
+ print('Data not available for ' + str(year))
129
+
130
+ if len(pbp_data) > 0:
131
+ plays = pandas.concat(pbp_data).reset_index(drop=True)
132
+
133
+ # converts float64 to float32, saves ~30% memory
134
+ if downcast:
135
+ print('Downcasting floats.')
136
+ cols = plays.select_dtypes(include=[numpy.float64]).columns
137
+ plays[cols] = plays[cols].astype(numpy.float32)
138
+
139
+ return plays
140
+
141
+
142
+ def cache_pbp(years, downcast=True, alt_path=None):
143
+ """Cache pbp data in local location to allow for faster loading
144
+
145
+ Args:
146
+ years (List[int]): years to cache PBP data for
147
+ downcast (bool): convert float64 to float32, default True
148
+ alt_path (str): path for cache if not nfl_data_py default
149
+ Returns:
150
+ DataFrame
151
+ """
152
+
153
+ if not isinstance(years, (list, range)):
154
+ raise ValueError('Input must be list or range.')
155
+
156
+ if min(years) < 1999:
157
+ raise ValueError('Data not available before 1999.')
158
+
159
+ if alt_path is None:
160
+ alt_path = ''
161
+
162
+ plays = pandas.DataFrame()
163
+
164
+ url1 = r'https://github.com/nflverse/nflverse-data/releases/download/pbp/play_by_play_'
165
+ url2 = r'.parquet'
166
+ appname = 'nfl_data_py'
167
+ appauthor = 'cooper_dff'
168
+
169
+ # define path for caching
170
+ if len(alt_path) > 0:
171
+ path = alt_path
172
+ else:
173
+ path = os.path.join(appdirs.user_cache_dir(appname, appauthor), 'pbp')
174
+
175
+ # check if drectory exists already
176
+ if not os.path.isdir(path):
177
+ os.makedirs(path)
178
+
179
+ # delete seasons to be replaced
180
+ for folder in [os.path.join(path, x) for x in os.listdir(path) for y in years if ('season='+str(y)) in x]:
181
+ for file in os.listdir(folder):
182
+ if file.endswith(".parquet"):
183
+ os.remove(os.path.join(folder, file))
184
+
185
+ # read in pbp data
186
+ for year in years:
187
+
188
+ try:
189
+
190
+ data = pandas.read_parquet(url1 + str(year) + url2, engine='auto')
191
+
192
+ raw = pandas.DataFrame(data)
193
+ raw['season'] = year
194
+
195
+ if year >= 2016:
196
+ path2 = r'https://github.com/nflverse/nflverse-data/releases/download/pbp_participation/pbp_participation_{}.parquet'.format(year)
197
+ part = pandas.read_parquet(path2)
198
+ raw = raw.merge(part, how='left', on=['play_id','old_game_id'])
199
+
200
+ if downcast:
201
+ cols = raw.select_dtypes(include=[numpy.float64]).columns
202
+ raw[cols] = raw[cols].astype(numpy.float32)
203
+
204
+ # write parquet to path, partitioned by season
205
+ raw.to_parquet(path, partition_cols='season')
206
+
207
+ print(str(year) + ' done.')
208
+
209
+ except:
210
+ next
211
+
212
+
213
+ def import_weekly_data(years, columns=None, downcast=True):
214
+ """Imports weekly player data
215
+
216
+ Args:
217
+ years (List[int]): years to get weekly data for
218
+ columns (List[str]): only return these columns
219
+ downcast (bool): convert float64 to float32, default True
220
+ Returns:
221
+ DataFrame
222
+ """
223
+
224
+ # check variable types
225
+ if not isinstance(years, (list, range)):
226
+ raise ValueError('Input must be list or range.')
227
+
228
+ if min(years) < 1999:
229
+ raise ValueError('Data not available before 1999.')
230
+
231
+ if columns is None:
232
+ columns = []
233
+
234
+ # read weekly data
235
+ url = r'https://github.com/nflverse/nflverse-data/releases/download/player_stats/player_stats_{0}.parquet'
236
+ data = pandas.concat([pandas.read_parquet(url.format(x), engine='auto') for x in years])
237
+
238
+ if len(columns) > 0:
239
+ data = data[columns]
240
+
241
+ # converts float64 to float32, saves ~30% memory
242
+ if downcast:
243
+ print('Downcasting floats.')
244
+ cols = data.select_dtypes(include=[numpy.float64]).columns
245
+ data[cols] = data[cols].astype(numpy.float32)
246
+
247
+ return data
248
+
249
+
250
+ def import_seasonal_data(years, s_type='REG'):
251
+ """Imports seasonal player data
252
+
253
+ Args:
254
+ years (List[int]): years to get seasonal data for
255
+ s_type (str): season type to include in average ('ALL','REG','POST')
256
+ Returns:
257
+ DataFrame
258
+ """
259
+
260
+ # check variable types
261
+ if not isinstance(years, (list, range)):
262
+ raise ValueError('years input must be list or range.')
263
+
264
+ if min(years) < 1999:
265
+ raise ValueError('Data not available before 1999.')
266
+
267
+ if s_type not in ('REG','ALL','POST'):
268
+ raise ValueError('Only REG, ALL, POST allowed for s_type.')
269
+
270
+ # import weekly data
271
+ url = r'https://github.com/nflverse/nflverse-data/releases/download/player_stats/player_stats_{0}.parquet'
272
+ data = pandas.concat([pandas.read_parquet(url.format(x), engine='auto') for x in years])
273
+
274
+ # filter to appropriate season_type
275
+ if s_type != 'ALL':
276
+ data = data[(data['season_type'] == s_type)]
277
+
278
+ # calc per game stats
279
+ pgstats = data[['recent_team', 'season', 'week', 'attempts', 'completions', 'passing_yards', 'passing_tds',
280
+ 'passing_air_yards', 'passing_yards_after_catch', 'passing_first_downs',
281
+ 'fantasy_points_ppr']].groupby(
282
+ ['recent_team', 'season', 'week']).sum().reset_index()
283
+ pgstats.columns = ['recent_team', 'season', 'week', 'atts', 'comps', 'p_yds', 'p_tds', 'p_ayds', 'p_yac', 'p_fds',
284
+ 'ppr_pts']
285
+ all_stats = data[
286
+ ['player_id', 'player_name', 'recent_team', 'season', 'week', 'carries', 'rushing_yards', 'rushing_tds',
287
+ 'rushing_first_downs', 'rushing_2pt_conversions', 'receptions', 'targets', 'receiving_yards', 'receiving_tds',
288
+ 'receiving_air_yards', 'receiving_yards_after_catch', 'receiving_first_downs', 'receiving_epa',
289
+ 'fantasy_points_ppr']].merge(pgstats, how='left', on=['recent_team', 'season', 'week']).fillna(0)
290
+ season_stats = all_stats.drop(['recent_team', 'week'], axis=1).groupby(
291
+ ['player_id', 'season']).sum(numeric_only=True).reset_index()
292
+
293
+ # calc custom receiving stats
294
+ season_stats['tgt_sh'] = season_stats['targets'] / season_stats['atts']
295
+ season_stats['ay_sh'] = season_stats['receiving_air_yards'] / season_stats['p_ayds']
296
+ season_stats['yac_sh'] = season_stats['receiving_yards_after_catch'] / season_stats['p_yac']
297
+ season_stats['wopr'] = season_stats['tgt_sh'] * 1.5 + season_stats['ay_sh'] * 0.8
298
+ season_stats['ry_sh'] = season_stats['receiving_yards'] / season_stats['p_yds']
299
+ season_stats['rtd_sh'] = season_stats['receiving_tds'] / season_stats['p_tds']
300
+ season_stats['rfd_sh'] = season_stats['receiving_first_downs'] / season_stats['p_fds']
301
+ season_stats['rtdfd_sh'] = (season_stats['receiving_tds'] + season_stats['receiving_first_downs']) / (
302
+ season_stats['p_tds'] + season_stats['p_fds'])
303
+ season_stats['dom'] = (season_stats['ry_sh'] + season_stats['rtd_sh']) / 2
304
+ season_stats['w8dom'] = season_stats['ry_sh'] * 0.8 + season_stats['rtd_sh'] * 0.2
305
+ season_stats['yptmpa'] = season_stats['receiving_yards'] / season_stats['atts']
306
+ season_stats['ppr_sh'] = season_stats['fantasy_points_ppr'] / season_stats['ppr_pts']
307
+
308
+ data.drop(['recent_team', 'week'], axis=1, inplace=True)
309
+ szn = data.groupby(['player_id', 'season', 'season_type']).sum(numeric_only=True).reset_index().merge(
310
+ data[['player_id', 'season', 'season_type']].groupby(['player_id', 'season']).count().reset_index().rename(
311
+ columns={'season_type': 'games'}), how='left', on=['player_id', 'season'])
312
+
313
+ szn = szn.merge(season_stats[['player_id', 'season', 'tgt_sh', 'ay_sh', 'yac_sh', 'wopr', 'ry_sh', 'rtd_sh',
314
+ 'rfd_sh', 'rtdfd_sh', 'dom', 'w8dom', 'yptmpa', 'ppr_sh']], how='left',
315
+ on=['player_id', 'season'])
316
+
317
+ return szn
318
+
319
+
320
+ def see_pbp_cols():
321
+ """Identifies list of columns in pbp data
322
+
323
+ Returns:
324
+ list
325
+ """
326
+
327
+ # load pbp file, identify columns
328
+ data = pandas.read_parquet(r'https://github.com/nflverse/nflverse-data/releases/download/pbp/play_by_play_2020.parquet', engine='auto')
329
+ cols = data.columns
330
+
331
+ return cols
332
+
333
+
334
+ def see_weekly_cols():
335
+ """Identifies list of columns in weekly data
336
+
337
+ Returns:
338
+ list
339
+ """
340
+
341
+ # load weekly file, identify columns
342
+ data = pandas.read_parquet(r'https://github.com/nflverse/nflverse-data/releases/download/player_stats/player_stats_2020.parquet', engine='auto')
343
+ cols = data.columns
344
+
345
+ return cols
346
+
347
+
348
+ def import_rosters(years, columns=None):
349
+ """Imports roster data
350
+
351
+ Args:
352
+ years (List[int]): years to get rosters for
353
+ columns (List[str]): list of columns to return with DataFrame
354
+
355
+ Returns:
356
+ DataFrame
357
+ """
358
+
359
+ # check variable types
360
+ if not isinstance(years, (list, range)):
361
+ raise ValueError('years input must be list or range.')
362
+
363
+ if min(years) < 1999:
364
+ raise ValueError('Data not available before 1999.')
365
+
366
+ if columns is None:
367
+ columns = []
368
+
369
+ rosters = []
370
+
371
+ # imports rosters for specified years
372
+ for y in years:
373
+ temp = pandas.read_parquet(r'https://github.com/nflverse/nflverse-data/releases/download/rosters/roster_{0}.parquet'.format(y), engine='auto')
374
+ rosters.append(temp)
375
+
376
+ rosters = pandas.DataFrame(pandas.concat(rosters)).rename(
377
+ columns={'full_name': 'player_name', 'gsis_id': 'player_id'})
378
+ rosters.drop_duplicates(subset=['season', 'player_name', 'position', 'player_id'], keep='first', inplace=True)
379
+
380
+ if len(columns) > 0:
381
+ rosters = rosters[columns]
382
+
383
+ # define function for calculating age in season and then calculate
384
+ def calc_age(x):
385
+ ca = pandas.to_datetime(x[0])
386
+ bd = pandas.to_datetime(x[1])
387
+ return ca.year - bd.year + numpy.where(ca.month > bd.month, 0, -1)
388
+
389
+ if 'birth_date' in columns and 'current_age' in columns:
390
+
391
+ rosters['current_age'] = rosters['season'].apply(lambda x: datetime.datetime(int(x), 9, 1))
392
+ rosters['age'] = rosters[['current_age', 'birth_date']].apply(calc_age, axis=1)
393
+ rosters.drop(['current_age'], axis=1, inplace=True)
394
+ rosters.dropna(subset=['player_id'], inplace=True)
395
+
396
+ return rosters
397
+
398
+
399
+ def import_players():
400
+ """Import descriptive data for all players
401
+
402
+ Returns:
403
+ DataFrame
404
+ """
405
+ df = pandas.read_parquet(r'https://github.com/nflverse/nflverse-data/releases/download/players/players.parquet')
406
+ return df
407
+
408
+
409
+ def import_team_desc():
410
+ """Import team descriptive data
411
+
412
+ Returns:
413
+ DataFrame
414
+ """
415
+
416
+ # import desc data
417
+ df = pandas.read_csv(r'https://github.com/nflverse/nflfastR-data/raw/master/teams_colors_logos.csv')
418
+
419
+ return df
420
+
421
+
422
+ def import_schedules(years):
423
+ """Import schedules
424
+
425
+ Args:
426
+ years (List[int]): years to get schedules for
427
+
428
+ Returns:
429
+ DataFrame
430
+ """
431
+
432
+ # check variable types
433
+ if not isinstance(years, (list, range)):
434
+ raise ValueError('Input must be list or range.')
435
+
436
+ if min(years) < 1999:
437
+ raise ValueError('Data not available before 1999.')
438
+
439
+ scheds = pandas.DataFrame()
440
+
441
+ # import schedule for specified years
442
+ scheds = pandas.read_csv(r'http://www.habitatring.com/games.csv')
443
+ scheds = scheds[scheds['season'].isin(years)]
444
+
445
+ return scheds
446
+
447
+
448
+ def import_win_totals(years = None):
449
+ """Import win total projections
450
+
451
+ Args:
452
+ years (List[int]): years to get win totals for
453
+
454
+ Returns:
455
+ DataFrame
456
+ """
457
+
458
+ # check variable types
459
+ if not isinstance(years, (list, range, type(None))):
460
+ raise ValueError('years variable must be list or range.')
461
+
462
+ # import win totals
463
+ df = pandas.read_csv(r'https://raw.githubusercontent.com/nflverse/nfldata/master/data/win_totals.csv')
464
+
465
+ return df[df['season'].isin(years)] if years else df
466
+
467
+
468
+ def import_officials(years=None):
469
+ """Import game officials
470
+
471
+ Args:
472
+ years (List[int]): years to get officials for
473
+
474
+ Returns:
475
+ DataFrame
476
+ """
477
+
478
+ # check variable types
479
+ if years is None:
480
+ years = []
481
+
482
+ if not isinstance(years, (list, range)):
483
+ raise ValueError('years variable must be list or range.')
484
+
485
+ # import officials data
486
+ df = pandas.read_csv(r'https://raw.githubusercontent.com/nflverse/nfldata/master/data/officials.csv')
487
+ df['season'] = df['game_id'].str[0:4].astype(int)
488
+
489
+ if len(years) > 0:
490
+ df = df[df['season'].isin(years)]
491
+
492
+ return df
493
+
494
+
495
+ def import_sc_lines(years=None):
496
+ """Import weekly scoring lines
497
+
498
+ Args:
499
+ years (List[int]): years to get scoring lines for
500
+
501
+ Returns:
502
+ DataFrame
503
+ """
504
+
505
+ # check variable types
506
+ if years is None:
507
+ years = []
508
+
509
+ if not isinstance(years, (list, range)):
510
+ raise ValueError('years variable must be list or range.')
511
+
512
+ # import data
513
+ df = pandas.read_csv(r'https://raw.githubusercontent.com/nflverse/nfldata/master/data/sc_lines.csv')
514
+
515
+ if len(years) > 0:
516
+ df = df[df['season'].isin(years)]
517
+
518
+ return df
519
+
520
+
521
+ def import_draft_picks(years=None):
522
+ """Import draft picks
523
+
524
+ Args:
525
+ years (List[int]): years to get draft picks for
526
+
527
+ Returns:
528
+ DataFrame
529
+ """
530
+
531
+ # check variable types
532
+ if years is None:
533
+ years = []
534
+
535
+ if not isinstance(years, (list, range)):
536
+ raise ValueError('years variable must be list or range.')
537
+
538
+ # import draft pick data
539
+ df = pandas.read_parquet(r'https://github.com/nflverse/nflverse-data/releases/download/draft_picks/draft_picks.parquet', engine='auto')
540
+
541
+ if len(years) > 0:
542
+ df = df[df['season'].isin(years)]
543
+
544
+ return df
545
+
546
+
547
+ def import_draft_values(picks=None):
548
+ """Import draft pick values from variety of models
549
+
550
+ Args:
551
+ picks (List[int]): subset of picks to return values for
552
+
553
+ Returns:
554
+ DataFrame
555
+ """
556
+
557
+ # check variable types
558
+ if picks is None:
559
+ picks = []
560
+
561
+ if not isinstance(picks, (list, range)):
562
+ raise ValueError('picks variable must be list or range.')
563
+
564
+ # import data
565
+ df = pandas.read_csv(r'https://raw.githubusercontent.com/nflverse/nfldata/master/data/draft_values.csv')
566
+
567
+ if len(picks) > 0:
568
+ df = df[df['pick'].between(picks[0], picks[-1])]
569
+
570
+ return df
571
+
572
+
573
+ def import_combine_data(years=None, positions=None):
574
+ """Import combine results for all position groups
575
+
576
+ Args:
577
+ years (List[str]): years to get combine data for
578
+ positions (List[str]): list of positions to get data for
579
+
580
+ Returns:
581
+ DataFrame
582
+ """
583
+
584
+ # check variable types
585
+ if years is None:
586
+ years = []
587
+
588
+ if positions is None:
589
+ positions = []
590
+
591
+ if not isinstance(years, (list, range)):
592
+ raise ValueError('years variable must be list or range.')
593
+
594
+ if not isinstance(positions, list):
595
+ raise ValueError('positions variable must be list.')
596
+
597
+ # import data
598
+ df = pandas.read_parquet(r'https://github.com/nflverse/nflverse-data/releases/download/combine/combine.parquet', engine='auto')
599
+
600
+ # filter to years and positions
601
+ if len(years) > 0 and len(positions) > 0:
602
+ df = df[(df['season'].isin(years)) & (df['pos'].isin(positions))]
603
+ elif len(years) > 0:
604
+ df = df[df['season'].isin(years)]
605
+ elif len(positions) > 0:
606
+ df = df[df['position'].isin(positions)]
607
+
608
+ return df
609
+
610
+
611
+ def import_ids(columns=None, ids=None):
612
+ """Import mapping table of ids for most major data providers
613
+
614
+ Args:
615
+ columns (List[str]): list of columns to return
616
+ ids (List[str]): list of specific ids to return
617
+
618
+ Returns:
619
+ DataFrame
620
+ """
621
+
622
+ # create list of id options
623
+ avail_ids = ['mfl_id', 'sportradar_id', 'fantasypros_id', 'gsis_id', 'pff_id',
624
+ 'sleeper_id', 'nfl_id', 'espn_id', 'yahoo_id', 'fleaflicker_id',
625
+ 'cbs_id', 'rotowire_id', 'rotoworld_id', 'ktc_id', 'pfr_id',
626
+ 'cfbref_id', 'stats_id', 'stats_global_id', 'fantasy_data_id']
627
+ avail_sites = [x[:-3] for x in avail_ids]
628
+
629
+ # check variable types
630
+ if columns is None:
631
+ columns = []
632
+
633
+ if ids is None:
634
+ ids = []
635
+
636
+ if not isinstance(columns, list):
637
+ raise ValueError('columns variable must be list.')
638
+
639
+ if not isinstance(ids, list):
640
+ raise ValueError('ids variable must be list.')
641
+
642
+ # confirm id is in table
643
+ if False in [x in avail_sites for x in ids]:
644
+ raise ValueError('ids variable can only contain ' + ', '.join(avail_sites))
645
+
646
+ # import data
647
+ df = pandas.read_csv(r'https://raw.githubusercontent.com/dynastyprocess/data/master/files/db_playerids.csv')
648
+
649
+ rem_cols = [x for x in df.columns if x not in avail_ids]
650
+ tgt_ids = [x + '_id' for x in ids]
651
+
652
+ # filter df to just specified columns
653
+ if len(columns) > 0 and len(ids) > 0:
654
+ df = df[set(tgt_ids + columns)]
655
+ elif len(columns) > 0 and len(ids) == 0:
656
+ df = df[set(avail_ids + columns)]
657
+ elif len(columns) == 0 and len(ids) > 0:
658
+ df = df[set(tgt_ids + rem_cols)]
659
+
660
+ return df
661
+
662
+
663
+ def import_contracts():
664
+ """Imports historical contract data
665
+
666
+ Returns:
667
+ DataFrame
668
+ """
669
+
670
+ df = pandas.read_parquet(r'https://github.com/nflverse/nflverse-data/releases/download/contracts/historical_contracts.parquet')
671
+
672
+ return df
673
+
674
+
675
+ def import_ngs_data(stat_type, years=None):
676
+ """Imports seasonal NGS data
677
+
678
+ Args:
679
+ stat_type (str): type of stats to pull (receiving, passing, rushing)
680
+ years (List[int]): years to get PBP data for, optional
681
+ Returns:
682
+ DataFrame
683
+ """
684
+
685
+ # check variable types
686
+ if years is None:
687
+ years = []
688
+
689
+ if stat_type not in ('receiving','passing','rushing'):
690
+ raise ValueError('stat_type must be one of receiving, passing, rushing.')
691
+
692
+ if not isinstance(years, (list, range)):
693
+ raise ValueError('years variable must be list or range.')
694
+
695
+ # import data
696
+ url = r'https://github.com/nflverse/nflverse-data/releases/download/nextgen_stats/ngs_{0}.parquet'.format(stat_type)
697
+ data = pandas.read_parquet(url)
698
+
699
+ if len(years) > 0:
700
+ data = data[data['season'].isin([x for x in years])]
701
+
702
+ # return
703
+ return data
704
+
705
+
706
+ def import_depth_charts(years):
707
+ """Imports team depth charts
708
+
709
+ Args:
710
+ years (List[int]): years to return depth charts for, optional
711
+ Returns:
712
+ DataFrame
713
+ """
714
+
715
+ # check variable types
716
+ if years is None:
717
+ raise ValueError('Must specify timeframe.')
718
+
719
+ if not isinstance(years, (list, range)):
720
+ raise ValueError('Input must be list or range.')
721
+
722
+ if len(years) > 0:
723
+ if min(years) < 2001:
724
+ raise ValueError('Data not available before 2001.')
725
+
726
+ # import data
727
+ url = r'https://github.com/nflverse/nflverse-data/releases/download/depth_charts/depth_charts_{0}.parquet'
728
+
729
+ df = pandas.concat([pandas.read_parquet(url.format(x), engine='auto') for x in years])
730
+
731
+ return df
732
+
733
+
734
+ def import_injuries(years):
735
+ """Imports team injury reports
736
+
737
+ Args:
738
+ years (List[int]): years to return injury reports for, optional
739
+ Returns:
740
+ DataFrame
741
+ """
742
+
743
+ # check variable types
744
+ if years is None:
745
+ raise ValueError('Must specify timeframe.')
746
+
747
+ if not isinstance(years, (list, range)):
748
+ raise ValueError('Input must be list or range.')
749
+
750
+ if len(years) > 0:
751
+ if min(years) < 2009:
752
+ raise ValueError('Data not available before 2009.')
753
+
754
+ #import data
755
+ url = r'https://github.com/nflverse/nflverse-data/releases/download/injuries/injuries_{0}.parquet'
756
+
757
+ df = pandas.concat([pandas.read_parquet(url.format(x), engine='auto') for x in years])
758
+
759
+ return df
760
+
761
+
762
+ def import_qbr(years=None, level='nfl', frequency='season'):
763
+ """Import NFL or college QBR data
764
+
765
+ Args:
766
+ years (List[int]): list of years to return data for, optional
767
+ level (str): level to pull data, nfl or college, default to nfl
768
+ frequency (str): frequency to pull data, weekly or season, default to season
769
+ Returns:
770
+ DataFrame
771
+ """
772
+
773
+ # check variable types and specifics
774
+ if years is None:
775
+ years = []
776
+
777
+ if not isinstance(years, (list, range)):
778
+ raise ValueError('Input must be list or range.')
779
+
780
+ if len(years) > 0:
781
+ if min(years) < 2006:
782
+ raise ValueError('Data not available before 2006.')
783
+
784
+ if level not in ('nfl','college'):
785
+ raise ValueError('level must be nfl or college')
786
+
787
+ if frequency not in ('season','weekly'):
788
+ raise ValueError('frequency must be season or weekly')
789
+
790
+ # import data
791
+ url = r'https://raw.githubusercontent.com/nflverse/espnscrapeR-data/master/data/qbr-{}-{}.csv'.format(level, frequency)
792
+
793
+ df = pandas.read_csv(url)
794
+
795
+ # filter to desired years
796
+ if len(years) > 0:
797
+ df = df[df['season'].between(min(years), max(years))]
798
+
799
+ return df
800
+
801
+
802
+ def import_pfr(s_type, years=None):
803
+ """Import PFR advanced statistics
804
+
805
+ Args:
806
+ s_type (str): must be one of pass, rec, rush
807
+ years (List[int]): years to return data for, optional
808
+ Returns:
809
+ DataFrame
810
+ """
811
+
812
+ # check variables types
813
+ if s_type not in ('pass', 'rec', 'rush'):
814
+ raise ValueError('s_type variable must be one of "pass", "rec", or "rush".')
815
+
816
+ if years is None:
817
+ years = []
818
+
819
+ if not isinstance(years, (list, range)):
820
+ raise ValueError('Input must be list or range.')
821
+
822
+ if len(years) > 0:
823
+ if min(years) < 2019:
824
+ raise ValueError('Data not available before 2019.')
825
+
826
+ # import data
827
+ if len(years) == 0:
828
+ url = r'https://github.com/nflverse/nflverse-data/releases/download/pfr_advstats/advstats_season_{0}.parquet'.format(s_type)
829
+ df = pandas.read_parquet(url, engine='auto')
830
+ else:
831
+ url = r'https://github.com/nflverse/nflverse-data/releases/download/pfr_advstats/advstats_week_{0}_{1}.parquet'
832
+ df = pandas.concat([pandas.read_parquet(url.format(s_type, x), engine='auto') for x in years])
833
+
834
+ return df
835
+
836
+
837
+ def import_snap_counts(years):
838
+ """Import snap count data for individual players
839
+
840
+ Args:
841
+ years (List[int]): years to return snap counts for
842
+ Returns:
843
+ DataFrame
844
+ """
845
+
846
+ # check variables types
847
+ if years is None:
848
+ raise ValueError('Must provide years variable.')
849
+
850
+ if not isinstance(years, (list, range)):
851
+ raise ValueError('Input must be list or range.')
852
+
853
+ if len(years) > 0:
854
+ if min(years) < 2012:
855
+ raise ValueError('Data not available before 2012.')
856
+
857
+ df = pandas.DataFrame()
858
+
859
+ # import data
860
+
861
+ url = r'https://github.com/nflverse/nflverse-data/releases/download/snap_counts/snap_counts_{0}.parquet'
862
+
863
+ df = pandas.concat([pandas.read_parquet(url.format(x)) for x in years])
864
+
865
+ return df
866
+
867
+
868
+ def clean_nfl_data(df):
869
+ """Cleans descriptive data for players and teams to help with consistency across datasets
870
+
871
+ Args:
872
+ df (DataFrame): DataFrame to be cleaned
873
+
874
+ Returns:
875
+ DataFrame
876
+ """
877
+
878
+ name_repl = {
879
+ 'Gary Jennings Jr': 'Gary Jennings',
880
+ 'DJ Chark': 'D.J. Chark',
881
+ 'Cedrick Wilson Jr.': 'Cedrick Wilson',
882
+ 'Deangelo Yancey': 'DeAngelo Yancey',
883
+ 'Ardarius Stewart': 'ArDarius Stewart',
884
+ 'Calvin Johnson HOF': 'Calvin Johnson',
885
+ 'Mike Sims-Walker': 'Mike Walker',
886
+ 'Kenneth Moore': 'Kenny Moore',
887
+ 'Devante Parker': 'DeVante Parker',
888
+ 'Brandon Lafell': 'Brandon LaFell',
889
+ 'Desean Jackson': 'DeSean Jackson',
890
+ 'Deandre Hopkins': 'DeAndre Hopkins',
891
+ 'Deandre Smelter': 'DeAndre Smelter',
892
+ 'William Fuller': 'Will Fuller',
893
+ 'Lavon Brazill': 'LaVon Brazill',
894
+ 'Devier Posey': 'DeVier Posey',
895
+ 'Demarco Sampson': 'DeMarco Sampson',
896
+ 'Deandrew Rubin': 'DeAndrew Rubin',
897
+ 'Latarence Dunbar': 'LaTarence Dunbar',
898
+ 'Jajuan Dawson': 'JaJuan Dawson',
899
+ "Andre' Davis": 'Andre Davis',
900
+ 'Johnathan Holland': 'Jonathan Holland',
901
+ 'Johnnie Lee Higgins Jr.': 'Johnnie Lee Higgins',
902
+ 'Marquis Walker': 'Marquise Walker',
903
+ 'William Franklin': 'Will Franklin',
904
+ 'Ted Ginn Jr.': 'Ted Ginn',
905
+ 'Jonathan Baldwin': 'Jon Baldwin',
906
+ 'T.J. Graham': 'Trevor Graham',
907
+ 'Odell Beckham Jr.': 'Odell Beckham',
908
+ 'Michael Pittman Jr.': 'Michael Pittman',
909
+ 'DK Metcalf': 'D.K. Metcalf',
910
+ 'JJ Arcega-Whiteside': 'J.J. Arcega-Whiteside',
911
+ 'Lynn Bowden Jr.': 'Lynn Bowden',
912
+ 'Laviska Shenault Jr.': 'Laviska Shenault',
913
+ 'Henry Ruggs III': 'Henry Ruggs',
914
+ 'KJ Hamler': 'K.J. Hamler',
915
+ 'KJ Osborn': 'K.J. Osborn',
916
+ 'Devonta Smith': 'DeVonta Smith',
917
+ 'Terrace Marshall Jr.': 'Terrace Marshall',
918
+ "Ja'Marr Chase": 'JaMarr Chase'
919
+ }
920
+
921
+ col_tm_repl = {
922
+ 'Ole Miss': 'Mississippi',
923
+ 'Texas Christian': 'TCU',
924
+ 'Central Florida': 'UCF',
925
+ 'Bowling Green State': 'Bowling Green',
926
+ 'West. Michigan': 'Western Michigan',
927
+ 'Pitt': 'Pittsburgh',
928
+ 'Brigham Young': 'BYU',
929
+ 'Texas-El Paso': 'UTEP',
930
+ 'East. Michigan': 'Eastern Michigan',
931
+ 'Middle Tenn. State': 'Middle Tennessee State',
932
+ 'Southern Miss': 'Southern Mississippi',
933
+ 'Louisiana State': 'LSU'
934
+ }
935
+
936
+ pro_tm_repl = {
937
+ 'GNB': 'GB',
938
+ 'KAN': 'KC',
939
+ 'LA': 'LAR',
940
+ 'LVR': 'LV',
941
+ 'NWE': 'NE',
942
+ 'NOR': 'NO',
943
+ 'SDG': 'SD',
944
+ 'SFO': 'SF',
945
+ 'TAM': 'TB'
946
+ }
947
+
948
+ na_replace = {
949
+ 'NA':numpy.nan
950
+ }
951
+
952
+ for col in df.columns:
953
+ df.replace({col:na_replace}, inplace=True)
954
+
955
+ if 'name' in df.columns:
956
+ df.replace({'name': name_repl}, inplace=True)
957
+
958
+ if 'col_team' in df.columns:
959
+ df.replace({'col_team': col_tm_repl}, inplace=True)
960
+
961
+ if 'name' in df.columns:
962
+ for z in player_col_tm_repl:
963
+ df[df['name'] == z[0]] = df[df['name'] == z[0]].replace({z[1]: z[2]})
964
+
965
+ return df
Source/Build/nfl_data_py/nfl_data_py/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (25.3 kB). View file
 
Source/Build/nfl_data_py/nfl_data_py/__pycache__/__init__.cpython-311.pyc ADDED
Binary file (41.9 kB). View file
 
Source/Build/nfl_data_py/nfl_data_py/__pycache__/__init__.cpython-312.pyc ADDED
Binary file (36.8 kB). View file
 
Source/Build/nfl_data_py/nfl_data_py/__pycache__/__init__.cpython-39.pyc ADDED
Binary file (25.4 kB). View file
 
Source/Build/nfl_data_py/nfl_data_py/tests/__init__.py ADDED
File without changes
Source/Build/nfl_data_py/nfl_data_py/tests/__pycache__/nfl_test.cpython-37-pytest-6.2.4.pyc ADDED
Binary file (7.67 kB). View file