Matthew Rice
commited on
Commit
·
c6dd398
1
Parent(s):
fed5724
Removed uneeded files
Browse files- 01_Data_Preprocess.ipynb +0 -0
- dataset.py +0 -8
- model.py +0 -0
- requirements.lock.txt +34 -2
- soph_year.csv +0 -529
01_Data_Preprocess.ipynb
DELETED
The diff for this file is too large to render.
See raw diff
|
|
dataset.py
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
from fastai.tabular.all import *
|
2 |
-
dls = TabularDataLoaders.from_csv("combined.csv", path=".",
|
3 |
-
cont_names=["Cmp", "Att", "Yds", "TD", "Int", "Y/G", "Sk"],
|
4 |
-
y_names=["Cmp2", "Att2", "Yds2", "TD2", "Int2", "Y/G2", "Sk2"],
|
5 |
-
procs=[FillMissing, Normalize]
|
6 |
-
)
|
7 |
-
|
8 |
-
dls.show_batch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model.py
DELETED
File without changes
|
requirements.lock.txt
CHANGED
@@ -1,11 +1,18 @@
|
|
|
|
|
|
|
|
1 |
anyio==3.6.1
|
2 |
argon2-cffi @ file:///opt/conda/conda-bld/argon2-cffi_1645000214183/work
|
3 |
argon2-cffi-bindings @ file:///C:/ci/argon2-cffi-bindings_1644551690056/work
|
|
|
4 |
asttokens @ file:///opt/conda/conda-bld/asttokens_1646925590279/work
|
|
|
5 |
atomicwrites==1.4.0
|
6 |
attrs @ file:///opt/conda/conda-bld/attrs_1642510447205/work
|
7 |
Babel==2.10.1
|
8 |
backcall @ file:///home/ktietz/src/ci/backcall_1611930011877/work
|
|
|
|
|
9 |
beautifulsoup4 @ file:///C:/ci/beautifulsoup4_1650293025093/work
|
10 |
bleach @ file:///opt/conda/conda-bld/bleach_1641577558959/work
|
11 |
blis==0.7.7
|
@@ -28,13 +35,21 @@ defusedxml @ file:///tmp/build/80754af9/defusedxml_1615228127516/work
|
|
28 |
dtreeviz==1.3.6
|
29 |
entrypoints @ file:///C:/ci/entrypoints_1649926621128/work
|
30 |
executing @ file:///opt/conda/conda-bld/executing_1646925071911/work
|
31 |
-
fastai==2.
|
32 |
-
|
|
|
33 |
fastdownload==0.0.6
|
34 |
fastjsonschema @ file:///tmp/build/80754af9/python-fastjsonschema_1620414857593/work/dist
|
35 |
fastprogress==1.0.2
|
|
|
|
|
36 |
fonttools==4.33.3
|
|
|
|
|
|
|
|
|
37 |
graphviz==0.20
|
|
|
38 |
idna @ file:///tmp/build/80754af9/idna_1637925883363/work
|
39 |
importlib-metadata==4.11.4
|
40 |
iniconfig==1.1.1
|
@@ -57,27 +72,36 @@ jupyterlab-server==2.14.0
|
|
57 |
jupyterlab-widgets @ file:///tmp/build/80754af9/jupyterlab_widgets_1609884341231/work
|
58 |
kiwisolver @ file:///C:/ci/kiwisolver_1653292407425/work
|
59 |
langcodes==3.3.0
|
|
|
60 |
lxml @ file:///C:/ci/lxml_1646642862366/work
|
|
|
61 |
MarkupSafe @ file:///C:/ci/markupsafe_1621528502553/work
|
62 |
matplotlib==3.5.2
|
63 |
matplotlib-inline @ file:///tmp/build/80754af9/matplotlib-inline_1628242447089/work
|
|
|
|
|
64 |
miditok==1.1.8
|
65 |
mistune @ file:///C:/ci/mistune_1607359457024/work
|
66 |
mkl-fft==1.3.1
|
67 |
mkl-random @ file:///C:/ci/mkl_random_1626186184308/work
|
68 |
mkl-service==2.4.0
|
|
|
|
|
69 |
munkres==1.1.4
|
70 |
murmurhash==1.0.7
|
71 |
nbclient @ file:///C:/ci/nbclient_1650290387259/work
|
72 |
nbconvert==6.5.0
|
|
|
73 |
nbformat @ file:///C:/ci/nbformat_1649845125000/work
|
74 |
nest-asyncio @ file:///C:/ci/nest-asyncio_1649829929390/work
|
75 |
notebook @ file:///C:/ci/notebook_1651666819623/work
|
76 |
numexpr @ file:///C:/ci/numexpr_1640704337920/work
|
77 |
numpy @ file:///C:/ci/numpy_and_numpy_base_1652784039997/work
|
|
|
78 |
packaging @ file:///tmp/build/80754af9/packaging_1637314298585/work
|
79 |
pandas @ file:///C:/ci/pandas_1650373458095/work
|
80 |
pandocfilters @ file:///opt/conda/conda-bld/pandocfilters_1643405455980/work
|
|
|
81 |
parso @ file:///opt/conda/conda-bld/parso_1641458642106/work
|
82 |
pathy==0.6.1
|
83 |
pickleshare @ file:///tmp/build/80754af9/pickleshare_1606932040724/work
|
@@ -89,8 +113,11 @@ prompt-toolkit @ file:///tmp/build/80754af9/prompt-toolkit_1633440160888/work
|
|
89 |
pure-eval @ file:///opt/conda/conda-bld/pure_eval_1646925070566/work
|
90 |
py==1.11.0
|
91 |
pycparser @ file:///tmp/build/80754af9/pycparser_1636541352034/work
|
|
|
92 |
pydantic==1.8.2
|
|
|
93 |
Pygments @ file:///opt/conda/conda-bld/pygments_1644249106324/work
|
|
|
94 |
pyOpenSSL @ file:///opt/conda/conda-bld/pyopenssl_1643788558760/work
|
95 |
pyparsing @ file:///tmp/build/80754af9/pyparsing_1635766073266/work
|
96 |
pyquery==1.4.3
|
@@ -98,6 +125,7 @@ pyrsistent @ file:///C:/ci/pyrsistent_1636093225342/work
|
|
98 |
PySocks @ file:///C:/ci/pysocks_1605307512533/work
|
99 |
pytest==7.1.2
|
100 |
python-dateutil @ file:///tmp/build/80754af9/python-dateutil_1626374649649/work
|
|
|
101 |
pytz==2021.3
|
102 |
pywin32==302
|
103 |
pywinpty @ file:///C:/ci_310/pywinpty_1644230983541/work/target/wheels/pywinpty-2.0.2-cp39-none-win_amd64.whl
|
@@ -121,6 +149,7 @@ spacy-loggers==1.0.2
|
|
121 |
sportsreference==0.5.2
|
122 |
srsly==2.4.3
|
123 |
stack-data @ file:///opt/conda/conda-bld/stack_data_1646927590127/work
|
|
|
124 |
terminado @ file:///C:/ci/terminado_1644322780199/work
|
125 |
testpath @ file:///tmp/build/80754af9/testpath_1624638946665/work
|
126 |
thinc==8.0.16
|
@@ -135,7 +164,9 @@ traitlets @ file:///tmp/build/80754af9/traitlets_1636710298902/work
|
|
135 |
treeinterpreter==0.2.3
|
136 |
typer==0.4.1
|
137 |
typing_extensions @ file:///opt/conda/conda-bld/typing_extensions_1647553014482/work
|
|
|
138 |
urllib3 @ file:///C:/ci/urllib3_1650639883891/work
|
|
|
139 |
voila==0.3.5
|
140 |
wasabi==0.9.1
|
141 |
waterfallcharts==3.8
|
@@ -146,4 +177,5 @@ websockets==10.3
|
|
146 |
widgetsnbextension @ file:///C:/ci/widgetsnbextension_1644991377168/work
|
147 |
win-inet-pton @ file:///C:/ci/win_inet_pton_1605306162074/work
|
148 |
wincertstore==0.2
|
|
|
149 |
zipp==3.8.0
|
|
|
1 |
+
aiohttp==3.8.1
|
2 |
+
aiosignal==1.2.0
|
3 |
+
analytics-python==1.4.0
|
4 |
anyio==3.6.1
|
5 |
argon2-cffi @ file:///opt/conda/conda-bld/argon2-cffi_1645000214183/work
|
6 |
argon2-cffi-bindings @ file:///C:/ci/argon2-cffi-bindings_1644551690056/work
|
7 |
+
asgiref==3.5.2
|
8 |
asttokens @ file:///opt/conda/conda-bld/asttokens_1646925590279/work
|
9 |
+
async-timeout==4.0.2
|
10 |
atomicwrites==1.4.0
|
11 |
attrs @ file:///opt/conda/conda-bld/attrs_1642510447205/work
|
12 |
Babel==2.10.1
|
13 |
backcall @ file:///home/ktietz/src/ci/backcall_1611930011877/work
|
14 |
+
backoff==1.10.0
|
15 |
+
bcrypt==3.2.2
|
16 |
beautifulsoup4 @ file:///C:/ci/beautifulsoup4_1650293025093/work
|
17 |
bleach @ file:///opt/conda/conda-bld/bleach_1641577558959/work
|
18 |
blis==0.7.7
|
|
|
35 |
dtreeviz==1.3.6
|
36 |
entrypoints @ file:///C:/ci/entrypoints_1649926621128/work
|
37 |
executing @ file:///opt/conda/conda-bld/executing_1646925071911/work
|
38 |
+
fastai==2.7.1
|
39 |
+
fastapi==0.78.0
|
40 |
+
fastcore==1.4.5
|
41 |
fastdownload==0.0.6
|
42 |
fastjsonschema @ file:///tmp/build/80754af9/python-fastjsonschema_1620414857593/work/dist
|
43 |
fastprogress==1.0.2
|
44 |
+
fastrelease==0.1.16
|
45 |
+
ffmpy==0.3.0
|
46 |
fonttools==4.33.3
|
47 |
+
frozenlist==1.3.0
|
48 |
+
fsspec==2022.5.0
|
49 |
+
ghapi==0.1.21
|
50 |
+
gradio==3.0.19
|
51 |
graphviz==0.20
|
52 |
+
h11==0.13.0
|
53 |
idna @ file:///tmp/build/80754af9/idna_1637925883363/work
|
54 |
importlib-metadata==4.11.4
|
55 |
iniconfig==1.1.1
|
|
|
72 |
jupyterlab-widgets @ file:///tmp/build/80754af9/jupyterlab_widgets_1609884341231/work
|
73 |
kiwisolver @ file:///C:/ci/kiwisolver_1653292407425/work
|
74 |
langcodes==3.3.0
|
75 |
+
linkify-it-py==1.0.3
|
76 |
lxml @ file:///C:/ci/lxml_1646642862366/work
|
77 |
+
markdown-it-py==2.1.0
|
78 |
MarkupSafe @ file:///C:/ci/markupsafe_1621528502553/work
|
79 |
matplotlib==3.5.2
|
80 |
matplotlib-inline @ file:///tmp/build/80754af9/matplotlib-inline_1628242447089/work
|
81 |
+
mdit-py-plugins==0.3.0
|
82 |
+
mdurl==0.1.1
|
83 |
miditok==1.1.8
|
84 |
mistune @ file:///C:/ci/mistune_1607359457024/work
|
85 |
mkl-fft==1.3.1
|
86 |
mkl-random @ file:///C:/ci/mkl_random_1626186184308/work
|
87 |
mkl-service==2.4.0
|
88 |
+
monotonic==1.6
|
89 |
+
multidict==6.0.2
|
90 |
munkres==1.1.4
|
91 |
murmurhash==1.0.7
|
92 |
nbclient @ file:///C:/ci/nbclient_1650290387259/work
|
93 |
nbconvert==6.5.0
|
94 |
+
nbdev==1.2.10
|
95 |
nbformat @ file:///C:/ci/nbformat_1649845125000/work
|
96 |
nest-asyncio @ file:///C:/ci/nest-asyncio_1649829929390/work
|
97 |
notebook @ file:///C:/ci/notebook_1651666819623/work
|
98 |
numexpr @ file:///C:/ci/numexpr_1640704337920/work
|
99 |
numpy @ file:///C:/ci/numpy_and_numpy_base_1652784039997/work
|
100 |
+
orjson==3.7.2
|
101 |
packaging @ file:///tmp/build/80754af9/packaging_1637314298585/work
|
102 |
pandas @ file:///C:/ci/pandas_1650373458095/work
|
103 |
pandocfilters @ file:///opt/conda/conda-bld/pandocfilters_1643405455980/work
|
104 |
+
paramiko==2.11.0
|
105 |
parso @ file:///opt/conda/conda-bld/parso_1641458642106/work
|
106 |
pathy==0.6.1
|
107 |
pickleshare @ file:///tmp/build/80754af9/pickleshare_1606932040724/work
|
|
|
113 |
pure-eval @ file:///opt/conda/conda-bld/pure_eval_1646925070566/work
|
114 |
py==1.11.0
|
115 |
pycparser @ file:///tmp/build/80754af9/pycparser_1636541352034/work
|
116 |
+
pycryptodome==3.14.1
|
117 |
pydantic==1.8.2
|
118 |
+
pydub==0.25.1
|
119 |
Pygments @ file:///opt/conda/conda-bld/pygments_1644249106324/work
|
120 |
+
PyNaCl==1.5.0
|
121 |
pyOpenSSL @ file:///opt/conda/conda-bld/pyopenssl_1643788558760/work
|
122 |
pyparsing @ file:///tmp/build/80754af9/pyparsing_1635766073266/work
|
123 |
pyquery==1.4.3
|
|
|
125 |
PySocks @ file:///C:/ci/pysocks_1605307512533/work
|
126 |
pytest==7.1.2
|
127 |
python-dateutil @ file:///tmp/build/80754af9/python-dateutil_1626374649649/work
|
128 |
+
python-multipart==0.0.5
|
129 |
pytz==2021.3
|
130 |
pywin32==302
|
131 |
pywinpty @ file:///C:/ci_310/pywinpty_1644230983541/work/target/wheels/pywinpty-2.0.2-cp39-none-win_amd64.whl
|
|
|
149 |
sportsreference==0.5.2
|
150 |
srsly==2.4.3
|
151 |
stack-data @ file:///opt/conda/conda-bld/stack_data_1646927590127/work
|
152 |
+
starlette==0.19.1
|
153 |
terminado @ file:///C:/ci/terminado_1644322780199/work
|
154 |
testpath @ file:///tmp/build/80754af9/testpath_1624638946665/work
|
155 |
thinc==8.0.16
|
|
|
164 |
treeinterpreter==0.2.3
|
165 |
typer==0.4.1
|
166 |
typing_extensions @ file:///opt/conda/conda-bld/typing_extensions_1647553014482/work
|
167 |
+
uc-micro-py==1.0.1
|
168 |
urllib3 @ file:///C:/ci/urllib3_1650639883891/work
|
169 |
+
uvicorn==0.17.6
|
170 |
voila==0.3.5
|
171 |
wasabi==0.9.1
|
172 |
waterfallcharts==3.8
|
|
|
177 |
widgetsnbextension @ file:///C:/ci/widgetsnbextension_1644991377168/work
|
178 |
win-inet-pton @ file:///C:/ci/win_inet_pton_1605306162074/work
|
179 |
wincertstore==0.2
|
180 |
+
yarl==1.7.2
|
181 |
zipp==3.8.0
|
soph_year.csv
DELETED
@@ -1,529 +0,0 @@
|
|
1 |
-
,Name,Year,Age,Tm,Pos,No.,G,GS,QBrec,Cmp,Att,Cmp%,Yds,TD,TD%,Int,Int%,1D,Lng,Y/A,AY/A,Y/C,Y/G,Rate,QBR,Sk,Yds.1,Sk%,NY/A,ANY/A,4QC,GWD,AV,Awards
|
2 |
-
2,Tom Brady,0.0,0.0,0.0,0.0,12.0,16,16.0,0.0,373.0,601.0,62.1,3764.0,28.0,4.7,14.0,2.3,185.0,49.0,6.3,6.1,10.1,235.3,85.7,0.0,31.0,190.0,4.9,5.66,5.54,2.0,3.0,13,0.0
|
3 |
-
2,Drew Brees,0.0,0.0,0.0,0.0,9.0,11,11.0,0.0,205.0,356.0,57.6,2108.0,11.0,3.1,15.0,4.2,94.0,68.0,5.9,4.6,10.3,191.6,67.5,0.0,21.0,178.0,5.6,5.12,3.91,0.0,1.0,6,0.0
|
4 |
-
2,Brett Favre,0.0,0.0,0.0,0.0,4.0,16,16.0,0.0,318.0,522.0,60.9,3303.0,19.0,3.6,24.0,4.6,0.0,66.0,6.3,5.0,10.4,206.4,72.2,0.0,30.0,199.0,5.4,5.62,4.36,3.0,3.0,13,0.0
|
5 |
-
3,Philip Rivers,0.0,0.0,0.0,0.0,17.0,16,16.0,0.0,277.0,460.0,60.2,3152.0,21.0,4.6,15.0,3.3,157.0,49.0,6.9,6.3,11.4,197.0,82.4,54.5,22.0,163.0,4.6,6.2,5.67,1.0,1.0,13,0.0
|
6 |
-
3,Aaron Rodgers,0.0,0.0,0.0,0.0,12.0,16,16.0,0.0,341.0,536.0,63.6,4038.0,28.0,5.2,13.0,2.4,184.0,71.0,7.5,7.5,11.8,252.4,93.8,62.9,34.0,231.0,6.0,6.68,6.64,1.0,2.0,15,0.0
|
7 |
-
1,Dan Marino,0.0,0.0,0.0,0.0,13.0,16,16.0,0.0,362.0,564.0,64.2,5084.0,48.0,8.5,17.0,3.0,0.0,80.0,9.0,9.4,14.0,317.8,108.9,0.0,13.0,120.0,2.3,8.6,8.94,2.0,3.0,21,0.0
|
8 |
-
1,Ben Roethlisberger,0.0,0.0,0.0,0.0,7.0,12,12.0,0.0,168.0,268.0,62.7,2385.0,17.0,6.3,9.0,3.4,110.0,85.0,8.9,8.7,14.2,198.8,98.6,0.0,23.0,129.0,7.9,7.75,7.53,2.0,2.0,11,0.0
|
9 |
-
1,John Elway,0.0,0.0,0.0,0.0,7.0,15,14.0,0.0,214.0,380.0,56.3,2598.0,18.0,4.7,15.0,3.9,0.0,73.0,6.8,6.0,12.1,173.2,76.8,0.0,24.0,158.0,5.9,6.04,5.26,2.0,2.0,10,0.0
|
10 |
-
1,Matt Ryan,0.0,0.0,0.0,0.0,2.0,14,14.0,0.0,263.0,451.0,58.3,2916.0,22.0,4.9,14.0,3.1,153.0,90.0,6.5,6.0,11.1,208.3,80.9,67.7,19.0,92.0,4.0,6.01,5.6,1.0,3.0,10,0.0
|
11 |
-
1,Eli Manning,0.0,0.0,0.0,0.0,10.0,16,16.0,0.0,294.0,557.0,52.8,3762.0,24.0,4.3,17.0,3.1,176.0,78.0,6.8,6.2,12.8,235.1,75.9,0.0,28.0,184.0,4.8,6.12,5.63,1.0,2.0,15,0.0
|
12 |
-
1,Steve Young,0.0,0.0,0.0,0.0,8.0,14,14.0,0.0,195.0,363.0,53.7,2282.0,8.0,2.2,13.0,3.6,0.0,46.0,6.3,5.1,11.7,163.0,65.5,0.0,47.0,326.0,11.5,4.77,3.73,0.0,0.0,9,0.0
|
13 |
-
1,Dan Fouts,0.0,0.0,0.0,0.0,14.0,11,11.0,0.0,115.0,237.0,48.5,1732.0,8.0,3.4,13.0,5.5,0.0,75.0,7.3,5.5,15.1,157.5,61.4,0.0,12.0,99.0,4.8,6.56,4.85,2.0,2.0,7,0.0
|
14 |
-
1,Warren Moon,0.0,0.0,0.0,0.0,1.0,14,14.0,0.0,200.0,377.0,53.1,2709.0,15.0,4.0,19.0,5.0,0.0,80.0,7.2,5.7,13.5,193.5,68.5,0.0,46.0,366.0,10.9,5.54,4.23,2.0,3.0,8,0.0
|
15 |
-
1,Ken Anderson,0.0,0.0,0.0,0.0,14.0,13,13.0,0.0,171.0,301.0,56.8,1918.0,7.0,2.3,7.0,2.3,0.0,65.0,6.4,5.8,11.2,147.5,74.0,0.0,18.0,155.0,5.6,5.53,4.98,2.0,2.0,9,0.0
|
16 |
-
1,Russell Wilson,0.0,0.0,0.0,0.0,3.0,16,16.0,0.0,257.0,407.0,63.1,3357.0,26.0,6.4,9.0,2.2,157.0,80.0,8.2,8.5,13.1,209.8,101.2,67.2,44.0,272.0,9.8,6.84,7.1,3.0,4.0,17,0.0
|
17 |
-
1,Matthew Stafford,0.0,0.0,0.0,0.0,9.0,3,3.0,0.0,57.0,96.0,59.4,535.0,6.0,6.3,1.0,1.0,28.0,36.0,5.6,6.4,9.4,178.3,91.3,50.1,4.0,36.0,4.0,4.99,5.74,1.0,1.0,2,0.0
|
18 |
-
1,Carson Palmer,0.0,0.0,0.0,0.0,9.0,16,16.0,0.0,345.0,509.0,67.8,3836.0,32.0,6.3,12.0,2.4,198.0,70.0,7.5,7.7,11.1,239.8,101.1,0.0,19.0,105.0,3.6,7.07,7.26,1.0,3.0,16,0.0
|
19 |
-
1,Vinny Testaverde,0.0,0.0,0.0,0.0,14.0,15,15.0,0.0,222.0,466.0,47.6,3240.0,13.0,2.8,35.0,7.5,0.0,59.0,7.0,4.1,14.6,216.0,48.8,0.0,33.0,292.0,6.6,5.91,3.27,2.0,3.0,6,0.0
|
20 |
-
1,Terry Bradshaw,0.0,0.0,0.0,0.0,12.0,14,13.0,0.0,203.0,373.0,54.4,2259.0,13.0,3.5,22.0,5.9,0.0,49.0,6.1,4.1,11.1,161.4,59.7,0.0,33.0,287.0,8.1,4.86,3.06,3.0,3.0,10,0.0
|
21 |
-
1,Cam Newton,0.0,0.0,0.0,0.0,1.0,16,16.0,0.0,280.0,485.0,57.7,3869.0,19.0,3.9,12.0,2.5,171.0,82.0,8.0,7.6,13.8,241.8,86.2,58.3,36.0,244.0,6.9,6.96,6.65,1.0,1.0,16,0.0
|
22 |
-
1,Drew Bledsoe,0.0,0.0,0.0,0.0,11.0,16,16.0,0.0,400.0,691.0,57.9,4555.0,25.0,3.6,27.0,3.9,243.0,62.0,6.6,5.6,11.4,284.7,73.6,0.0,22.0,139.0,3.1,6.19,5.19,3.0,3.0,13,0.0
|
23 |
-
2,Dave Krieg,0.0,0.0,0.0,0.0,17.0,3,2.0,0.0,49.0,78.0,62.8,501.0,2.0,2.6,2.0,2.6,0.0,44.0,6.4,5.8,10.2,167.0,79.1,0.0,16.0,117.0,17.0,4.09,3.55,1.0,1.0,2,0.0
|
24 |
-
1,Donovan McNabb,0.0,0.0,0.0,0.0,5.0,16,16.0,0.0,330.0,569.0,58.0,3365.0,21.0,3.7,13.0,2.3,181.0,70.0,5.9,5.6,10.2,210.3,77.8,0.0,45.0,262.0,7.3,5.05,4.79,2.0,3.0,15,0.0
|
25 |
-
1,Boomer Esiason,0.0,0.0,0.0,0.0,7.0,15,14.0,0.0,251.0,431.0,58.2,3443.0,27.0,6.3,12.0,2.8,0.0,68.0,8.0,8.0,13.7,229.5,93.2,0.0,32.0,289.0,6.9,6.81,6.81,1.0,1.0,14,0.0
|
26 |
-
1,Jim Kelly,0.0,0.0,0.0,0.0,12.0,12,12.0,0.0,250.0,419.0,59.7,2798.0,19.0,4.5,11.0,2.6,0.0,47.0,6.7,6.4,11.2,233.2,83.8,0.0,27.0,239.0,6.1,5.74,5.48,2.0,2.0,9,0.0
|
27 |
-
1,Roger Staubach,0.0,0.0,0.0,0.0,12.0,8,3.0,0.0,44.0,82.0,53.7,542.0,2.0,2.4,8.0,9.8,0.0,43.0,6.6,2.7,12.3,67.8,42.9,0.0,19.0,130.0,18.8,4.08,0.91,0.0,0.0,5,0.0
|
28 |
-
1,Steve McNair,0.0,0.0,0.0,0.0,9.0,9,4.0,0.0,88.0,143.0,61.5,1197.0,6.0,4.2,4.0,2.8,47.0,83.0,8.4,8.0,13.6,133.0,90.6,0.0,9.0,45.0,5.9,7.58,7.18,0.0,0.0,5,0.0
|
29 |
-
1,Joe Flacco,0.0,0.0,0.0,0.0,5.0,16,16.0,0.0,315.0,499.0,63.1,3613.0,21.0,4.2,12.0,2.4,184.0,72.0,7.2,7.0,11.5,225.8,88.9,58.5,36.0,218.0,6.7,6.35,6.12,1.0,2.0,13,0.0
|
30 |
-
1,Troy Aikman,0.0,0.0,0.0,0.0,8.0,15,15.0,0.0,226.0,399.0,56.6,2579.0,11.0,2.8,18.0,4.5,0.0,61.0,6.5,5.0,11.4,171.9,66.6,0.0,39.0,288.0,8.9,5.23,3.88,4.0,6.0,8,0.0
|
31 |
-
2,Mark Brunell,0.0,0.0,0.0,0.0,8.0,16,16.0,0.0,353.0,557.0,63.4,4367.0,19.0,3.4,20.0,3.6,204.0,62.0,7.8,6.9,12.4,272.9,84.0,0.0,50.0,257.0,8.2,6.77,5.91,3.0,3.0,16,0.0
|
32 |
-
1,Ken Stabler,0.0,0.0,0.0,0.0,12.0,14,1.0,0.0,24.0,48.0,50.0,268.0,1.0,2.1,4.0,8.3,0.0,23.0,5.6,2.3,11.2,19.1,39.2,0.0,4.0,37.0,7.7,4.44,1.37,0.0,0.0,2,0.0
|
33 |
-
1,Steve Grogan,0.0,0.0,0.0,0.0,14.0,14,14.0,0.0,145.0,302.0,48.0,1903.0,18.0,6.0,20.0,6.6,0.0,58.0,6.3,4.5,13.1,135.9,60.6,0.0,18.0,155.0,5.6,5.46,3.78,0.0,0.0,15,0.0
|
34 |
-
1,Tony Romo,0.0,0.0,0.0,0.0,9.0,16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0.0
|
35 |
-
2,Kurt Warner,0.0,0.0,0.0,0.0,13.0,11,11.0,0.0,235.0,347.0,67.7,3429.0,21.0,6.1,18.0,5.2,153.0,85.0,9.9,8.8,14.6,311.7,98.3,0.0,20.0,115.0,5.4,9.03,7.97,1.0,2.0,15,0.0
|
36 |
-
1,Kerry Collins,0.0,0.0,0.0,0.0,12.0,13,12.0,0.0,204.0,364.0,56.0,2454.0,14.0,3.8,9.0,2.5,116.0,55.0,6.7,6.4,12.0,188.8,79.4,0.0,18.0,114.0,4.7,6.13,5.8,1.0,1.0,10,0.0
|
37 |
-
1,Matt Hasselbeck,0.0,0.0,0.0,0.0,11.0,16,0.0,0.0,10.0,19.0,52.6,104.0,1.0,5.3,0.0,0.0,4.0,27.0,5.5,6.5,10.4,6.5,86.3,0.0,1.0,2.0,5.0,5.1,6.1,0.0,0.0,0,0.0
|
38 |
-
1,Jay Cutler,0.0,0.0,0.0,0.0,6.0,16,16.0,0.0,297.0,467.0,63.6,3497.0,20.0,4.3,14.0,3.0,174.0,68.0,7.5,7.0,11.8,218.6,88.1,64.3,27.0,153.0,5.5,6.77,6.3,2.0,3.0,12,0.0
|
39 |
-
1,Steve DeBerg,0.0,0.0,0.0,0.0,17.0,16,15.0,0.0,347.0,578.0,60.0,3652.0,17.0,2.9,21.0,3.6,0.0,50.0,6.3,5.3,10.5,228.3,73.1,0.0,17.0,119.0,2.9,5.94,4.92,1.0,1.0,12,0.0
|
40 |
-
1,Andy Dalton,0.0,0.0,0.0,0.0,14.0,16,16.0,0.0,329.0,528.0,62.3,3669.0,27.0,5.1,16.0,3.0,172.0,59.0,6.9,6.6,11.2,229.3,87.4,47.7,46.0,229.0,8.0,5.99,5.68,1.0,3.0,12,0.0
|
41 |
-
1,Jim Everett,0.0,0.0,0.0,0.0,11.0,11,11.0,0.0,162.0,302.0,53.6,2064.0,10.0,3.3,13.0,4.3,0.0,81.0,6.8,5.6,12.7,187.6,68.4,0.0,17.0,139.0,5.3,6.03,4.83,0.0,1.0,9,0.0
|
42 |
-
1,Jim Plunkett,0.0,0.0,0.0,0.0,16.0,14,14.0,0.0,169.0,355.0,47.6,2196.0,8.0,2.3,25.0,7.0,0.0,62.0,6.2,3.5,13.0,156.9,45.7,0.0,39.0,385.0,9.9,4.6,2.15,2.0,2.0,6,0.0
|
43 |
-
1,Ron Jaworski,0.0,0.0,0.0,0.0,16.0,14,1.0,0.0,24.0,48.0,50.0,302.0,0.0,0.0,2.0,4.2,0.0,25.0,6.3,4.4,12.6,21.6,52.6,0.0,9.0,75.0,15.8,3.98,2.4,0.0,1.0,2,0.0
|
44 |
-
1,Joe Theismann,0.0,0.0,0.0,0.0,7.0,14,0.0,0.0,10.0,22.0,45.5,96.0,1.0,4.5,3.0,13.6,0.0,30.0,4.4,-0.9,9.6,6.9,33.7,0.0,2.0,18.0,8.3,3.25,-1.54,0.0,0.0,1,0.0
|
45 |
-
1,Joe Ferguson,0.0,0.0,0.0,0.0,12.0,14,14.0,0.0,119.0,232.0,51.3,1588.0,12.0,5.2,12.0,5.2,0.0,55.0,6.8,5.6,13.3,113.4,69.0,0.0,32.0,235.0,12.1,5.13,3.99,3.0,3.0,10,0.0
|
46 |
-
1,Jeff Garcia,0.0,0.0,0.0,0.0,5.0,16,16.0,0.0,355.0,561.0,63.3,4278.0,31.0,5.5,10.0,1.8,206.0,69.0,7.6,7.9,12.1,267.4,97.6,0.0,24.0,155.0,4.1,7.05,7.34,0.0,0.0,20,0.0
|
47 |
-
1,Danny White,0.0,0.0,0.0,0.0,11.0,14,0.0,0.0,4.0,10.0,40.0,35.0,0.0,0.0,1.0,10.0,0.0,12.0,3.5,-1.0,8.8,2.5,10.4,0.0,2.0,15.0,16.7,1.67,-2.08,0.0,0.0,3,0.0
|
48 |
-
1,Chris Chandler,0.0,0.0,0.0,0.0,17.0,3,3.0,0.0,39.0,80.0,48.8,537.0,2.0,2.5,3.0,3.8,0.0,82.0,6.7,5.5,13.8,179.0,63.4,0.0,3.0,17.0,3.6,6.27,5.12,0.0,0.0,2,0.0
|
49 |
-
1,Jim Harbaugh,0.0,0.0,0.0,0.0,4.0,10,2.0,0.0,47.0,97.0,48.5,514.0,0.0,0.0,2.0,2.1,0.0,56.0,5.3,4.4,10.9,51.4,55.9,0.0,6.0,49.0,5.8,4.51,3.64,1.0,1.0,2,0.0
|
50 |
-
3,Ryan Fitzpatrick,0.0,0.0,0.0,0.0,11.0,13,12.0,0.0,221.0,372.0,59.4,1905.0,8.0,2.2,9.0,2.4,99.0,79.0,5.1,4.5,8.6,146.5,70.0,52.5,38.0,193.0,9.3,4.18,3.58,0.0,0.0,3,0.0
|
51 |
-
1,Ryan Tannehill,0.0,0.0,0.0,0.0,17.0,16,16.0,0.0,355.0,588.0,60.4,3913.0,24.0,4.1,17.0,2.9,204.0,67.0,6.7,6.2,11.0,244.6,81.7,48.4,58.0,399.0,9.0,5.44,5.0,4.0,3.0,11,0.0
|
52 |
-
2,Daunte Culpepper,0.0,0.0,0.0,0.0,11.0,11,11.0,0.0,235.0,366.0,64.2,2612.0,14.0,3.8,13.0,3.6,127.0,57.0,7.1,6.3,11.1,237.5,83.3,0.0,33.0,186.0,8.3,6.08,5.32,2.0,2.0,11,0.0
|
53 |
-
1,Kirk Cousins,0.0,0.0,0.0,0.0,12.0,5,3.0,0.0,81.0,155.0,52.3,854.0,4.0,2.6,7.0,4.5,42.0,62.0,5.5,4.0,10.5,170.8,58.4,36.5,5.0,32.0,3.1,5.14,3.67,0.0,0.0,-2,0.0
|
54 |
-
1,Brad Johnson,0.0,0.0,0.0,0.0,14.0,5,0.0,0.0,25.0,36.0,69.4,272.0,0.0,0.0,2.0,5.6,11.0,39.0,7.6,5.1,10.9,54.4,68.3,0.0,2.0,18.0,5.3,6.68,4.32,0.0,0.0,1,0.0
|
55 |
-
1,Bert Jones,0.0,0.0,0.0,0.0,7.0,11,8.0,0.0,143.0,270.0,53.0,1610.0,8.0,3.0,12.0,4.4,0.0,57.0,6.0,4.6,11.3,146.4,62.4,0.0,36.0,328.0,11.8,4.19,2.95,0.0,0.0,8,0.0
|
56 |
-
1,Jake Plummer,0.0,0.0,0.0,0.0,16.0,16,16.0,0.0,324.0,547.0,59.2,3737.0,17.0,3.1,20.0,3.7,179.0,57.0,6.8,5.8,11.5,233.6,75.0,0.0,49.0,280.0,8.2,5.8,4.86,5.0,7.0,12,0.0
|
57 |
-
1,Jon Kitna,0.0,0.0,0.0,0.0,7.0,6,5.0,0.0,98.0,172.0,57.0,1177.0,7.0,4.1,8.0,4.7,50.0,70.0,6.8,5.6,12.0,196.2,72.3,0.0,11.0,72.0,6.0,6.04,4.84,1.0,1.0,4,0.0
|
58 |
-
1,Derek Carr,0.0,0.0,0.0,0.0,4.0,16,16.0,0.0,350.0,573.0,61.1,3987.0,32.0,5.6,13.0,2.3,188.0,68.0,7.0,7.1,11.4,249.2,91.1,43.1,31.0,230.0,5.1,6.22,6.31,4.0,4.0,13,0.0
|
59 |
-
1,Jim Zorn,0.0,0.0,0.0,0.0,10.0,10,10.0,0.0,104.0,251.0,41.4,1687.0,16.0,6.4,19.0,7.6,0.0,82.0,6.7,4.6,16.2,168.7,54.3,0.0,11.0,43.0,4.2,6.27,4.23,1.0,1.0,10,0.0
|
60 |
-
1,Ken O'Brien,0.0,0.0,0.0,0.0,7.0,16,16.0,0.0,297.0,488.0,60.9,3888.0,25.0,5.1,8.0,1.6,0.0,96.0,8.0,8.3,13.1,243.0,96.2,0.0,62.0,399.0,11.3,6.34,6.6,1.0,1.0,15,0.0
|
61 |
-
1,Brian Sipe,0.0,0.0,0.0,0.0,17.0,7,2.0,0.0,45.0,88.0,51.1,427.0,1.0,1.1,3.0,3.4,0.0,22.0,4.9,3.5,9.5,61.0,54.5,0.0,8.0,58.0,8.3,3.84,2.65,0.0,0.0,2,0.0
|
62 |
-
1,Steve Bartkowski,0.0,0.0,0.0,0.0,10.0,5,5.0,0.0,57.0,120.0,47.5,677.0,2.0,1.7,9.0,7.5,0.0,50.0,5.6,2.6,11.9,135.4,39.5,0.0,18.0,150.0,13.0,3.82,1.17,0.0,1.0,2,0.0
|
63 |
-
1,Tommy Kramer,0.0,0.0,0.0,0.0,9.0,4,0.0,0.0,5.0,16.0,31.3,50.0,0.0,0.0,1.0,6.3,0.0,19.0,3.1,0.3,10.0,12.5,15.1,0.0,1.0,11.0,5.9,2.29,-0.35,0.0,1.0,0,0.0
|
64 |
-
1,Neil Lomax,0.0,0.0,0.0,0.0,15.0,9,9.0,0.0,109.0,205.0,53.2,1367.0,5.0,2.4,6.0,2.9,0.0,42.0,6.7,5.8,12.5,151.9,70.1,0.0,31.0,234.0,13.1,4.8,4.08,1.0,1.0,9,0.0
|
65 |
-
1,Jeff Blake,0.0,0.0,0.0,0.0,8.0,10,9.0,0.0,156.0,306.0,51.0,2154.0,14.0,4.6,9.0,2.9,92.0,76.0,7.0,6.6,13.8,215.4,76.9,0.0,19.0,120.0,5.8,6.26,5.87,3.0,2.0,7,0.0
|
66 |
-
1,Lynn Dickey,0.0,0.0,0.0,0.0,10.0,12,4.0,0.0,71.0,120.0,59.2,888.0,6.0,5.0,10.0,8.3,0.0,66.0,7.4,4.7,12.5,74.0,64.2,0.0,13.0,138.0,9.8,5.64,3.16,1.0,1.0,3,0.0
|
67 |
-
1,Andrew Luck,0.0,0.0,0.0,0.0,12.0,16,16.0,0.0,343.0,570.0,60.2,3822.0,23.0,4.0,9.0,1.6,189.0,73.0,6.7,6.8,11.1,238.9,87.0,63.8,32.0,227.0,5.3,5.97,6.06,3.0,3.0,15,0.0
|
68 |
-
1,Jeff George,0.0,0.0,0.0,0.0,11.0,16,16.0,0.0,292.0,485.0,60.2,2910.0,10.0,2.1,12.0,2.5,0.0,49.0,6.0,5.3,10.0,181.9,73.8,0.0,56.0,481.0,10.4,4.49,3.86,0.0,0.0,5,0.0
|
69 |
-
1,Bernie Kosar,0.0,0.0,0.0,0.0,19.0,16,16.0,0.0,310.0,531.0,58.4,3854.0,17.0,3.2,10.0,1.9,0.0,72.0,7.3,7.1,12.4,240.9,83.8,0.0,39.0,274.0,6.8,6.28,6.09,4.0,6.0,13,0.0
|
70 |
-
1,Matt Schaub,0.0,0.0,0.0,0.0,8.0,16,1.0,0.0,33.0,64.0,51.6,495.0,4.0,6.3,0.0,0.0,23.0,53.0,7.7,9.0,15.0,30.9,98.1,0.0,6.0,27.0,8.6,6.69,7.83,0.0,0.0,2,0.0
|
71 |
-
1,Dak Prescott,0.0,0.0,0.0,0.0,4.0,16,16.0,0.0,308.0,490.0,62.9,3324.0,22.0,4.5,13.0,2.7,162.0,81.0,6.8,6.5,10.8,207.8,86.6,69.9,32.0,185.0,6.1,6.01,5.74,0.0,4.0,13,0.0
|
72 |
-
2,Patrick Mahomes,0.0,0.0,0.0,0.0,15.0,14,14.0,0.0,319.0,484.0,65.9,4031.0,26.0,5.4,5.0,1.0,176.0,83.0,8.3,8.9,12.6,287.9,105.3,77.7,17.0,127.0,3.4,7.79,8.38,1.0,1.0,17,0.0
|
73 |
-
1,Aaron Brooks,0.0,0.0,0.0,0.0,2.0,16,16.0,0.0,312.0,558.0,55.9,3832.0,26.0,4.7,22.0,3.9,182.0,63.0,6.9,6.0,12.3,239.5,76.4,0.0,50.0,330.0,8.2,5.76,4.99,2.0,3.0,15,0.0
|
74 |
-
1,Neil O'Donnell,0.0,0.0,0.0,0.0,14.0,12,12.0,0.0,185.0,313.0,59.1,2283.0,13.0,4.2,9.0,2.9,0.0,51.0,7.3,6.8,12.3,190.3,83.6,0.0,27.0,208.0,7.9,6.1,5.68,2.0,3.0,9,0.0
|
75 |
-
1,Dan Pastorini,0.0,0.0,0.0,0.0,7.0,14,12.0,0.0,144.0,299.0,48.2,1711.0,7.0,2.3,12.0,4.0,0.0,82.0,5.7,4.4,11.9,122.2,57.1,0.0,37.0,310.0,11.0,4.17,2.98,0.0,0.0,8,0.0
|
76 |
-
1,Jim McMahon,0.0,0.0,0.0,0.0,9.0,14,13.0,0.0,175.0,295.0,59.3,2184.0,12.0,4.1,13.0,4.4,0.0,87.0,7.4,6.2,12.5,156.0,77.6,0.0,42.0,266.0,12.5,5.69,4.67,1.0,1.0,8,0.0
|
77 |
-
1,Jay Schroeder,0.0,0.0,0.0,0.0,10.0,16,16.0,0.0,276.0,541.0,51.0,4109.0,22.0,4.1,22.0,4.1,0.0,71.0,7.6,6.6,14.9,256.8,72.9,0.0,28.0,240.0,4.9,6.8,5.83,4.0,5.0,14,0.0
|
78 |
-
1,Richard Todd,0.0,0.0,0.0,0.0,14.0,12,11.0,0.0,133.0,265.0,50.2,1863.0,11.0,4.2,17.0,6.4,0.0,87.0,7.0,5.0,14.0,155.3,60.3,0.0,24.0,203.0,8.3,5.74,3.86,1.0,3.0,8,0.0
|
79 |
-
2,David Garrard,0.0,0.0,0.0,0.0,9.0,4,2.0,0.0,38.0,72.0,52.8,374.0,2.0,2.8,1.0,1.4,21.0,36.0,5.2,5.1,9.8,93.5,71.2,0.0,6.0,35.0,7.7,4.35,4.28,0.0,1.0,1,0.0
|
80 |
-
1,Kordell Stewart,0.0,0.0,0.0,0.0,10.0,16,2.0,0.0,11.0,30.0,36.7,100.0,0.0,0.0,2.0,6.7,4.0,15.0,3.3,0.3,9.1,6.3,18.8,0.0,3.0,37.0,9.1,1.91,-0.82,0.0,2.0,5,0.0
|
81 |
-
2,Jake Delhomme,0.0,0.0,0.0,0.0,17.0,16,15.0,0.0,266.0,449.0,59.2,3219.0,19.0,4.2,16.0,3.6,147.0,67.0,7.2,6.4,12.1,201.2,80.6,0.0,23.0,168.0,4.9,6.46,5.74,5.0,7.0,10,0.0
|
82 |
-
1,Gus Frerotte,0.0,0.0,0.0,0.0,12.0,16,11.0,0.0,199.0,396.0,50.3,2751.0,13.0,3.3,13.0,3.3,128.0,73.0,6.9,6.1,13.8,171.9,70.2,0.0,23.0,192.0,5.5,6.11,5.33,1.0,0.0,8,0.0
|
83 |
-
1,Jeff Hostetler,0.0,0.0,0.0,0.0,15.0,13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0.0
|
84 |
-
1,Marc Bulger,0.0,0.0,0.0,0.0,10.0,15,15.0,0.0,336.0,532.0,63.2,3845.0,22.0,4.1,22.0,4.1,193.0,48.0,7.2,6.2,11.4,256.3,81.4,0.0,37.0,288.0,6.5,6.25,5.28,4.0,4.0,14,0.0
|
85 |
-
1,Jameis Winston,0.0,0.0,0.0,0.0,3.0,16,16.0,0.0,345.0,567.0,60.8,4090.0,28.0,4.9,18.0,3.2,216.0,45.0,7.2,6.8,11.9,255.6,86.1,59.5,35.0,239.0,5.8,6.4,5.98,1.0,3.0,12,0.0
|
86 |
-
1,Jared Goff,0.0,0.0,0.0,0.0,16.0,15,15.0,0.0,296.0,477.0,62.1,3804.0,28.0,5.9,7.0,1.5,177.0,94.0,8.0,8.5,12.9,253.6,100.5,55.7,25.0,172.0,5.0,7.24,7.72,1.0,1.0,15,0.0
|
87 |
-
1,Carson Wentz,0.0,0.0,0.0,0.0,11.0,13,13.0,0.0,265.0,440.0,60.2,3296.0,33.0,7.5,7.0,1.6,161.0,72.0,7.5,8.3,12.4,253.5,101.9,78.5,28.0,162.0,6.0,6.7,7.43,1.0,1.0,13,0.0
|
88 |
-
1,Doug Williams,0.0,0.0,0.0,0.0,12.0,16,16.0,0.0,166.0,397.0,41.8,2448.0,18.0,4.5,24.0,6.0,0.0,66.0,6.2,4.4,14.7,153.0,52.5,0.0,7.0,57.0,1.7,5.92,4.14,3.0,4.0,7,0.0
|
89 |
-
2,Brian Griese,0.0,0.0,0.0,0.0,14.0,10,10.0,0.0,216.0,336.0,64.3,2688.0,19.0,5.7,4.0,1.2,138.0,61.0,8.0,8.6,12.4,268.8,102.9,0.0,17.0,139.0,4.8,7.22,7.79,0.0,1.0,12,0.0
|
90 |
-
1,Lamar Jackson,0.0,0.0,0.0,0.0,8.0,15,15.0,0.0,265.0,401.0,66.1,3127.0,36.0,9.0,6.0,1.5,161.0,83.0,7.8,8.9,11.8,208.5,113.3,83.0,23.0,106.0,5.4,7.13,8.19,1.0,2.0,25,0.0
|
91 |
-
3,Chad Pennington,0.0,0.0,0.0,0.0,10.0,10,9.0,0.0,189.0,297.0,63.6,2139.0,13.0,4.4,12.0,4.0,116.0,65.0,7.2,6.3,11.3,213.9,82.9,0.0,25.0,160.0,7.8,6.15,5.28,2.0,2.0,7,0.0
|
92 |
-
1,Trent Dilfer,0.0,0.0,0.0,0.0,12.0,16,16.0,0.0,224.0,415.0,54.0,2774.0,4.0,1.0,18.0,4.3,133.0,64.0,6.7,4.9,12.4,173.4,60.1,0.0,47.0,331.0,10.2,5.29,3.71,1.0,3.0,6,0.0
|
93 |
-
1,Bill Kenney,0.0,0.0,0.0,0.0,9.0,13,13.0,0.0,147.0,274.0,53.6,1983.0,9.0,3.3,16.0,5.8,0.0,64.0,7.2,5.3,13.5,152.5,63.6,0.0,20.0,160.0,6.8,6.2,4.36,1.0,0.0,7,0.0
|
94 |
-
2,Wade Wilson,0.0,0.0,0.0,0.0,11.0,8,5.0,0.0,102.0,195.0,52.3,1019.0,5.0,2.6,11.0,5.6,0.0,38.0,5.2,3.2,10.0,127.4,52.5,0.0,20.0,159.0,9.3,4.0,2.16,0.0,1.0,-1,0.0
|
95 |
-
1,Mike Tomczak,0.0,0.0,0.0,0.0,18.0,13,7.0,0.0,74.0,151.0,49.0,1105.0,2.0,1.3,10.0,6.6,0.0,85.0,7.3,4.6,14.9,85.0,50.2,0.0,4.0,30.0,2.6,6.94,4.29,2.0,3.0,3,0.0
|
96 |
-
2,Stan Humphries,0.0,0.0,0.0,0.0,12.0,16,15.0,0.0,263.0,454.0,57.9,3356.0,16.0,3.5,18.0,4.0,0.0,67.0,7.4,6.3,12.8,209.8,76.4,0.0,28.0,218.0,5.8,6.51,5.49,2.0,2.0,13,0.0
|
97 |
-
1,Rodney Peete,0.0,0.0,0.0,0.0,9.0,11,11.0,0.0,142.0,271.0,52.4,1974.0,13.0,4.8,8.0,3.0,0.0,68.0,7.3,6.9,13.9,179.5,79.8,0.0,27.0,173.0,9.1,6.04,5.71,0.0,1.0,11,0.0
|
98 |
-
2,Gary Danielson,0.0,0.0,0.0,0.0,16.0,16,11.0,0.0,199.0,351.0,56.7,2294.0,18.0,5.1,17.0,4.8,0.0,47.0,6.5,5.4,11.5,143.4,73.5,0.0,25.0,237.0,6.6,5.47,4.39,1.0,1.0,10,0.0
|
99 |
-
1,Deshaun Watson,0.0,0.0,0.0,0.0,4.0,16,16.0,0.0,345.0,505.0,68.3,4165.0,26.0,5.1,9.0,1.8,215.0,73.0,8.2,8.5,12.1,260.3,103.1,61.8,62.0,384.0,10.9,6.67,6.87,5.0,5.0,16,0.0
|
100 |
-
1,Josh Allen,0.0,0.0,0.0,0.0,17.0,16,16.0,0.0,271.0,461.0,58.8,3089.0,20.0,4.3,9.0,2.0,146.0,53.0,6.7,6.7,11.4,193.1,85.3,49.4,38.0,237.0,7.6,5.72,5.71,4.0,5.0,11,0.0
|
101 |
-
1,Jason Campbell,0.0,0.0,0.0,0.0,17.0,13,13.0,0.0,250.0,417.0,60.0,2700.0,12.0,2.9,11.0,2.6,148.0,54.0,6.5,5.9,10.8,207.7,77.6,59.8,21.0,110.0,4.8,5.91,5.33,1.0,2.0,9,0.0
|
102 |
-
1,Elvis Grbac,0.0,0.0,0.0,0.0,18.0,16,5.0,0.0,127.0,183.0,69.4,1469.0,8.0,4.4,5.0,2.7,65.0,81.0,8.0,7.7,11.6,91.8,96.6,0.0,6.0,36.0,3.2,7.58,7.24,0.0,0.0,6,0.0
|
103 |
-
2,Scott Mitchell,0.0,0.0,0.0,0.0,19.0,13,7.0,0.0,133.0,233.0,57.1,1773.0,12.0,5.2,8.0,3.4,0.0,77.0,7.6,7.1,13.3,136.4,84.2,0.0,7.0,49.0,2.9,7.18,6.68,0.0,0.0,7,0.0
|
104 |
-
1,Teddy Bridgewater,0.0,0.0,0.0,0.0,5.0,16,16.0,0.0,292.0,447.0,65.3,3231.0,14.0,3.1,9.0,2.0,153.0,52.0,7.2,6.9,11.1,201.9,88.7,57.7,44.0,307.0,9.0,5.96,5.7,1.0,1.0,14,0.0
|
105 |
-
2,Matt Cassel,0.0,0.0,0.0,0.0,16.0,6,0.0,0.0,4.0,7.0,57.1,38.0,0.0,0.0,1.0,14.3,2.0,21.0,5.4,-1.0,9.5,6.3,32.7,99.1,0.0,0.0,0.0,5.43,-1.0,0.0,0.0,0,0.0
|
106 |
-
1,Tony Banks,0.0,0.0,0.0,0.0,12.0,16,16.0,0.0,252.0,487.0,51.7,3254.0,14.0,2.9,13.0,2.7,152.0,76.0,6.7,6.1,12.9,203.4,71.5,0.0,43.0,317.0,8.1,5.54,4.97,1.0,2.0,10,0.0
|
107 |
-
1,Sam Bradford,0.0,0.0,0.0,0.0,8.0,10,10.0,0.0,191.0,357.0,53.5,2164.0,6.0,1.7,6.0,1.7,104.0,68.0,6.1,5.6,11.3,216.4,70.5,31.4,36.0,248.0,9.2,4.88,4.49,1.0,1.0,3,0.0
|
108 |
-
1,David Carr,0.0,0.0,0.0,0.0,8.0,12,11.0,0.0,167.0,295.0,56.6,2013.0,9.0,3.1,13.0,4.4,85.0,78.0,6.8,5.5,12.1,167.8,69.5,0.0,15.0,90.0,4.8,6.2,4.9,2.0,2.0,7,0.0
|
109 |
-
1,Colin Kaepernick,0.0,0.0,0.0,0.0,7.0,13,7.0,0.0,136.0,218.0,62.4,1814.0,10.0,4.6,3.0,1.4,86.0,57.0,8.3,8.6,13.3,139.5,98.3,71.8,16.0,112.0,6.8,7.27,7.55,1.0,1.0,9,0.0
|
110 |
-
1,Marcus Mariota,0.0,0.0,0.0,0.0,8.0,15,15.0,0.0,276.0,451.0,61.2,3426.0,26.0,5.8,9.0,2.0,157.0,60.0,7.6,7.9,12.4,228.4,95.6,59.1,23.0,156.0,4.9,6.9,7.14,2.0,2.0,13,0.0
|
111 |
-
1,Blake Bortles,0.0,0.0,0.0,0.0,5.0,16,16.0,0.0,355.0,606.0,58.6,4428.0,35.0,5.8,18.0,3.0,220.0,90.0,7.3,7.1,12.5,276.8,88.2,51.4,51.0,320.0,7.8,6.25,6.09,3.0,4.0,14,0.0
|
112 |
-
1,Tyrod Taylor,0.0,0.0,0.0,0.0,2.0,7,0.0,0.0,17.0,29.0,58.6,179.0,0.0,0.0,1.0,3.4,8.0,25.0,6.2,4.6,10.5,25.6,62.3,52.3,3.0,30.0,9.4,4.66,3.25,0.0,0.0,1,0.0
|
113 |
-
1,Erik Kramer,0.0,0.0,0.0,0.0,12.0,13,8.0,0.0,136.0,265.0,51.3,1635.0,11.0,4.2,8.0,3.0,0.0,73.0,6.2,5.6,12.0,125.8,71.8,0.0,14.0,74.0,5.0,5.59,5.09,3.0,3.0,6,0.0
|
114 |
-
1,Kyler Murray,0.0,0.0,0.0,0.0,1.0,16,16.0,0.0,375.0,558.0,67.2,3971.0,26.0,4.7,12.0,2.2,205.0,80.0,7.1,7.1,10.6,248.2,94.3,61.9,27.0,176.0,4.6,6.49,6.45,3.0,4.0,16,0.0
|
115 |
-
1,Mike Phipps,0.0,0.0,0.0,0.0,15.0,14,1.0,0.0,13.0,47.0,27.7,179.0,1.0,2.1,4.0,8.5,0.0,39.0,3.8,0.4,13.8,12.8,14.6,0.0,0.0,0.0,0.0,3.81,0.4,0.0,0.0,1,0.0
|
116 |
-
1,Baker Mayfield,0.0,0.0,0.0,0.0,6.0,16,16.0,0.0,317.0,534.0,59.4,3827.0,22.0,4.1,21.0,3.9,179.0,89.0,7.2,6.2,12.1,239.2,78.8,54.4,40.0,285.0,7.0,6.17,5.29,1.0,1.0,11,0.0
|
117 |
-
1,Kyle Orton,0.0,0.0,0.0,0.0,18.0,3,3.0,0.0,43.0,80.0,53.8,478.0,3.0,3.8,2.0,2.5,20.0,55.0,6.0,5.6,11.1,159.3,73.9,28.2,2.0,12.0,2.4,5.68,5.32,0.0,0.0,1,0.0
|
118 |
-
2,Jay Fiedler,0.0,0.0,0.0,0.0,11.0,7,1.0,0.0,61.0,94.0,64.9,656.0,2.0,2.1,2.0,2.1,40.0,25.0,7.0,6.4,10.8,93.7,83.5,0.0,7.0,47.0,6.9,6.03,5.53,0.0,0.0,2,0.0
|
119 |
-
1,Don Majkowski,0.0,0.0,0.0,0.0,7.0,13,9.0,0.0,178.0,336.0,53.0,2119.0,9.0,2.7,11.0,3.3,0.0,56.0,6.3,5.4,11.9,163.0,67.8,0.0,31.0,176.0,8.4,5.29,4.44,0.0,0.0,6,0.0
|
120 |
-
3,Bubby Brister,0.0,0.0,0.0,0.0,6.0,14,14.0,0.0,187.0,342.0,54.7,2365.0,9.0,2.6,10.0,2.9,0.0,79.0,6.9,6.1,12.6,168.9,73.1,0.0,45.0,452.0,11.6,4.94,4.25,1.0,1.0,7,0.0
|
121 |
-
1,James Harris,0.0,0.0,0.0,0.0,12.0,7,0.0,0.0,24.0,50.0,48.0,338.0,3.0,6.0,4.0,8.0,0.0,32.0,6.8,4.4,14.1,48.3,56.9,0.0,7.0,63.0,12.3,4.82,2.72,0.0,0.0,1,0.0
|
122 |
-
1,Bobby Douglass,0.0,0.0,0.0,0.0,10.0,3,1.0,0.0,12.0,30.0,40.0,218.0,4.0,13.3,3.0,10.0,0.0,53.0,7.3,5.4,18.2,72.7,65.7,0.0,7.0,46.0,18.9,4.65,3.16,0.0,0.0,1,0.0
|
123 |
-
1,Eric Hipple,0.0,0.0,0.0,0.0,17.0,16,10.0,0.0,140.0,279.0,50.2,2358.0,14.0,5.0,15.0,5.4,0.0,94.0,8.5,7.0,16.8,147.4,73.4,0.0,27.0,208.0,8.8,7.03,5.74,2.0,2.0,10,0.0
|
124 |
-
2,Marc Wilson,0.0,0.0,0.0,0.0,6.0,8,0.0,0.0,1.0,2.0,50.0,4.0,0.0,0.0,0.0,0.0,0.0,4.0,2.0,2.0,4.0,0.5,56.2,0.0,0.0,0.0,0.0,2.0,2.0,0.0,0.0,0,0.0
|
125 |
-
1,Josh Freeman,0.0,0.0,0.0,0.0,5.0,16,16.0,0.0,291.0,474.0,61.4,3451.0,25.0,5.3,6.0,1.3,167.0,64.0,7.3,7.8,11.9,215.7,95.9,69.5,28.0,195.0,5.6,6.49,6.94,5.0,5.0,13,0.0
|
126 |
-
1,Jimmy Garoppolo,0.0,0.0,0.0,0.0,10.0,5,0.0,0.0,1.0,4.0,25.0,6.0,0.0,0.0,0.0,0.0,0.0,6.0,1.5,1.5,6.0,1.2,39.6,8.1,0.0,0.0,0.0,1.5,1.5,0.0,0.0,0,0.0
|
127 |
-
1,Tony Eason,0.0,0.0,0.0,0.0,11.0,16,13.0,0.0,259.0,431.0,60.1,3228.0,23.0,5.3,8.0,1.9,0.0,76.0,7.5,7.7,12.5,201.8,93.4,0.0,59.0,409.0,12.0,5.75,5.96,4.0,4.0,11,0.0
|
128 |
-
2,Case Keenum,0.0,0.0,0.0,0.0,17.0,6,5.0,0.0,76.0,125.0,60.8,828.0,4.0,3.2,1.0,0.8,42.0,60.0,6.6,6.9,10.9,138.0,87.7,34.8,4.0,28.0,3.1,6.2,6.47,0.0,0.0,2,0.0
|
129 |
-
1,Charlie Batch,0.0,0.0,0.0,0.0,10.0,11,10.0,0.0,151.0,270.0,55.9,1957.0,13.0,4.8,7.0,2.6,90.0,74.0,7.2,7.0,13.0,177.9,84.1,0.0,36.0,186.0,11.8,5.79,5.61,1.0,1.0,7,0.0
|
130 |
-
1,Robert Griffin III,0.0,0.0,0.0,0.0,10.0,13,13.0,0.0,274.0,456.0,60.1,3203.0,16.0,3.5,12.0,2.6,159.0,62.0,7.0,6.5,11.7,246.4,82.2,50.4,38.0,274.0,7.7,5.93,5.48,1.0,2.0,9,0.0
|
131 |
-
1,David Woodley,0.0,0.0,0.0,0.0,16.0,15,15.0,0.0,191.0,366.0,52.2,2470.0,12.0,3.3,13.0,3.6,0.0,69.0,6.7,5.8,12.9,164.7,69.8,0.0,24.0,191.0,6.2,5.84,4.96,1.0,2.0,10,0.0
|
132 |
-
5,Steve Bono,0.0,0.0,0.0,0.0,13.0,9,6.0,0.0,141.0,237.0,59.5,1617.0,11.0,4.6,4.0,1.7,0.0,78.0,6.8,7.0,11.5,179.7,88.5,0.0,11.0,91.0,4.4,6.15,6.31,2.0,2.0,7,0.0
|
133 |
-
1,Nick Foles ,0.0,0.0,0.0,0.0,9.0,13,10.0,0.0,203.0,317.0,64.0,2891.0,27.0,8.5,2.0,0.6,130.0,63.0,9.1,10.5,14.2,222.4,119.2,69.5,28.0,173.0,8.1,7.88,9.18,1.0,1.0,11,0.0
|
134 |
-
1,Pat Haden,0.0,0.0,0.0,0.0,11.0,12,10.0,0.0,122.0,216.0,56.5,1551.0,11.0,5.1,6.0,2.8,0.0,58.0,7.2,6.9,12.7,129.3,84.5,0.0,17.0,151.0,7.3,6.01,5.79,1.0,1.0,11,0.0
|
135 |
-
1,Byron Leftwich,0.0,0.0,0.0,0.0,7.0,14,14.0,0.0,267.0,441.0,60.5,2941.0,15.0,3.4,10.0,2.3,141.0,65.0,6.7,6.3,11.0,210.1,82.2,0.0,25.0,114.0,5.4,6.07,5.74,4.0,4.0,9,0.0
|
136 |
-
1,Rick Mirer,0.0,0.0,0.0,0.0,3.0,13,13.0,0.0,195.0,381.0,51.2,2151.0,11.0,2.9,7.0,1.8,107.0,51.0,5.6,5.4,11.0,165.5,70.2,0.0,27.0,145.0,6.6,4.92,4.68,2.0,2.0,8,0.0
|
137 |
-
1,Vince Young,0.0,0.0,0.0,0.0,10.0,15,15.0,0.0,238.0,382.0,62.3,2546.0,9.0,2.4,17.0,4.5,143.0,73.0,6.7,5.1,10.7,169.7,71.1,46.9,25.0,157.0,6.1,5.87,4.43,0.0,0.0,9,0.0
|
138 |
-
1,Vince Ferragamo,0.0,0.0,0.0,0.0,15.0,9,0.0,0.0,7.0,20.0,35.0,114.0,0.0,0.0,2.0,10.0,0.0,28.0,5.7,1.2,16.3,12.7,15.4,0.0,2.0,19.0,9.1,4.32,0.23,0.0,0.0,0,0.0
|
139 |
-
1,Mark Sanchez,0.0,0.0,0.0,0.0,6.0,16,16.0,0.0,278.0,507.0,54.8,3291.0,17.0,3.4,13.0,2.6,162.0,74.0,6.5,6.0,11.8,205.7,75.3,51.3,27.0,171.0,5.1,5.84,5.38,3.0,5.0,9,0.0
|
140 |
-
1,Mitchell Trubisky,0.0,0.0,0.0,0.0,10.0,14,14.0,0.0,289.0,434.0,66.6,3223.0,24.0,5.5,12.0,2.8,163.0,70.0,7.4,7.3,11.2,230.2,95.4,71.0,24.0,143.0,5.2,6.72,6.59,1.0,2.0,13,0.0
|
141 |
-
1,Joey Harrington,0.0,0.0,0.0,0.0,3.0,16,16.0,0.0,309.0,554.0,55.8,2880.0,17.0,3.1,22.0,4.0,149.0,72.0,5.2,4.0,9.3,180.0,63.9,0.0,9.0,55.0,1.6,5.02,3.86,2.0,2.0,6,0.0
|
142 |
-
1,Tim Couch,0.0,0.0,0.0,0.0,2.0,7,7.0,0.0,137.0,215.0,63.7,1483.0,7.0,3.3,9.0,4.2,60.0,79.0,6.9,5.7,10.8,211.9,77.3,0.0,10.0,78.0,4.4,6.24,5.07,1.0,1.0,4,0.0
|
143 |
-
1,Mike Pagel,0.0,0.0,0.0,0.0,18.0,15,15.0,0.0,163.0,328.0,49.7,2353.0,12.0,3.7,17.0,5.2,0.0,72.0,7.2,5.6,14.4,156.9,64.0,0.0,40.0,278.0,10.9,5.64,4.21,3.0,4.0,8,0.0
|
144 |
-
1,Steve Fuller,0.0,0.0,0.0,0.0,4.0,14,13.0,0.0,193.0,320.0,60.3,2250.0,10.0,3.1,12.0,3.8,0.0,77.0,7.0,6.0,11.7,160.7,76.4,0.0,49.0,348.0,13.3,5.15,4.23,3.0,4.0,10,0.0
|
145 |
-
1,Justin Herbert,0.0,0.0,0.0,0.0,10.0,17,17.0,0.0,443.0,672.0,65.9,5014.0,38.0,5.7,15.0,2.2,256.0,72.0,7.5,7.6,11.3,294.9,97.7,65.6,31.0,214.0,4.4,6.83,6.95,5.0,5.0,18,0.0
|
146 |
-
1,Bob Avellini,0.0,0.0,0.0,0.0,7.0,14,14.0,0.0,118.0,271.0,43.5,1580.0,8.0,3.0,15.0,5.5,0.0,63.0,5.8,3.9,13.4,112.9,49.4,0.0,24.0,225.0,8.1,4.59,2.85,0.0,0.0,7,0.0
|
147 |
-
3,Mark Malone,0.0,0.0,0.0,0.0,16.0,13,9.0,0.0,147.0,272.0,54.0,2137.0,16.0,5.9,17.0,6.3,0.0,61.0,7.9,6.2,14.5,164.4,73.4,0.0,25.0,211.0,8.4,6.48,4.99,1.0,2.0,8,0.0
|
148 |
-
3,Dave Brown,0.0,0.0,0.0,0.0,17.0,16,16.0,0.0,254.0,456.0,55.7,2814.0,11.0,2.4,10.0,2.2,146.0,57.0,6.2,5.7,11.1,175.9,73.1,0.0,44.0,206.0,8.8,5.22,4.76,1.0,1.0,10,0.0
|
149 |
-
1,Chad Henne,0.0,0.0,0.0,0.0,7.0,14,13.0,0.0,274.0,451.0,60.8,2878.0,12.0,2.7,14.0,3.1,156.0,67.0,6.4,5.5,10.5,205.6,75.2,53.1,26.0,176.0,5.5,5.66,4.85,3.0,3.0,8,0.0
|
150 |
-
2,John Friesz,0.0,0.0,0.0,0.0,17.0,12,6.0,0.0,128.0,238.0,53.8,1402.0,6.0,2.5,4.0,1.7,0.0,66.0,5.9,5.6,11.0,116.8,72.8,0.0,14.0,98.0,5.6,5.17,4.94,2.0,2.0,5,0.0
|
151 |
-
1,Billy Joe Tolliver,0.0,0.0,0.0,0.0,11.0,15,14.0,0.0,216.0,410.0,52.7,2574.0,16.0,3.9,16.0,3.9,0.0,45.0,6.3,5.3,11.9,171.6,68.9,0.0,19.0,150.0,4.4,5.65,4.72,0.0,0.0,9,0.0
|
152 |
-
1,Jacoby Brissett,0.0,0.0,0.0,0.0,7.0,16,15.0,0.0,276.0,469.0,58.8,3098.0,13.0,2.8,7.0,1.5,146.0,80.0,6.6,6.5,11.2,193.6,81.7,43.3,52.0,305.0,10.0,5.36,5.26,0.0,1.0,11,0.0
|
153 |
-
1,Rex Grossman,0.0,0.0,0.0,0.0,8.0,3,3.0,0.0,47.0,84.0,56.0,607.0,1.0,1.2,3.0,3.6,29.0,40.0,7.2,5.9,12.9,202.3,67.9,0.0,5.0,22.0,5.6,6.57,5.28,0.0,0.0,1,0.0
|
154 |
-
1,Brian Hoyer,0.0,0.0,0.0,0.0,8.0,5,0.0,0.0,7.0,15.0,46.7,122.0,1.0,6.7,1.0,6.7,7.0,42.0,8.1,6.5,17.4,24.4,69.3,60.0,0.0,0.0,0.0,8.13,6.47,0.0,0.0,0,0.0
|
155 |
-
1,Daniel Jones,0.0,0.0,0.0,0.0,8.0,14,14.0,0.0,280.0,448.0,62.5,2943.0,11.0,2.5,10.0,2.2,158.0,53.0,6.6,6.1,10.5,210.2,80.4,54.0,45.0,286.0,9.1,5.39,4.92,0.0,0.0,9,0.0
|
156 |
-
1,Tommy Maddox,0.0,0.0,0.0,0.0,8.0,16,0.0,0.0,1.0,1.0,100.0,1.0,1.0,100.0,0.0,0.0,0.0,1.0,1.0,21.0,1.0,0.1,118.7,0.0,0.0,0.0,0.0,1.0,21.0,0.0,0.0,0,0.0
|
157 |
-
3,Steve Pelluer,0.0,0.0,0.0,0.0,16.0,12,4.0,0.0,55.0,101.0,54.5,642.0,3.0,3.0,2.0,2.0,0.0,44.0,6.4,6.1,11.7,53.5,75.6,0.0,5.0,35.0,4.7,5.73,5.44,0.0,0.0,3,0.0
|
158 |
-
2,Steve Ramsey,0.0,0.0,0.0,0.0,10.0,9,5.0,0.0,65.0,137.0,47.4,1050.0,3.0,2.2,9.0,6.6,0.0,55.0,7.7,5.1,16.2,116.7,53.5,0.0,26.0,184.0,16.0,5.31,3.2,0.0,0.0,4,0.0
|
159 |
-
1,Jack Trudeau,0.0,0.0,0.0,0.0,10.0,10,8.0,0.0,128.0,229.0,55.9,1587.0,6.0,2.6,6.0,2.6,0.0,55.0,6.9,6.3,12.4,158.7,75.4,0.0,13.0,100.0,5.4,6.14,5.52,0.0,0.0,6,0.0
|
160 |
-
2,Shaun Hill,0.0,0.0,0.0,0.0,13.0,9,8.0,0.0,181.0,288.0,62.8,2046.0,13.0,4.5,8.0,2.8,100.0,48.0,7.1,6.8,11.3,227.3,87.5,62.1,23.0,148.0,7.4,6.1,5.78,2.0,3.0,7,0.0
|
161 |
-
3,Gary Hogeboom,0.0,0.0,0.0,0.0,14.0,6,0.0,0.0,11.0,17.0,64.7,161.0,1.0,5.9,1.0,5.9,0.0,24.0,9.5,8.0,14.6,26.8,90.6,0.0,0.0,0.0,0.0,9.47,8.0,0.0,0.0,0,0.0
|
162 |
-
1,Tarvaris Jackson,0.0,0.0,0.0,0.0,7.0,12,12.0,0.0,171.0,294.0,58.2,1911.0,9.0,3.1,12.0,4.1,95.0,71.0,6.5,5.3,11.2,159.3,70.8,50.6,19.0,70.0,6.1,5.88,4.73,1.0,2.0,7,0.0
|
163 |
-
1,Sam Darnold,0.0,0.0,0.0,0.0,14.0,13,13.0,0.0,273.0,441.0,61.9,3024.0,19.0,4.3,13.0,2.9,147.0,92.0,6.9,6.4,11.1,232.6,84.3,45.6,33.0,212.0,7.0,5.93,5.5,2.0,3.0,6,0.0
|
164 |
-
1,Kent Graham,0.0,0.0,0.0,0.0,10.0,9,0.0,0.0,8.0,22.0,36.4,79.0,0.0,0.0,0.0,0.0,0.0,18.0,3.6,3.6,9.9,8.8,47.3,0.0,3.0,28.0,12.0,2.04,2.04,0.0,0.0,0,0.0
|
165 |
-
3,Rob Johnson,0.0,0.0,0.0,0.0,11.0,8,6.0,0.0,67.0,107.0,62.6,910.0,8.0,7.5,3.0,2.8,41.0,66.0,8.5,8.7,13.6,113.8,102.9,0.0,29.0,163.0,21.3,5.49,5.68,0.0,0.0,5,0.0
|
166 |
-
2,Jeff Kemp,0.0,0.0,0.0,0.0,9.0,14,13.0,0.0,143.0,284.0,50.4,2021.0,13.0,4.6,7.0,2.5,0.0,63.0,7.1,6.9,14.1,144.4,78.7,0.0,24.0,190.0,7.8,5.94,5.77,2.0,3.0,9,0.0
|
167 |
-
1,Christian Ponder,0.0,0.0,0.0,0.0,7.0,16,16.0,0.0,300.0,483.0,62.1,2935.0,18.0,3.7,12.0,2.5,166.0,65.0,6.1,5.7,9.8,183.4,81.2,52.1,32.0,184.0,6.2,5.34,4.99,1.0,2.0,11,0.0
|
168 |
-
1,Derek Anderson,0.0,0.0,0.0,0.0,3.0,16,15.0,0.0,298.0,527.0,56.5,3787.0,29.0,5.5,19.0,3.6,185.0,78.0,7.2,6.7,12.7,236.7,82.5,62.6,14.0,109.0,2.6,6.8,6.29,2.0,2.0,14,0.0
|
169 |
-
1,Joe Burrow,0.0,0.0,0.0,0.0,9.0,16,16.0,0.0,366.0,520.0,70.4,4611.0,34.0,6.5,14.0,2.7,202.0,82.0,8.9,9.0,12.6,288.2,108.3,54.3,51.0,370.0,8.9,7.43,7.51,2.0,3.0,15,0.0
|
170 |
-
1,Craig Erickson,0.0,0.0,0.0,0.0,7.0,16,15.0,0.0,233.0,457.0,51.0,3054.0,18.0,3.9,21.0,4.6,0.0,67.0,6.7,5.4,13.1,190.9,66.4,0.0,35.0,236.0,7.1,5.73,4.54,0.0,0.0,8,0.0
|
171 |
-
1,Scott Hunter,0.0,0.0,0.0,0.0,16.0,14,14.0,0.0,86.0,199.0,43.2,1252.0,6.0,3.0,9.0,4.5,0.0,49.0,6.3,4.9,14.6,89.4,55.5,0.0,13.0,86.0,6.1,5.5,4.16,1.0,3.0,8,0.0
|
172 |
-
1,Steve Walsh,0.0,0.0,0.0,0.0,0.0,13,11.0,0.0,179.0,336.0,53.3,2010.0,12.0,3.6,13.0,3.9,0.0,58.0,6.0,5.0,11.2,154.6,67.2,0.0,10.0,76.0,2.9,5.59,4.59,2.0,4.0,5,0.0
|
173 |
-
1,Marty Domres,0.0,0.0,0.0,0.0,14.0,8,2.0,0.0,28.0,55.0,50.9,491.0,2.0,3.6,4.0,7.3,0.0,80.0,8.9,6.4,17.5,61.4,63.5,0.0,13.0,93.0,19.1,5.85,3.79,1.0,0.0,3,0.0
|
174 |
-
1,Jalen Hurts,0.0,0.0,0.0,0.0,1.0,15,15.0,0.0,265.0,432.0,61.3,3144.0,16.0,3.7,9.0,2.1,143.0,91.0,7.3,7.1,11.9,209.6,87.2,48.5,26.0,150.0,5.7,6.54,6.35,2.0,2.0,17,0.0
|
175 |
-
1,Bob Lee,0.0,0.0,0.0,0.0,19.0,6,2.0,0.0,40.0,79.0,50.6,610.0,5.0,6.3,5.0,6.3,0.0,52.0,7.7,6.1,15.3,101.7,71.2,0.0,6.0,36.0,7.1,6.75,5.28,0.0,0.0,3,0.0
|
176 |
-
1,Matt Moore,0.0,0.0,0.0,0.0,3.0,7,5.0,0.0,85.0,138.0,61.6,1053.0,8.0,5.8,2.0,1.4,52.0,66.0,7.6,8.1,12.4,150.4,98.5,64.6,9.0,78.0,6.1,6.63,7.11,1.0,1.0,3,0.0
|
177 |
-
2,Don Strock,0.0,0.0,0.0,0.0,10.0,4,1.0,0.0,21.0,47.0,44.7,359.0,3.0,6.4,2.0,4.3,0.0,53.0,7.6,7.0,17.1,89.8,74.7,0.0,4.0,41.0,7.8,6.24,5.65,0.0,0.0,2,0.0
|
178 |
-
1,David Whitehurst,0.0,0.0,0.0,0.0,17.0,16,16.0,0.0,168.0,328.0,51.2,2093.0,10.0,3.0,17.0,5.2,0.0,58.0,6.4,4.7,12.5,130.8,59.9,0.0,35.0,258.0,9.6,5.06,3.5,1.0,1.0,8,0.0
|
179 |
-
2,Damon Huard,0.0,0.0,0.0,0.0,11.0,16,1.0,0.0,39.0,63.0,61.9,318.0,1.0,1.6,3.0,4.8,15.0,29.0,5.0,3.2,8.2,19.9,60.2,0.0,4.0,22.0,6.0,4.42,2.7,1.0,1.0,1,0.0
|
180 |
-
1,J.P. Losman,0.0,0.0,0.0,0.0,7.0,9,8.0,0.0,113.0,228.0,49.6,1340.0,8.0,3.5,8.0,3.5,55.0,58.0,5.9,5.0,11.9,148.9,64.9,0.0,26.0,197.0,10.2,4.5,3.71,0.0,0.0,4,0.0
|
181 |
-
1,Dennis Shaw,0.0,0.0,0.0,0.0,16.0,13,12.0,0.0,149.0,291.0,51.2,1813.0,11.0,3.8,26.0,8.9,0.0,75.0,6.2,3.0,12.2,139.5,46.1,0.0,33.0,276.0,10.2,4.74,1.81,0.0,0.0,3,0.0
|
182 |
-
1,Taysom Hill,0.0,0.0,0.0,0.0,7.0,16,4.0,0.0,3.0,7.0,42.9,64.0,0.0,0.0,1.0,14.3,3.0,44.0,9.1,2.7,21.3,4.0,36.3,40.9,1.0,3.0,12.5,7.63,2.0,0.0,0.0,2,0.0
|
183 |
-
1,Shaun King,0.0,0.0,0.0,0.0,10.0,16,16.0,0.0,233.0,428.0,54.4,2769.0,18.0,4.2,13.0,3.0,142.0,75.0,6.5,5.9,11.9,173.1,75.8,0.0,37.0,240.0,8.0,5.44,4.95,3.0,3.0,14,0.0
|
184 |
-
1,Gardner Minshew II,0.0,0.0,0.0,0.0,15.0,9,8.0,0.0,216.0,327.0,66.1,2259.0,16.0,4.9,5.0,1.5,117.0,51.0,6.9,7.2,10.5,251.0,95.9,44.0,27.0,147.0,7.6,5.97,6.23,1.0,1.0,7,0.0
|
185 |
-
1,Blaine Gabbert,0.0,0.0,0.0,0.0,11.0,10,10.0,0.0,162.0,278.0,58.3,1662.0,9.0,3.2,6.0,2.2,72.0,80.0,6.0,5.7,10.3,166.2,77.4,36.1,22.0,158.0,7.3,5.01,4.71,1.0,1.0,3,0.0
|
186 |
-
1,Joe Pisarcik,0.0,0.0,0.0,0.0,9.0,15,12.0,0.0,143.0,301.0,47.5,2096.0,12.0,4.0,23.0,7.6,0.0,67.0,7.0,4.3,14.7,139.7,52.1,0.0,28.0,205.0,8.5,5.75,3.33,0.0,0.0,7,0.0
|
187 |
-
1,Geno Smith,0.0,0.0,0.0,0.0,7.0,14,13.0,0.0,219.0,367.0,59.7,2525.0,13.0,3.5,13.0,3.5,119.0,74.0,6.9,6.0,11.5,180.4,77.5,45.9,28.0,175.0,7.1,5.95,5.13,1.0,2.0,7,0.0
|
188 |
-
1,Kyle Boller,0.0,0.0,0.0,0.0,7.0,16,16.0,0.0,258.0,464.0,55.6,2559.0,13.0,2.8,11.0,2.4,135.0,57.0,5.5,5.0,9.9,159.9,70.9,0.0,35.0,247.0,7.0,4.63,4.16,2.0,2.0,6,0.0
|
189 |
-
1,Scott Brunner,0.0,0.0,0.0,0.0,12.0,16,6.0,0.0,79.0,190.0,41.6,978.0,5.0,2.6,11.0,5.8,0.0,43.0,5.1,3.1,12.4,61.1,42.8,0.0,9.0,67.0,4.5,4.58,2.59,1.0,3.0,-1,0.0
|
190 |
-
1,Quincy Carter,0.0,0.0,0.0,0.0,17.0,7,7.0,0.0,125.0,221.0,56.6,1465.0,7.0,3.2,8.0,3.6,67.0,80.0,6.6,5.6,11.7,209.3,72.3,0.0,19.0,130.0,7.9,5.56,4.65,2.0,2.0,3,0.0
|
191 |
-
3,Steve Dils,0.0,0.0,0.0,0.0,12.0,9,0.0,0.0,11.0,26.0,42.3,68.0,0.0,0.0,0.0,0.0,0.0,12.0,2.6,2.6,6.2,7.6,49.8,0.0,1.0,8.0,3.7,2.22,2.22,0.0,0.0,0,0.0
|
192 |
-
1,Trent Edwards,0.0,0.0,0.0,0.0,5.0,14,14.0,0.0,245.0,374.0,65.5,2699.0,11.0,2.9,10.0,2.7,134.0,65.0,7.2,6.6,11.0,192.8,85.4,43.1,23.0,143.0,5.8,6.44,5.86,3.0,3.0,9,0.0
|
193 |
-
1,Colt McCoy,0.0,0.0,0.0,0.0,12.0,13,13.0,0.0,265.0,463.0,57.2,2733.0,14.0,3.0,11.0,2.4,142.0,56.0,5.9,5.4,10.3,210.2,74.6,45.9,32.0,173.0,6.5,5.17,4.74,1.0,3.0,5,0.0
|
194 |
-
2,Jim Miller,0.0,0.0,0.0,0.0,15.0,5,3.0,0.0,110.0,174.0,63.2,1242.0,7.0,4.0,6.0,3.4,54.0,77.0,7.1,6.4,11.3,248.4,83.5,0.0,7.0,43.0,3.9,6.62,5.91,0.0,1.0,3,0.0
|
195 |
-
2,Terrelle Pryor,0.0,0.0,0.0,0.0,2.0,11,9.0,0.0,156.0,272.0,57.4,1798.0,7.0,2.6,11.0,4.0,86.0,73.0,6.6,5.3,11.5,163.5,69.1,0.0,31.0,203.0,10.2,5.26,4.09,0.0,0.0,6,0.0
|
196 |
-
2,Frank Reich,0.0,0.0,0.0,0.0,14.0,3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0.0
|
197 |
-
2,Trevor Siemian,0.0,0.0,0.0,0.0,13.0,11,10.0,0.0,206.0,349.0,59.0,2285.0,12.0,3.4,14.0,4.0,112.0,44.0,6.5,5.4,11.1,207.7,73.3,30.9,33.0,220.0,8.6,5.41,4.38,0.0,0.0,4,0.0
|
198 |
-
2,Cliff Stoudt,0.0,0.0,0.0,0.0,18.0,6,0.0,0.0,14.0,35.0,40.0,154.0,0.0,0.0,5.0,14.3,0.0,24.0,4.4,-2.0,11.0,25.7,14.2,0.0,1.0,8.0,2.8,4.06,-2.19,0.0,0.0,1,0.0
|
199 |
-
1,Dave Wilson,0.0,0.0,0.0,0.0,18.0,8,2.0,0.0,66.0,112.0,58.9,770.0,5.0,4.5,7.0,6.3,0.0,42.0,6.9,5.0,11.7,96.3,68.7,0.0,17.0,146.0,13.2,4.84,3.17,0.0,0.0,2,0.0
|
200 |
-
1,Matt Cavanaugh,0.0,0.0,0.0,0.0,12.0,16,4.0,0.0,63.0,105.0,60.0,885.0,9.0,8.6,5.0,4.8,0.0,40.0,8.4,8.0,14.0,55.3,95.9,0.0,8.0,62.0,7.1,7.28,6.88,1.0,1.0,4,0.0
|
201 |
-
1,Ty Detmer,0.0,0.0,0.0,0.0,11.0,4,0.0,0.0,8.0,16.0,50.0,81.0,1.0,6.3,1.0,6.3,6.0,25.0,5.1,3.5,10.1,20.3,59.6,0.0,0.0,0.0,0.0,5.06,3.5,0.0,0.0,0,0.0
|
202 |
-
2,Kelly Holcomb,0.0,0.0,0.0,0.0,10.0,4,2.0,0.0,64.0,106.0,60.4,790.0,8.0,7.5,4.0,3.8,42.0,44.0,7.5,7.3,12.3,197.5,92.9,0.0,5.0,40.0,4.5,6.76,6.58,1.0,1.0,2,0.0
|
203 |
-
1,Jake Locker,0.0,0.0,0.0,0.0,10.0,11,11.0,0.0,177.0,314.0,56.4,2176.0,10.0,3.2,11.0,3.5,94.0,71.0,6.9,6.0,12.3,197.8,74.0,42.0,25.0,151.0,7.4,5.97,5.1,0.0,1.0,6,0.0
|
204 |
-
1,Paul McDonald,0.0,0.0,0.0,0.0,16.0,12,0.0,0.0,35.0,57.0,61.4,463.0,4.0,7.0,2.0,3.5,0.0,46.0,8.1,7.9,13.2,38.6,95.9,0.0,6.0,43.0,9.5,6.67,6.51,0.0,0.0,1,0.0
|
205 |
-
2,Hugh Millen,0.0,0.0,0.0,0.0,7.0,5,1.0,0.0,31.0,50.0,62.0,432.0,1.0,2.0,2.0,4.0,0.0,47.0,8.6,7.2,13.9,86.4,79.7,0.0,10.0,71.0,16.7,6.02,4.85,0.0,0.0,1,0.0
|
206 |
-
1,Seneca Wallace,0.0,0.0,0.0,0.0,15.0,8,4.0,0.0,82.0,141.0,58.2,927.0,8.0,5.7,7.0,5.0,42.0,49.0,6.6,5.5,11.3,115.9,76.2,51.0,14.0,83.0,9.0,5.45,4.45,1.0,1.0,3,0.0
|
207 |
-
1,Cody Carlson,0.0,0.0,0.0,0.0,14.0,6,0.0,0.0,15.0,31.0,48.4,155.0,0.0,0.0,1.0,3.2,0.0,23.0,5.0,3.5,10.3,25.8,49.8,0.0,2.0,20.0,6.1,4.09,2.73,0.0,0.0,0,0.0
|
208 |
-
1,Danny Kanell,0.0,0.0,0.0,0.0,13.0,16,10.0,0.0,156.0,294.0,53.1,1740.0,11.0,3.7,9.0,3.1,75.0,68.0,5.9,5.3,11.2,108.8,70.7,0.0,19.0,171.0,6.1,5.01,4.42,1.0,3.0,5,0.0
|
209 |
-
1,Brock Osweiler,0.0,0.0,0.0,0.0,17.0,4,0.0,0.0,11.0,16.0,68.8,95.0,0.0,0.0,0.0,0.0,4.0,19.0,5.9,5.9,8.6,23.8,84.1,39.0,2.0,8.0,11.1,4.83,4.83,0.0,0.0,0,0.0
|
210 |
-
1,Patrick Ramsey,0.0,0.0,0.0,0.0,11.0,11,11.0,0.0,179.0,337.0,53.1,2166.0,14.0,4.2,9.0,2.7,96.0,64.0,6.4,6.1,12.1,196.9,75.8,0.0,30.0,206.0,8.2,5.34,5.0,0.0,2.0,7,0.0
|
211 |
-
1,Randy Wright,0.0,0.0,0.0,0.0,16.0,5,1.0,0.0,39.0,74.0,52.7,552.0,2.0,2.7,4.0,5.4,0.0,38.0,7.5,5.6,14.2,110.4,63.6,0.0,8.0,67.0,9.8,5.91,4.21,1.0,1.0,2,0.0
|
212 |
-
2,David Archer,0.0,0.0,0.0,0.0,16.0,11,11.0,0.0,150.0,294.0,51.0,2007.0,10.0,3.4,9.0,3.1,0.0,65.0,6.8,6.1,13.4,182.5,71.6,0.0,34.0,249.0,10.4,5.36,4.73,3.0,2.0,7,0.0
|
213 |
-
1,Mac Jones,0.0,0.0,0.0,0.0,0.0,17,17.0,0.0,352.0,521.0,67.6,3801.0,22.0,4.2,13.0,2.5,177.0,75.0,7.3,7.0,10.8,223.6,92.5,0.0,28.0,241.0,5.1,6.48,6.22,1.0,1.0,14,0.0
|
214 |
-
2,Sage Rosenfels,0.0,0.0,0.0,0.0,18.0,3,1.0,0.0,16.0,39.0,41.0,264.0,1.0,2.6,3.0,7.7,9.0,76.0,6.8,3.8,16.5,88.0,41.0,0.0,3.0,16.0,7.1,5.9,3.17,0.0,0.0,1,0.0
|
215 |
-
3,Pat Ryan,0.0,0.0,0.0,0.0,10.0,15,0.0,0.0,4.0,10.0,40.0,48.0,1.0,10.0,1.0,10.0,0.0,18.0,4.8,2.3,12.0,3.2,49.2,0.0,0.0,0.0,0.0,4.8,2.3,0.0,0.0,0,0.0
|
216 |
-
1,Jack Thompson,0.0,0.0,0.0,0.0,12.0,14,4.0,0.0,115.0,234.0,49.1,1324.0,11.0,4.7,12.0,5.1,0.0,59.0,5.7,4.3,11.5,94.6,60.9,0.0,13.0,113.0,5.3,4.9,3.61,2.0,3.0,2,0.0
|
217 |
-
1,Brandon Weeden,0.0,0.0,0.0,0.0,3.0,8,5.0,0.0,141.0,267.0,52.8,1731.0,9.0,3.4,9.0,3.4,81.0,95.0,6.5,5.6,12.3,216.4,70.3,34.4,27.0,180.0,9.2,5.28,4.51,0.0,1.0,3,0.0
|
218 |
-
1,Todd Blackledge,0.0,0.0,0.0,0.0,14.0,11,8.0,0.0,147.0,294.0,50.0,1707.0,6.0,2.0,11.0,3.7,0.0,46.0,5.8,4.5,11.6,155.2,59.2,0.0,14.0,136.0,4.5,5.1,3.88,1.0,1.0,3,0.0
|
219 |
-
3,Bob Gagliano,0.0,0.0,0.0,0.0,14.0,11,7.0,0.0,117.0,232.0,50.4,1671.0,6.0,2.6,12.0,5.2,0.0,75.0,7.2,5.4,14.3,151.9,61.2,0.0,25.0,153.0,9.7,5.91,4.27,0.0,0.0,6,0.0
|
220 |
-
2,Kevin Kolb,0.0,0.0,0.0,0.0,4.0,5,2.0,0.0,62.0,96.0,64.6,741.0,4.0,4.2,3.0,3.1,31.0,71.0,7.7,7.1,12.0,148.2,88.9,62.2,3.0,27.0,3.0,7.21,6.66,0.0,0.0,2,0.0
|
221 |
-
2,Tim Rattay,0.0,0.0,0.0,0.0,13.0,4,0.0,0.0,26.0,43.0,60.5,232.0,2.0,4.7,0.0,0.0,11.0,27.0,5.4,6.3,8.9,58.0,90.5,0.0,5.0,26.0,10.4,4.29,5.13,0.0,0.0,1,0.0
|
222 |
-
1,Joe Reed,0.0,0.0,0.0,0.0,19.0,6,3.0,0.0,51.0,114.0,44.7,589.0,2.0,1.8,6.0,5.3,0.0,38.0,5.2,3.1,11.5,98.2,44.8,0.0,10.0,56.0,8.1,4.3,2.44,0.0,0.0,3,0.0
|
223 |
-
2,Timm Rosenbach,0.0,0.0,0.0,0.0,3.0,8,3.0,0.0,49.0,92.0,53.3,483.0,0.0,0.0,6.0,6.5,0.0,45.0,5.3,2.3,9.9,60.4,41.2,0.0,7.0,32.0,7.1,4.56,1.83,0.0,0.0,1,0.0
|
224 |
-
2,Turk Schonert,0.0,0.0,0.0,0.0,15.0,9,3.0,0.0,92.0,156.0,59.0,1159.0,2.0,1.3,5.0,3.2,0.0,54.0,7.4,6.2,12.6,128.8,73.1,0.0,15.0,122.0,8.8,6.06,4.98,1.0,0.0,5,0.0
|
225 |
-
1,Al Woodall,0.0,0.0,0.0,0.0,18.0,10,9.0,0.0,96.0,188.0,51.1,1265.0,9.0,4.8,9.0,4.8,0.0,67.0,6.7,5.5,13.2,126.5,68.7,0.0,29.0,222.0,13.4,4.81,3.77,0.0,0.0,6,0.0
|
226 |
-
1,Edd Hargett,0.0,0.0,0.0,0.0,14.0,10,4.0,0.0,78.0,175.0,44.6,1133.0,5.0,2.9,5.0,2.9,0.0,49.0,6.5,5.8,14.5,113.3,63.8,0.0,9.0,77.0,4.9,5.74,5.06,0.0,0.0,4,0.0
|
227 |
-
3,Taylor Heinicke,0.0,0.0,0.0,0.0,4.0,16,15.0,0.0,321.0,494.0,65.0,3419.0,20.0,4.0,15.0,3.0,167.0,73.0,6.9,6.4,10.7,213.7,85.9,39.9,38.0,278.0,7.1,5.9,5.39,3.0,4.0,11,0.0
|
228 |
-
3,Mark Herrmann,0.0,0.0,0.0,0.0,9.0,9,4.0,0.0,132.0,201.0,65.7,1537.0,10.0,5.0,10.0,5.0,0.0,59.0,7.6,6.4,11.6,170.8,84.5,0.0,19.0,157.0,8.6,6.27,5.14,1.0,1.0,5,0.0
|
229 |
-
1,Matt Leinart,0.0,0.0,0.0,0.0,7.0,5,5.0,0.0,60.0,112.0,53.6,647.0,2.0,1.8,4.0,3.6,33.0,40.0,5.8,4.5,10.8,129.4,61.9,34.6,4.0,23.0,3.4,5.38,4.17,1.0,1.0,2,0.0
|
230 |
-
1,Drew Lock,0.0,0.0,0.0,0.0,3.0,13,13.0,0.0,254.0,443.0,57.3,2933.0,16.0,3.6,15.0,3.4,145.0,92.0,6.6,5.8,11.5,225.6,75.4,41.2,19.0,123.0,4.1,6.08,5.31,1.0,1.0,6,0.0
|
231 |
-
2,Ray Lucas,0.0,0.0,0.0,0.0,6.0,15,0.0,0.0,1.0,3.0,33.3,27.0,0.0,0.0,0.0,0.0,0.0,27.0,9.0,9.0,27.0,1.8,67.4,0.0,0.0,0.0,0.0,9.0,9.0,0.0,0.0,0,0.0
|
232 |
-
2,Nick Mullens,0.0,0.0,0.0,0.0,4.0,10,8.0,0.0,211.0,326.0,64.7,2437.0,12.0,3.7,12.0,3.7,120.0,49.0,7.5,6.6,11.5,243.7,84.1,36.3,19.0,139.0,5.5,6.66,5.79,1.0,1.0,6,0.0
|
233 |
-
1,Matt Robinson,0.0,0.0,0.0,0.0,17.0,16,11.0,0.0,124.0,266.0,46.6,2002.0,13.0,4.9,16.0,6.0,0.0,77.0,7.5,5.8,16.1,125.1,63.5,0.0,28.0,228.0,9.5,6.03,4.47,1.0,1.0,10,0.0
|
234 |
-
1,Tua Tagovailoa,0.0,0.0,0.0,0.0,1.0,13,12.0,0.0,263.0,388.0,67.8,2653.0,16.0,4.1,10.0,2.6,137.0,65.0,6.8,6.5,10.1,204.1,90.1,49.7,20.0,152.0,4.9,6.13,5.81,0.0,2.0,7,0.0
|
235 |
-
1,Tim Tebow,0.0,0.0,0.0,0.0,15.0,14,11.0,0.0,126.0,271.0,46.5,1729.0,12.0,4.4,6.0,2.2,77.0,56.0,6.4,6.3,13.7,123.5,72.9,38.6,33.0,225.0,10.9,4.95,4.85,5.0,5.0,8,0.0
|
236 |
-
2,Billy Volek,0.0,0.0,0.0,0.0,7.0,10,8.0,0.0,218.0,357.0,61.1,2486.0,18.0,5.0,10.0,2.8,120.0,48.0,7.0,6.7,11.4,248.6,87.1,0.0,30.0,216.0,7.8,5.87,5.63,0.0,0.0,8,0.0
|
237 |
-
1,Todd Collins,0.0,0.0,0.0,0.0,15.0,7,3.0,0.0,55.0,99.0,55.6,739.0,4.0,4.0,5.0,5.1,27.0,95.0,7.5,6.0,13.4,105.6,71.9,0.0,11.0,53.0,10.0,6.24,4.92,1.0,1.0,2,0.0
|
238 |
-
2,John Fourcade,0.0,0.0,0.0,0.0,11.0,13,3.0,0.0,61.0,107.0,57.0,930.0,7.0,6.5,4.0,3.7,0.0,54.0,8.7,8.3,15.2,71.5,92.0,0.0,13.0,96.0,10.8,6.95,6.62,1.0,2.0,4,0.0
|
239 |
-
2,Joe Gilliam,0.0,0.0,0.0,0.0,17.0,9,6.0,0.0,96.0,212.0,45.3,1274.0,4.0,1.9,8.0,3.8,0.0,61.0,6.0,4.7,13.3,141.6,55.4,0.0,7.0,79.0,3.2,5.46,4.18,1.0,1.0,7,0.0
|
240 |
-
1,Gary Huff,0.0,0.0,0.0,0.0,19.0,13,11.0,0.0,142.0,283.0,50.2,1663.0,6.0,2.1,17.0,6.0,0.0,73.0,5.9,3.6,11.7,127.9,50.4,0.0,24.0,260.0,7.8,4.57,2.47,0.0,0.0,4,0.0
|
241 |
-
1,David Klingler,0.0,0.0,0.0,0.0,7.0,14,13.0,0.0,190.0,343.0,55.4,1935.0,6.0,1.7,9.0,2.6,0.0,51.0,5.6,4.8,10.2,138.2,66.6,0.0,40.0,202.0,10.4,4.52,3.78,1.0,1.0,5,0.0
|
242 |
-
1,Chuck Long,0.0,0.0,0.0,0.0,16.0,12,12.0,0.0,232.0,416.0,55.8,2598.0,11.0,2.6,20.0,4.8,0.0,53.0,6.2,4.6,11.2,216.5,63.4,0.0,17.0,127.0,3.9,5.71,4.14,0.0,1.0,7,0.0
|
243 |
-
1,EJ Manuel,0.0,0.0,0.0,0.0,3.0,5,4.0,0.0,76.0,131.0,58.0,838.0,5.0,3.8,3.0,2.3,41.0,80.0,6.4,6.1,11.0,167.6,80.3,24.6,6.0,44.0,4.4,5.8,5.54,0.0,1.0,2,0.0
|
244 |
-
2,Gifford Nielsen,0.0,0.0,0.0,0.0,14.0,16,0.0,0.0,2.0,4.0,50.0,12.0,1.0,25.0,0.0,0.0,0.0,8.0,3.0,8.0,6.0,0.8,95.8,0.0,0.0,0.0,0.0,3.0,8.0,0.0,0.0,0,0.0
|
245 |
-
2,John Reaves,0.0,0.0,0.0,0.0,7.0,4,0.0,0.0,5.0,20.0,25.0,84.0,0.0,0.0,2.0,10.0,0.0,29.0,4.2,-0.3,16.8,21.0,5.0,0.0,3.0,21.0,13.0,2.74,-1.17,0.0,0.0,0,0.0
|
246 |
-
2,Sean Salisbury,0.0,0.0,0.0,0.0,12.0,11,4.0,0.0,115.0,195.0,59.0,1413.0,9.0,4.6,6.0,3.1,0.0,55.0,7.2,6.8,12.3,128.5,84.0,0.0,12.0,77.0,5.8,6.45,6.02,0.0,1.0,5,0.0
|
247 |
-
1,Anthony Wright,0.0,0.0,0.0,0.0,2.0,4,3.0,0.0,48.0,98.0,49.0,529.0,5.0,5.1,5.0,5.1,23.0,80.0,5.4,4.1,11.0,132.3,61.1,0.0,5.0,30.0,4.9,4.84,3.63,1.0,1.0,2,0.0
|
248 |
-
1,Tony Adams,0.0,0.0,0.0,0.0,11.0,14,0.0,0.0,36.0,71.0,50.7,575.0,3.0,4.2,4.0,5.6,0.0,49.0,8.1,6.4,16.0,41.1,68.7,0.0,9.0,79.0,11.3,6.2,4.7,0.0,0.0,2,0.0
|
249 |
-
2,Kyle Allen,0.0,0.0,0.0,0.0,8.0,4,4.0,0.0,60.0,87.0,69.0,610.0,4.0,4.6,1.0,1.1,30.0,52.0,7.0,7.4,10.2,152.5,99.3,68.2,7.0,44.0,7.4,6.02,6.39,0.0,0.0,2,0.0
|
250 |
-
3,Kellen Clemens,0.0,0.0,0.0,0.0,11.0,10,1.0,0.0,13.0,26.0,50.0,125.0,0.0,0.0,0.0,0.0,7.0,26.0,4.8,4.8,9.6,12.5,63.8,10.6,4.0,21.0,13.3,3.47,3.47,0.0,0.0,0,0.0
|
251 |
-
4,Chris Redman,0.0,0.0,0.0,0.0,8.0,7,4.0,0.0,89.0,149.0,59.7,1079.0,10.0,6.7,5.0,3.4,48.0,74.0,7.2,7.1,12.1,154.1,90.4,46.2,9.0,51.0,5.7,6.51,6.35,1.0,1.0,3,0.0
|
252 |
-
1,Bobby Scott,0.0,0.0,0.0,0.0,12.0,5,1.0,0.0,31.0,71.0,43.7,366.0,4.0,5.6,4.0,5.6,0.0,36.0,5.2,3.7,11.8,73.2,55.3,0.0,6.0,62.0,7.8,3.95,2.65,0.0,0.0,1,0.0
|
253 |
-
1,Drew Stanton,0.0,0.0,0.0,0.0,5.0,3,1.0,0.0,26.0,51.0,51.0,259.0,0.0,0.0,6.0,11.8,12.0,30.0,5.1,-0.2,10.0,86.3,26.1,12.4,5.0,27.0,8.9,4.14,-0.68,0.0,0.0,1,0.0
|
254 |
-
5,Tyler Thigpen,0.0,0.0,0.0,0.0,16.0,5,1.0,0.0,33.0,62.0,53.2,435.0,2.0,3.2,2.0,3.2,18.0,35.0,7.0,6.2,13.2,87.0,73.0,29.9,8.0,50.0,11.4,5.5,4.79,0.0,0.0,1,0.0
|
255 |
-
1,Norris Weese,0.0,0.0,0.0,0.0,14.0,14,0.0,0.0,11.0,20.0,55.0,119.0,1.0,5.0,0.0,0.0,0.0,31.0,6.0,7.0,10.8,8.5,89.4,0.0,2.0,15.0,9.1,4.73,5.64,0.0,0.0,1,0.0
|
256 |
-
1,Dieter Brock,0.0,0.0,0.0,0.0,0.0,15,15.0,0.0,218.0,365.0,59.7,2658.0,16.0,4.4,13.0,3.6,0.0,64.0,7.3,6.6,12.2,177.2,82.0,0.0,51.0,351.0,12.3,5.55,4.91,2.0,1.0,9,0.0
|
257 |
-
1,Jamie Martin,0.0,0.0,0.0,0.0,10.0,4,1.0,0.0,27.0,45.0,60.0,355.0,2.0,4.4,0.0,0.0,12.0,67.0,7.9,8.8,13.1,88.8,99.8,0.0,2.0,10.0,4.3,7.34,8.19,0.0,0.0,1,0.0
|
258 |
-
1,Tom Owen,0.0,0.0,0.0,0.0,14.0,4,1.0,0.0,24.0,51.0,47.1,318.0,1.0,2.0,2.0,3.9,0.0,24.0,6.2,4.9,13.3,79.5,57.5,0.0,6.0,57.0,10.5,4.58,3.35,0.0,0.0,1,0.0
|
259 |
-
1,Mike Rae,0.0,0.0,0.0,0.0,15.0,10,1.0,0.0,15.0,30.0,50.0,162.0,1.0,3.3,4.0,13.3,0.0,30.0,5.4,0.1,10.8,16.2,37.8,0.0,9.0,88.0,23.1,1.9,-2.21,1.0,1.0,2,0.0
|
260 |
-
1,Chris Weinke,0.0,0.0,0.0,0.0,16.0,6,1.0,0.0,17.0,38.0,44.7,180.0,0.0,0.0,3.0,7.9,10.0,24.0,4.7,1.2,10.6,30.0,26.2,0.0,6.0,35.0,13.6,3.3,0.23,0.0,0.0,0,0.0
|
261 |
-
1,C.J. Beathard,0.0,0.0,0.0,0.0,3.0,6,5.0,0.0,102.0,169.0,60.4,1252.0,8.0,4.7,7.0,4.1,60.0,82.0,7.4,6.5,12.3,208.7,81.8,41.5,18.0,156.0,9.6,5.86,5.03,0.0,0.0,3,0.0
|
262 |
-
1,Scott Campbell,0.0,0.0,0.0,0.0,10.0,16,2.0,0.0,43.0,96.0,44.8,612.0,4.0,4.2,6.0,6.3,0.0,51.0,6.4,4.4,14.2,38.3,53.8,0.0,10.0,60.0,9.4,5.21,3.42,1.0,1.0,2,0.0
|
263 |
-
2,A.J. Feeley,0.0,0.0,0.0,0.0,7.0,11,8.0,0.0,191.0,356.0,53.7,1893.0,11.0,3.1,15.0,4.2,102.0,38.0,5.3,4.0,9.9,172.1,61.7,0.0,23.0,136.0,6.1,4.64,3.44,2.0,3.0,1,0.0
|
264 |
-
1,Matt Flynn,0.0,0.0,0.0,0.0,10.0,15,0.0,0.0,7.0,12.0,58.3,58.0,0.0,0.0,1.0,8.3,5.0,17.0,4.8,1.1,8.3,3.9,36.1,30.7,1.0,6.0,7.7,4.0,0.54,0.0,0.0,0,0.0
|
265 |
-
3,Glenn Foley,0.0,0.0,0.0,0.0,4.0,6,2.0,0.0,56.0,97.0,57.7,705.0,3.0,3.1,1.0,1.0,36.0,35.0,7.3,7.4,12.6,117.5,86.5,0.0,3.0,24.0,3.0,6.81,6.96,1.0,2.0,2,0.0
|
266 |
-
1,Charlie Frye,0.0,0.0,0.0,0.0,9.0,13,13.0,0.0,252.0,393.0,64.1,2454.0,10.0,2.5,17.0,4.3,115.0,75.0,6.2,4.8,9.7,188.8,72.0,42.1,44.0,262.0,10.1,5.02,3.72,0.0,0.0,5,0.0
|
267 |
-
1,Mike Glennon,0.0,0.0,0.0,0.0,8.0,6,5.0,0.0,117.0,203.0,57.6,1417.0,10.0,4.9,6.0,3.0,64.0,41.0,7.0,6.6,12.1,236.2,83.3,51.5,16.0,91.0,7.3,6.05,5.74,1.0,1.0,4,0.0
|
268 |
-
1,Bruce Gradkowski,0.0,0.0,0.0,0.0,5.0,4,0.0,0.0,13.0,24.0,54.2,130.0,0.0,0.0,1.0,4.2,5.0,20.0,5.4,3.5,10.0,32.5,52.4,37.3,2.0,14.0,7.7,4.46,2.73,0.0,0.0,1,0.0
|
269 |
-
1,Terry Hanratty,0.0,0.0,0.0,0.0,5.0,13,6.0,0.0,64.0,163.0,39.3,842.0,5.0,3.1,8.0,4.9,0.0,72.0,5.2,3.6,13.2,64.8,46.1,0.0,3.0,33.0,1.8,4.87,3.31,1.0,1.0,1,0.0
|
270 |
-
1,Doug Johnson,0.0,0.0,0.0,0.0,11.0,3,0.0,0.0,3.0,5.0,60.0,23.0,1.0,20.0,0.0,0.0,3.0,14.0,4.6,8.6,7.7,7.7,110.8,0.0,2.0,13.0,28.6,1.43,4.29,1.0,1.0,0,0.0
|
271 |
-
1,Paul Justin,0.0,0.0,0.0,0.0,11.0,8,2.0,0.0,74.0,127.0,58.3,839.0,2.0,1.6,0.0,0.0,36.0,38.0,6.6,6.9,11.3,104.9,83.4,0.0,7.0,58.0,5.2,5.83,6.13,1.0,1.0,3,0.0
|
272 |
-
1,Gary Kubiak,0.0,0.0,0.0,0.0,8.0,7,2.0,0.0,44.0,75.0,58.7,440.0,4.0,5.3,1.0,1.3,0.0,41.0,5.9,6.3,10.0,62.9,87.6,0.0,10.0,86.0,11.8,4.16,4.58,2.0,2.0,2,0.0
|
273 |
-
2,Shane Matthews,0.0,0.0,0.0,0.0,9.0,6,5.0,0.0,102.0,178.0,57.3,964.0,3.0,1.7,6.0,3.4,53.0,41.0,5.4,4.2,9.5,160.7,64.0,0.0,5.0,24.0,2.7,5.14,3.99,0.0,1.0,0,0.0
|
274 |
-
1,Luke McCown,0.0,0.0,0.0,0.0,12.0,5,3.0,0.0,94.0,139.0,67.6,1009.0,5.0,3.6,3.0,2.2,44.0,60.0,7.3,7.0,10.7,201.8,91.7,50.7,15.0,104.0,9.7,5.88,5.65,1.0,1.0,4,0.0
|
275 |
-
1,Cade McNown,0.0,0.0,0.0,0.0,8.0,10,9.0,0.0,154.0,280.0,55.0,1646.0,8.0,2.9,9.0,3.2,67.0,68.0,5.9,5.0,10.7,164.6,68.5,0.0,27.0,169.0,8.8,4.81,4.01,0.0,1.0,5,0.0
|
276 |
-
2,Mike Moroski,0.0,0.0,0.0,0.0,15.0,3,0.0,0.0,12.0,26.0,46.2,132.0,0.0,0.0,1.0,3.8,0.0,22.0,5.1,3.3,11.0,44.0,45.7,0.0,0.0,0.0,0.0,5.08,3.35,0.0,0.0,1,0.0
|
277 |
-
2,Jeff Rutledge,0.0,0.0,0.0,0.0,8.0,4,0.0,0.0,30.0,50.0,60.0,442.0,3.0,6.0,4.0,8.0,0.0,64.0,8.8,6.4,14.7,110.5,75.6,0.0,6.0,62.0,10.7,6.79,4.64,2.0,2.0,1,0.0
|
278 |
-
1,Chris Simms,0.0,0.0,0.0,0.0,2.0,11,10.0,0.0,191.0,313.0,61.0,2035.0,10.0,3.2,7.0,2.2,107.0,78.0,6.5,6.1,10.7,185.0,81.4,0.0,29.0,205.0,8.5,5.35,5.01,3.0,3.0,6,0.0
|
279 |
-
1,Jerry Tagge,0.0,0.0,0.0,0.0,17.0,7,6.0,0.0,56.0,106.0,52.8,720.0,2.0,1.9,7.0,6.6,0.0,50.0,6.8,4.2,12.9,102.9,53.2,0.0,9.0,54.0,7.8,5.79,3.4,0.0,0.0,4,0.0
|
280 |
-
5,Jason Garrett,0.0,0.0,0.0,0.0,17.0,8,5.0,0.0,91.0,158.0,57.6,1206.0,5.0,3.2,3.0,1.9,45.0,80.0,7.6,7.4,13.3,150.8,84.5,0.0,10.0,52.0,6.0,6.87,6.66,0.0,0.0,5,0.0
|
281 |
-
1,Billy Joe Hobert,0.0,0.0,0.0,0.0,9.0,8,3.0,0.0,57.0,104.0,54.8,667.0,4.0,3.8,5.0,4.8,0.0,51.0,6.4,5.0,11.7,83.4,67.3,0.0,9.0,52.0,8.0,5.44,4.16,0.0,0.0,2,0.0
|
282 |
-
2,Mike Kruczek,0.0,0.0,0.0,0.0,15.0,9,0.0,0.0,5.0,11.0,45.5,46.0,0.0,0.0,2.0,18.2,0.0,21.0,4.2,-4.0,9.2,5.1,17.8,0.0,4.0,40.0,26.7,0.4,-5.6,0.0,0.0,0,0.0
|
283 |
-
1,Trevor Lawrence,0.0,0.0,0.0,0.0,0.0,17,17.0,0.0,359.0,602.0,59.6,3641.0,12.0,2.0,17.0,2.8,177.0,58.0,6.0,5.2,10.1,214.2,71.9,0.0,32.0,238.0,5.0,5.37,4.54,1.0,2.0,7,0.0
|
284 |
-
1,Ed Luther,0.0,0.0,0.0,0.0,11.0,16,0.0,0.0,7.0,15.0,46.7,68.0,0.0,0.0,1.0,6.7,0.0,25.0,4.5,1.5,9.7,4.3,32.1,0.0,0.0,0.0,0.0,4.53,1.53,0.0,0.0,0,0.0
|
285 |
-
1,Davis Mills,0.0,0.0,0.0,0.0,0.0,13,11.0,0.0,263.0,394.0,66.8,2664.0,16.0,4.1,10.0,2.5,118.0,67.0,6.8,6.4,10.1,204.9,88.8,0.0,31.0,206.0,7.3,5.78,5.48,0.0,0.0,7,0.0
|
286 |
-
3,Dan Orlovsky,0.0,0.0,0.0,0.0,6.0,8,5.0,0.0,122.0,193.0,63.2,1201.0,6.0,3.1,4.0,2.1,71.0,40.0,6.2,5.9,9.8,150.1,82.4,47.3,14.0,84.0,6.8,5.4,5.11,1.0,1.0,2,0.0
|
287 |
-
6,Alex Van Pelt,0.0,0.0,0.0,0.0,10.0,12,8.0,0.0,178.0,307.0,58.0,2056.0,12.0,3.9,11.0,3.6,99.0,80.0,6.7,5.9,11.6,171.3,76.4,0.0,14.0,73.0,4.4,6.18,5.38,1.0,1.0,5,0.0
|
288 |
-
2,Charlie Whitehurst,0.0,0.0,0.0,0.0,6.0,3,2.0,0.0,27.0,56.0,48.2,298.0,1.0,1.8,1.0,1.8,14.0,38.0,5.3,4.9,11.0,99.3,62.9,19.7,8.0,46.0,12.5,3.94,3.55,1.0,1.0,1,0.0
|
289 |
-
3,Brooks Bollinger,0.0,0.0,0.0,0.0,9.0,5,1.0,0.0,33.0,50.0,66.0,391.0,1.0,2.0,1.0,2.0,18.0,50.0,7.8,7.3,11.8,78.2,88.0,41.5,7.0,36.0,12.3,6.23,5.79,1.0,1.0,1,0.0
|
290 |
-
2,Todd Bouman,0.0,0.0,0.0,0.0,4.0,4,0.0,0.0,7.0,13.0,53.8,81.0,1.0,7.7,0.0,0.0,4.0,19.0,6.2,7.8,11.6,20.3,98.6,0.0,2.0,8.0,13.3,4.87,6.2,0.0,0.0,0,0.0
|
291 |
-
1,Chase Daniel,0.0,0.0,0.0,0.0,10.0,16,0.0,0.0,4.0,5.0,80.0,29.0,0.0,0.0,0.0,0.0,2.0,14.0,5.8,5.8,7.3,1.8,90.8,31.9,0.0,0.0,0.0,5.8,5.8,0.0,0.0,0,0.0
|
292 |
-
1,Austin Davis,0.0,0.0,0.0,0.0,7.0,3,2.0,0.0,56.0,94.0,59.6,547.0,1.0,1.1,3.0,3.2,25.0,42.0,5.8,4.6,9.8,182.3,66.2,33.6,11.0,96.0,10.5,4.3,3.2,0.0,0.0,1,0.0
|
293 |
-
1,Jeff Driskel,0.0,0.0,0.0,0.0,2.0,3,3.0,0.0,62.0,105.0,59.0,685.0,4.0,3.8,4.0,3.8,31.0,47.0,6.5,5.6,11.0,228.3,75.3,49.9,11.0,46.0,9.5,5.51,4.65,0.0,0.0,3,0.0
|
294 |
-
1,Justin Fields,0.0,0.0,0.0,0.0,0.0,12,10.0,0.0,159.0,270.0,58.9,1870.0,7.0,2.6,10.0,3.7,83.0,64.0,6.9,5.8,11.8,155.8,73.2,0.0,36.0,264.0,11.8,5.25,4.24,0.0,0.0,6,0.0
|
295 |
-
4,Quinn Gray,0.0,0.0,0.0,0.0,0.0,12,4.0,0.0,108.0,188.0,57.4,1328.0,13.0,6.9,5.0,2.7,72.0,80.0,7.1,7.3,12.3,110.7,91.4,0.0,12.0,86.0,6.0,6.21,6.39,1.0,1.0,6,0.0
|
296 |
-
1,DeShone Kizer,0.0,0.0,0.0,0.0,9.0,3,0.0,0.0,20.0,42.0,47.6,187.0,0.0,0.0,2.0,4.8,8.0,29.0,4.5,2.3,9.4,62.3,40.5,25.5,4.0,38.0,8.7,3.24,1.28,0.0,0.0,1,0.0
|
297 |
-
1,Cleo Lemon,0.0,0.0,0.0,0.0,17.0,9,7.0,0.0,173.0,309.0,56.0,1773.0,6.0,1.9,6.0,1.9,87.0,64.0,5.7,5.3,10.2,197.0,71.0,45.5,25.0,166.0,7.5,4.81,4.36,1.0,1.0,5,0.0
|
298 |
-
1,Oliver Luck,0.0,0.0,0.0,0.0,10.0,4,0.0,0.0,22.0,36.0,61.1,256.0,2.0,5.6,1.0,2.8,0.0,37.0,7.1,7.0,11.6,64.0,89.6,0.0,2.0,11.0,5.3,6.45,6.32,0.0,0.0,1,0.0
|
299 |
-
4,Bruce Mathison,0.0,0.0,0.0,0.0,11.0,3,2.0,0.0,36.0,76.0,47.4,501.0,3.0,3.9,5.0,6.6,0.0,47.0,6.6,4.4,13.9,167.0,54.8,0.0,6.0,49.0,7.3,5.51,3.5,1.0,1.0,2,0.0
|
300 |
-
1,Mike McMahon,0.0,0.0,0.0,0.0,8.0,8,4.0,0.0,62.0,147.0,42.2,874.0,7.0,4.8,9.0,6.1,40.0,49.0,5.9,4.1,14.1,109.3,52.4,0.0,12.0,99.0,7.5,4.87,3.21,0.0,0.0,3,0.0
|
301 |
-
2,J.T. O'Sullivan,0.0,0.0,0.0,0.0,14.0,9,8.0,0.0,128.0,220.0,58.2,1678.0,8.0,3.6,11.0,5.0,76.0,63.0,7.6,6.1,13.1,186.4,73.6,27.4,32.0,197.0,12.7,5.88,4.55,1.0,1.0,6,0.0
|
302 |
-
1,JaMarcus Russell,0.0,0.0,0.0,0.0,2.0,15,15.0,0.0,198.0,368.0,53.8,2423.0,13.0,3.5,8.0,2.2,110.0,84.0,6.6,6.3,12.2,161.5,77.1,29.2,31.0,210.0,7.8,5.55,5.3,1.0,2.0,7,0.0
|
303 |
-
1,Heath Shuler,0.0,0.0,0.0,0.0,5.0,7,5.0,0.0,66.0,125.0,52.8,745.0,3.0,2.4,7.0,5.6,39.0,44.0,6.0,3.9,11.3,106.4,55.6,0.0,13.0,76.0,9.4,4.85,3.0,0.0,0.0,3,0.0
|
304 |
-
1,Troy Smith,0.0,0.0,0.0,0.0,10.0,6,0.0,0.0,3.0,4.0,75.0,82.0,1.0,25.0,0.0,0.0,3.0,43.0,20.5,25.5,27.3,13.7,156.2,68.2,1.0,1.0,20.0,16.2,20.2,0.0,0.0,1,0.0
|
305 |
-
2,Steve Stenstrom,0.0,0.0,0.0,0.0,18.0,7,7.0,0.0,112.0,196.0,57.1,1252.0,4.0,2.0,6.0,3.1,63.0,48.0,6.4,5.4,11.2,178.9,70.4,0.0,19.0,137.0,8.8,5.19,4.3,0.0,0.0,4,0.0
|
306 |
-
2,Bill Troup,0.0,0.0,0.0,0.0,12.0,14,0.0,0.0,0.0,2.0,0.0,0.0,0.0,0.0,1.0,50.0,0.0,0.0,0.0,-22.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-22.5,0.0,0.0,0,0.0
|
307 |
-
1,Danny Wuerffel,0.0,0.0,0.0,0.0,7.0,5,4.0,0.0,62.0,119.0,52.1,695.0,5.0,4.2,5.0,4.2,35.0,64.0,5.8,4.8,11.2,139.0,66.3,0.0,23.0,131.0,16.2,3.97,3.09,2.0,2.0,2,0.0
|
308 |
-
1,T.J. Yates,0.0,0.0,0.0,0.0,13.0,4,0.0,0.0,4.0,10.0,40.0,38.0,0.0,0.0,1.0,10.0,3.0,19.0,3.8,-0.7,9.5,9.5,11.7,44.8,1.0,0.0,9.1,3.45,-0.64,0.0,0.0,0,0.0
|
309 |
-
2,Matt Barkley,0.0,0.0,0.0,0.0,12.0,7,6.0,0.0,129.0,216.0,59.7,1611.0,8.0,3.7,14.0,6.5,90.0,37.0,7.5,5.3,12.5,230.1,68.3,33.6,6.0,43.0,2.7,7.06,4.95,0.0,0.0,1,0.0
|
310 |
-
1,Scott Bull,0.0,0.0,0.0,0.0,19.0,6,0.0,0.0,7.0,24.0,29.2,89.0,0.0,0.0,2.0,8.3,0.0,26.0,3.7,0.0,12.7,14.8,7.8,0.0,6.0,47.0,20.0,1.4,-1.6,0.0,0.0,1,0.0
|
311 |
-
1,Jesse Freitas,0.0,0.0,0.0,0.0,17.0,8,4.0,0.0,49.0,110.0,44.5,525.0,5.0,4.5,5.0,4.5,0.0,42.0,4.8,3.6,10.7,65.6,55.3,0.0,20.0,138.0,15.4,2.98,2.02,0.0,0.0,2,0.0
|
312 |
-
1,Gale Gilbert,0.0,0.0,0.0,0.0,7.0,16,2.0,0.0,42.0,76.0,55.3,485.0,3.0,3.9,3.0,3.9,0.0,38.0,6.4,5.4,11.5,30.3,71.4,0.0,4.0,34.0,5.0,5.64,4.7,0.0,0.0,2,0.0
|
313 |
-
2,Rusty Hilger,0.0,0.0,0.0,0.0,12.0,5,5.0,0.0,55.0,106.0,51.9,706.0,2.0,1.9,6.0,5.7,0.0,49.0,6.7,4.5,12.8,141.2,55.8,0.0,12.0,80.0,10.2,5.31,3.36,0.0,0.0,2,0.0
|
314 |
-
1,Donald Hollas,0.0,0.0,0.0,0.0,12.0,10,1.0,0.0,35.0,58.0,60.3,335.0,2.0,3.4,0.0,0.0,0.0,24.0,5.8,6.5,9.6,33.5,87.9,0.0,8.0,45.0,12.1,4.39,5.0,1.0,0.0,2,0.0
|
315 |
-
1,Brett Hundley,0.0,0.0,0.0,0.0,7.0,11,9.0,0.0,192.0,316.0,60.8,1836.0,9.0,2.8,12.0,3.8,90.0,55.0,5.8,4.7,9.6,166.9,70.6,44.8,29.0,197.0,8.4,4.75,3.71,2.0,2.0,5,0.0
|
316 |
-
1,Cody Kessler,0.0,0.0,0.0,0.0,6.0,3,0.0,0.0,11.0,23.0,47.8,126.0,0.0,0.0,1.0,4.3,6.0,31.0,5.5,3.5,11.5,42.0,46.6,5.9,6.0,48.0,20.7,2.69,1.14,0.0,0.0,0,0.0
|
317 |
-
1,Jeff Komlo,0.0,0.0,0.0,0.0,19.0,4,0.0,0.0,2.0,4.0,50.0,26.0,0.0,0.0,1.0,25.0,0.0,20.0,6.5,-4.8,13.0,6.5,31.2,0.0,0.0,0.0,0.0,6.5,-4.75,0.0,0.0,0,0.0
|
318 |
-
1,Dave Mays,0.0,0.0,0.0,0.0,10.0,7,4.0,0.0,67.0,121.0,55.4,797.0,6.0,5.0,10.0,8.3,0.0,60.0,6.6,3.9,11.9,113.9,57.8,0.0,6.0,67.0,4.7,5.75,3.15,0.0,0.0,4,0.0
|
319 |
-
2,Browning Nagle,0.0,0.0,0.0,0.0,8.0,3,0.0,0.0,6.0,14.0,42.9,71.0,0.0,0.0,0.0,0.0,0.0,18.0,5.1,5.1,11.8,23.7,58.9,0.0,3.0,21.0,17.6,2.94,2.94,0.0,0.0,0,0.0
|
320 |
-
1,Tom Ramsey,0.0,0.0,0.0,0.0,12.0,9,3.0,0.0,71.0,134.0,53.0,898.0,6.0,4.5,6.0,4.5,0.0,40.0,6.7,5.6,12.6,99.8,70.4,0.0,14.0,90.0,9.5,5.46,4.45,0.0,0.0,4,0.0
|
321 |
-
2,T.J. Rubley,0.0,0.0,0.0,0.0,0.0,10,7.0,0.0,112.0,195.0,57.4,1377.0,8.0,4.1,7.0,3.6,0.0,54.0,7.1,6.3,12.3,137.7,78.1,0.0,13.0,106.0,6.3,6.11,5.37,1.0,1.0,5,0.0
|
322 |
-
1,Mason Rudolph,0.0,0.0,0.0,0.0,2.0,5,1.0,0.0,25.0,43.0,58.1,324.0,2.0,4.7,1.0,2.3,13.0,47.0,7.5,7.4,13.0,64.8,87.7,72.7,1.0,8.0,2.3,7.18,7.07,0.0,0.0,1,0.0
|
323 |
-
1,Scott Secules,0.0,0.0,0.0,0.0,9.0,16,0.0,0.0,3.0,7.0,42.9,17.0,0.0,0.0,1.0,14.3,0.0,8.0,2.4,-4.0,5.7,1.1,10.7,0.0,1.0,9.0,12.5,1.0,-4.63,0.0,0.0,0,0.0
|
324 |
-
1,Jim Sorgi,0.0,0.0,0.0,0.0,12.0,5,0.0,0.0,42.0,61.0,68.9,444.0,3.0,4.9,1.0,1.6,20.0,45.0,7.3,7.5,10.6,88.8,99.4,0.0,3.0,14.0,4.7,6.72,6.95,0.0,0.0,2,0.0
|
325 |
-
2,Andre Ware,0.0,0.0,0.0,0.0,11.0,4,3.0,0.0,50.0,86.0,58.1,677.0,3.0,3.5,4.0,4.7,0.0,59.0,7.9,6.5,13.5,169.3,75.6,0.0,16.0,104.0,15.7,5.62,4.44,0.0,0.0,3,0.0
|
326 |
-
1,Zach Wilson,0.0,0.0,0.0,0.0,0.0,13,13.0,0.0,213.0,383.0,55.6,2334.0,9.0,2.3,11.0,2.9,112.0,54.0,6.1,5.3,11.0,179.5,69.7,0.0,44.0,370.0,10.3,4.6,3.86,1.0,1.0,5,0.0
|
327 |
-
2,Eric Zeier,0.0,0.0,0.0,0.0,10.0,5,3.0,0.0,67.0,116.0,57.8,958.0,7.0,6.0,1.0,0.9,36.0,92.0,8.3,9.1,14.3,191.6,101.1,0.0,17.0,98.0,12.8,6.47,7.18,0.0,1.0,2,0.0
|
328 |
-
1,Brandon Allen,0.0,0.0,0.0,0.0,8.0,5,5.0,0.0,90.0,142.0,63.4,925.0,5.0,3.5,4.0,2.8,42.0,72.0,6.5,6.0,10.3,185.0,82.0,37.5,7.0,51.0,4.7,5.87,5.33,1.0,1.0,2,0.0
|
329 |
-
1,Rick Arrington,0.0,0.0,0.0,0.0,11.0,10,4.0,0.0,55.0,118.0,46.6,576.0,2.0,1.7,5.0,4.2,0.0,65.0,4.9,3.3,10.5,57.6,49.3,0.0,13.0,95.0,9.9,3.67,2.26,0.0,0.0,2,0.0
|
330 |
-
1,John Beck,0.0,0.0,0.0,0.0,12.0,4,3.0,0.0,80.0,132.0,60.6,858.0,2.0,1.5,4.0,3.0,44.0,32.0,6.5,5.4,10.7,214.5,72.1,38.1,16.0,84.0,10.8,5.23,4.28,0.0,0.0,2,0.0
|
331 |
-
2,Stoney Case,0.0,0.0,0.0,0.0,10.0,10,4.0,0.0,77.0,170.0,45.3,988.0,3.0,1.8,8.0,4.7,42.0,54.0,5.8,4.0,12.8,98.8,50.3,0.0,17.0,116.0,9.1,4.66,3.06,1.0,1.0,1,0.0
|
332 |
-
2,Koy Detmer,0.0,0.0,0.0,0.0,10.0,16,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,100.0,0.0,0.0,0.0,-45.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-45.0,0.0,0.0,0,0.0
|
333 |
-
2,Anthony Dilweg,0.0,0.0,0.0,0.0,0.0,10,7.0,0.0,102.0,193.0,52.8,1274.0,8.0,4.1,7.0,3.6,0.0,59.0,6.6,5.8,12.5,127.4,72.3,0.0,22.0,150.0,10.2,5.23,4.51,1.0,1.0,4,0.0
|
334 |
-
1,Dwayne Haskins,0.0,0.0,0.0,0.0,7.0,7,6.0,0.0,148.0,241.0,61.4,1439.0,5.0,2.1,7.0,2.9,73.0,50.0,6.0,5.1,9.7,205.6,73.0,24.8,20.0,141.0,7.7,4.97,4.15,1.0,1.0,1,0.0
|
335 |
-
1,Tom Hodson,0.0,0.0,0.0,0.0,13.0,16,3.0,0.0,36.0,68.0,52.9,345.0,1.0,1.5,4.0,5.9,0.0,32.0,5.1,2.7,9.6,21.6,47.7,0.0,9.0,57.0,11.7,3.74,1.66,0.0,0.0,1,0.0
|
336 |
-
2,Chad Hutchinson,0.0,0.0,0.0,0.0,9.0,5,5.0,0.0,92.0,161.0,57.1,903.0,4.0,2.5,3.0,1.9,43.0,63.0,5.6,5.3,9.8,180.6,73.6,0.0,23.0,160.0,12.5,4.04,3.74,0.0,0.0,1,0.0
|
337 |
-
2,Landry Jones,0.0,0.0,0.0,0.0,3.0,8,2.0,0.0,53.0,86.0,61.6,558.0,4.0,4.7,2.0,2.3,27.0,51.0,6.5,6.4,10.5,69.8,86.3,40.8,4.0,34.0,4.4,5.82,5.71,1.0,1.0,2,0.0
|
338 |
-
1,Blair Kiel,0.0,0.0,0.0,0.0,5.0,3,0.0,0.0,11.0,25.0,44.0,236.0,2.0,8.0,0.0,0.0,0.0,50.0,9.4,11.0,21.5,78.7,104.7,0.0,5.0,42.0,16.7,6.47,7.8,0.0,0.0,1,0.0
|
339 |
-
1,Matt Kofler,0.0,0.0,0.0,0.0,10.0,16,0.0,0.0,35.0,61.0,57.4,440.0,4.0,6.6,3.0,4.9,0.0,28.0,7.2,6.3,12.6,27.5,81.3,0.0,10.0,85.0,14.1,5.0,4.23,0.0,0.0,1,0.0
|
340 |
-
2,Babe Laufenberg,0.0,0.0,0.0,0.0,15.0,3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0.0
|
341 |
-
1,Ryan Mallett,0.0,0.0,0.0,0.0,15.0,3,2.0,0.0,41.0,75.0,54.7,400.0,2.0,2.7,2.0,2.7,23.0,41.0,5.3,4.7,9.8,133.3,67.6,47.3,1.0,5.0,1.3,5.2,4.54,0.0,0.0,1,0.0
|
342 |
-
1,Johnny Manziel,0.0,0.0,0.0,0.0,2.0,9,6.0,0.0,129.0,223.0,57.8,1500.0,7.0,3.1,5.0,2.2,72.0,61.0,6.7,6.3,11.6,166.7,79.4,58.6,19.0,141.0,7.9,5.62,5.26,0.0,0.0,4,0.0
|
343 |
-
2,A.J. McCarron,0.0,0.0,0.0,0.0,5.0,3,0.0,0.0,7.0,14.0,50.0,66.0,0.0,0.0,0.0,0.0,4.0,27.0,4.7,4.7,9.4,22.0,63.4,24.0,1.0,9.0,6.7,3.8,3.8,0.0,0.0,0,0.0
|
344 |
-
3,Matt McGloin,0.0,0.0,0.0,0.0,14.0,3,1.0,0.0,8.0,15.0,53.3,50.0,0.0,0.0,0.0,0.0,3.0,19.0,3.3,3.3,6.3,16.7,60.4,11.6,0.0,0.0,0.0,3.33,3.33,0.0,0.0,0,0.0
|
345 |
-
1,Kim McQuilken,0.0,0.0,0.0,0.0,11.0,3,2.0,0.0,20.0,61.0,32.8,253.0,1.0,1.6,9.0,14.8,0.0,31.0,4.1,-2.2,12.7,84.3,12.6,0.0,5.0,45.0,7.6,3.15,-2.68,0.0,0.0,1,0.0
|
346 |
-
1,Steve Myer,0.0,0.0,0.0,0.0,16.0,4,0.0,0.0,11.0,22.0,50.0,94.0,0.0,0.0,2.0,9.1,0.0,17.0,4.3,0.2,8.5,23.5,23.7,0.0,0.0,0.0,0.0,4.27,0.18,0.0,0.0,0,0.0
|
347 |
-
1,Bryce Petty,0.0,0.0,0.0,0.0,9.0,4,3.0,0.0,55.0,112.0,49.1,544.0,1.0,0.9,3.0,2.7,25.0,46.0,4.9,3.8,9.9,136.0,55.1,29.7,8.0,55.0,6.7,4.08,3.12,0.0,0.0,2,0.0
|
348 |
-
2,Jonathan Quinn,0.0,0.0,0.0,0.0,12.0,6,1.0,0.0,32.0,61.0,52.5,361.0,1.0,1.6,1.0,1.6,17.0,45.0,5.9,5.5,11.3,60.2,69.1,0.0,6.0,43.0,9.0,4.75,4.37,0.0,0.0,1,0.0
|
349 |
-
1,John Skelton,0.0,0.0,0.0,0.0,19.0,8,7.0,0.0,151.0,275.0,54.9,1913.0,11.0,4.0,14.0,5.1,81.0,60.0,7.0,5.5,12.7,239.1,68.9,37.3,23.0,162.0,7.7,5.88,4.5,4.0,5.0,4,0.0
|
350 |
-
1,Peter Tom Willis,0.0,0.0,0.0,0.0,10.0,4,0.0,0.0,11.0,18.0,61.1,171.0,1.0,5.6,1.0,5.6,0.0,42.0,9.5,8.1,15.5,42.8,88.0,0.0,2.0,9.0,10.0,8.1,6.85,0.0,0.0,1,0.0
|
351 |
-
1,Scott Zolak,0.0,0.0,0.0,0.0,16.0,3,0.0,0.0,0.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0.0
|
352 |
-
1,Jimmy Clausen,0.0,0.0,0.0,0.0,8.0,4,1.0,0.0,26.0,48.0,54.2,223.0,2.0,4.2,1.0,2.1,13.0,22.0,4.6,4.5,8.6,55.8,71.8,44.1,3.0,20.0,5.9,3.98,3.88,0.0,0.0,1,0.0
|
353 |
-
1,Jim Del Gaizo,0.0,0.0,0.0,0.0,12.0,8,3.0,0.0,27.0,62.0,43.5,318.0,2.0,3.2,6.0,9.7,0.0,28.0,5.1,1.4,11.8,39.8,30.9,0.0,8.0,77.0,11.4,3.44,0.16,1.0,0.0,1,0.0
|
354 |
-
1,Tony Graziani,0.0,0.0,0.0,0.0,13.0,4,1.0,0.0,16.0,33.0,48.5,199.0,0.0,0.0,2.0,6.1,11.0,32.0,6.0,3.3,12.4,49.8,42.4,0.0,2.0,15.0,5.7,5.26,2.69,0.0,0.0,1,0.0
|
355 |
-
2,June Jones,0.0,0.0,0.0,0.0,14.0,5,2.0,0.0,38.0,83.0,45.8,505.0,2.0,2.4,3.0,3.6,0.0,49.0,6.1,4.9,13.3,101.0,58.6,0.0,13.0,100.0,13.5,4.22,3.23,0.0,0.0,2,0.0
|
356 |
-
1,Gary Keithley,0.0,0.0,0.0,0.0,0.0,14,2.0,0.0,32.0,73.0,43.8,369.0,1.0,1.4,5.0,6.8,0.0,80.0,5.1,2.2,11.5,26.4,35.7,0.0,5.0,41.0,6.4,4.21,1.58,0.0,0.0,3,0.0
|
357 |
-
1,Trey Lance,0.0,0.0,0.0,0.0,0.0,6,2.0,0.0,41.0,71.0,57.7,603.0,5.0,7.0,2.0,2.8,27.0,76.0,8.5,8.6,14.7,100.5,97.3,0.0,4.0,15.0,5.3,7.84,7.97,0.0,0.0,3,0.0
|
358 |
-
2,Thaddeus Lewis,0.0,0.0,0.0,0.0,0.0,7,6.0,0.0,115.0,189.0,60.8,1296.0,5.0,2.6,4.0,2.1,61.0,57.0,6.9,6.4,11.3,185.1,81.4,0.0,21.0,114.0,10.0,5.63,5.25,1.0,1.0,3,0.0
|
359 |
-
1,Kyle Mackey,0.0,0.0,0.0,0.0,15.0,4,1.0,0.0,11.0,25.0,44.0,125.0,0.0,0.0,1.0,4.0,0.0,22.0,5.0,3.2,11.4,31.3,42.9,0.0,3.0,18.0,10.7,3.82,2.21,0.0,0.0,0,0.0
|
360 |
-
1,Gary Marangi,0.0,0.0,0.0,0.0,17.0,5,0.0,0.0,13.0,33.0,39.4,235.0,3.0,9.1,2.0,6.1,0.0,64.0,7.1,6.2,18.1,47.0,69.6,0.0,2.0,15.0,5.7,6.29,5.43,0.0,0.0,2,0.0
|
361 |
-
2,Todd Marinovich,0.0,0.0,0.0,0.0,0.0,8,8.0,0.0,104.0,205.0,50.7,1345.0,8.0,3.9,9.0,4.4,0.0,68.0,6.6,5.4,12.9,168.1,66.4,0.0,20.0,154.0,8.9,5.29,4.2,0.0,1.0,3,0.0
|
362 |
-
3,Doug Pederson,0.0,0.0,0.0,0.0,18.0,12,0.0,0.0,14.0,24.0,58.3,128.0,2.0,8.3,0.0,0.0,7.0,29.0,5.3,7.0,9.1,10.7,100.7,0.0,1.0,7.0,4.0,4.84,6.44,0.0,0.0,0,0.0
|
363 |
-
1,Craig Penrose,0.0,0.0,0.0,0.0,12.0,8,0.0,0.0,21.0,39.0,53.8,217.0,0.0,0.0,4.0,10.3,0.0,35.0,5.6,0.9,10.3,27.1,30.6,0.0,5.0,49.0,11.4,3.82,-0.27,0.0,0.0,1,0.0
|
364 |
-
3,Todd Philcox,0.0,0.0,0.0,0.0,17.0,5,4.0,0.0,52.0,108.0,48.1,699.0,4.0,3.7,7.0,6.5,0.0,56.0,6.5,4.3,13.4,139.8,54.5,0.0,7.0,60.0,6.1,5.56,3.51,0.0,0.0,2,0.0
|
365 |
-
2,Bucky Richardson,0.0,0.0,0.0,0.0,7.0,7,4.0,0.0,94.0,181.0,51.9,1202.0,6.0,3.3,6.0,3.3,61.0,76.0,6.6,5.8,12.8,171.7,70.3,0.0,23.0,136.0,11.3,5.23,4.49,0.0,0.0,3,0.0
|
366 |
-
1,Josh Rosen,0.0,0.0,0.0,0.0,3.0,6,3.0,0.0,58.0,109.0,53.2,567.0,1.0,0.9,5.0,4.6,26.0,40.0,5.2,3.3,9.8,94.5,52.0,19.7,16.0,93.0,12.8,3.79,2.15,0.0,0.0,1,0.0
|
367 |
-
2,Tom Savage,0.0,0.0,0.0,0.0,3.0,8,7.0,0.0,125.0,223.0,56.1,1412.0,5.0,2.2,6.0,2.7,70.0,57.0,6.3,5.6,11.3,176.5,71.4,41.7,21.0,159.0,8.6,5.14,4.44,1.0,1.0,2,0.0
|
368 |
-
1,Pat Sullivan,0.0,0.0,0.0,0.0,7.0,4,0.0,0.0,14.0,26.0,53.8,175.0,1.0,3.8,0.0,0.0,0.0,21.0,6.7,7.5,12.5,43.8,87.8,0.0,2.0,19.0,7.1,5.57,6.29,0.0,0.0,1,0.0
|
369 |
-
1,Bruce Threadgill,0.0,0.0,0.0,0.0,0.0,14,0.0,0.0,0.0,2.0,0.0,0.0,0.0,0.0,2.0,100.0,0.0,0.0,0.0,-45.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-45.0,0.0,0.0,3,0.0
|
370 |
-
1,Scott Tolzien,0.0,0.0,0.0,0.0,16.0,3,0.0,0.0,1.0,1.0,100.0,4.0,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,4.0,1.3,83.3,0.1,1.0,8.0,50.0,-2.0,-2.0,0.0,0.0,0,0.0
|
371 |
-
3,Mark Vlasic,0.0,0.0,0.0,0.0,13.0,6,1.0,0.0,28.0,44.0,63.6,316.0,2.0,4.5,0.0,0.0,0.0,30.0,7.2,8.1,11.3,52.7,100.2,0.0,2.0,16.0,4.3,6.52,7.39,1.0,1.0,1,0.0
|
372 |
-
1,Erik Wilhelm,0.0,0.0,0.0,0.0,4.0,7,0.0,0.0,12.0,19.0,63.2,117.0,0.0,0.0,0.0,0.0,0.0,19.0,6.2,6.2,9.8,16.7,80.4,0.0,1.0,2.0,5.0,5.75,5.75,0.0,0.0,0,0.0
|
373 |
-
2,Sam Adkins,0.0,0.0,0.0,0.0,12.0,4,0.0,0.0,10.0,23.0,43.5,136.0,1.0,4.3,3.0,13.0,0.0,22.0,5.9,0.9,13.6,34.0,37.9,0.0,6.0,51.0,20.7,2.93,-1.03,0.0,0.0,1,0.0
|
374 |
-
1,Tim Boyle,0.0,0.0,0.0,0.0,8.0,8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,11.0,100.0,-11.0,-11.0,0.0,0.0,0,0.0
|
375 |
-
1,Jeff Brohm,0.0,0.0,0.0,0.0,11.0,5,0.0,0.0,16.0,24.0,66.7,164.0,0.0,0.0,1.0,4.2,10.0,21.0,6.8,5.0,10.3,32.8,68.7,0.0,5.0,37.0,17.2,4.38,2.83,0.0,0.0,1,0.0
|
376 |
-
1,Carlos Brown,0.0,0.0,0.0,0.0,19.0,13,3.0,0.0,26.0,74.0,35.1,333.0,2.0,2.7,6.0,8.1,0.0,47.0,4.5,1.4,12.8,25.6,25.3,0.0,10.0,66.0,11.9,3.18,0.44,0.0,0.0,2,0.0
|
377 |
-
3,Mike Buck,0.0,0.0,0.0,0.0,16.0,4,0.0,0.0,20.0,32.0,62.5,271.0,1.0,3.1,0.0,0.0,11.0,28.0,8.5,9.1,13.6,67.8,99.9,0.0,2.0,10.0,5.9,7.68,8.26,0.0,0.0,1,0.0
|
378 |
-
4,Rich Campbell,0.0,0.0,0.0,0.0,0.0,7,0.0,0.0,31.0,68.0,45.6,386.0,3.0,4.4,9.0,13.2,0.0,43.0,5.7,0.6,12.5,55.1,38.8,0.0,7.0,57.0,9.3,4.39,-0.21,1.0,1.0,2,0.0
|
379 |
-
2,Jeff Carlson,0.0,0.0,0.0,0.0,17.0,3,2.0,0.0,18.0,49.0,36.7,232.0,1.0,2.0,3.0,6.1,0.0,40.0,4.7,2.4,12.9,77.3,33.7,0.0,3.0,21.0,5.8,4.06,1.85,0.0,0.0,1,0.0
|
380 |
-
2,Jeff Christensen,0.0,0.0,0.0,0.0,0.0,4,2.0,0.0,24.0,58.0,41.4,297.0,1.0,1.7,3.0,5.2,0.0,34.0,5.1,3.1,12.4,74.3,42.1,0.0,5.0,37.0,7.9,4.13,2.3,1.0,1.0,2,0.0
|
381 |
-
2,Wayne Clark,0.0,0.0,0.0,0.0,13.0,11,4.0,0.0,40.0,90.0,44.4,532.0,0.0,0.0,9.0,10.0,0.0,54.0,5.9,1.4,13.3,48.4,24.2,0.0,9.0,96.0,9.1,4.4,0.31,0.0,0.0,2,0.0
|
382 |
-
3,Brodie Croyle,0.0,0.0,0.0,0.0,12.0,3,1.0,0.0,23.0,40.0,57.5,230.0,2.0,5.0,0.0,0.0,10.0,50.0,5.8,6.8,10.0,76.7,90.6,74.8,3.0,18.0,7.0,4.93,5.86,0.0,0.0,1,0.0
|
383 |
-
2,Randy Dean,0.0,0.0,0.0,0.0,15.0,16,1.0,0.0,11.0,26.0,42.3,91.0,0.0,0.0,2.0,7.7,0.0,20.0,3.5,0.0,8.3,5.7,19.9,0.0,3.0,23.0,10.3,2.34,-0.76,0.0,0.0,1,0.0
|
384 |
-
1,Ken Dorsey,0.0,0.0,0.0,0.0,7.0,3,3.0,0.0,48.0,90.0,53.3,481.0,2.0,2.2,2.0,2.2,22.0,44.0,5.3,4.8,10.0,160.3,66.9,0.0,6.0,28.0,6.3,4.72,4.2,0.0,0.0,1,0.0
|
385 |
-
1,Ryan Finley,0.0,0.0,0.0,0.0,5.0,5,1.0,0.0,17.0,32.0,53.1,164.0,1.0,3.1,2.0,6.3,8.0,30.0,5.1,2.9,9.6,32.8,52.1,41.4,9.0,63.0,22.0,2.46,0.76,0.0,0.0,1,0.0
|
386 |
-
2,Stan Gelbaugh,0.0,0.0,0.0,0.0,18.0,10,8.0,0.0,121.0,255.0,47.5,1307.0,6.0,2.4,11.0,4.3,0.0,57.0,5.1,3.7,10.8,130.7,52.9,0.0,34.0,265.0,11.8,3.61,2.31,1.0,1.0,0,0.0
|
387 |
-
4,Garrett Gilbert,0.0,0.0,0.0,0.0,0.0,8,2.0,0.0,43.0,75.0,57.3,477.0,1.0,1.3,1.0,1.3,19.0,46.0,6.4,6.0,11.1,59.6,75.2,0.0,5.0,48.0,6.3,5.36,5.05,0.0,0.0,2,0.0
|
388 |
-
1,Jerry Golsteyn,0.0,0.0,0.0,0.0,12.0,7,2.0,0.0,12.0,40.0,30.0,110.0,0.0,0.0,1.0,2.5,0.0,20.0,2.8,1.6,9.2,15.7,29.2,0.0,8.0,62.0,16.7,1.0,0.06,1.0,1.0,0,0.0
|
389 |
-
3,Caleb Hanie,0.0,0.0,0.0,0.0,0.0,10,4.0,0.0,59.0,116.0,50.9,679.0,3.0,2.6,10.0,8.6,31.0,81.0,5.9,2.5,11.5,67.9,41.6,0.0,21.0,148.0,15.3,3.88,1.03,0.0,0.0,2,0.0
|
390 |
-
1,Kevin Hogan,0.0,0.0,0.0,0.0,8.0,4,1.0,0.0,46.0,75.0,61.3,517.0,4.0,5.3,5.0,6.7,21.0,49.0,6.9,5.0,11.2,129.3,71.9,39.4,6.0,35.0,7.4,5.95,4.16,0.0,0.0,1,0.0
|
391 |
-
1,Todd Hons,0.0,0.0,0.0,0.0,0.0,3,3.0,0.0,43.0,92.0,46.7,552.0,5.0,5.4,5.0,5.4,0.0,53.0,6.0,4.6,12.8,184.0,61.5,0.0,9.0,67.0,8.9,4.8,3.56,1.0,1.0,2,0.0
|
392 |
-
2,Bobby Hoying,0.0,0.0,0.0,0.0,7.0,8,7.0,0.0,114.0,224.0,50.9,961.0,0.0,0.0,9.0,4.0,52.0,38.0,4.3,2.5,8.4,120.1,45.6,0.0,35.0,185.0,13.5,3.0,1.43,1.0,1.0,-3,0.0
|
393 |
-
3,Brock Huard,0.0,0.0,0.0,0.0,0.0,8,4.0,0.0,60.0,107.0,56.1,689.0,4.0,3.7,2.0,1.9,34.0,45.0,6.4,6.3,11.5,86.1,80.3,0.0,15.0,80.0,12.3,4.99,4.91,0.0,0.0,2,0.0
|
394 |
-
1,John Hufnagel,0.0,0.0,0.0,0.0,16.0,5,1.0,0.0,16.0,51.0,31.4,287.0,1.0,2.0,8.0,15.7,0.0,80.0,5.6,-1.0,17.9,57.4,18.6,0.0,13.0,84.0,20.3,3.17,-2.14,0.0,1.0,1,0.0
|
395 |
-
1,David Humm,0.0,0.0,0.0,0.0,11.0,14,0.0,0.0,3.0,5.0,60.0,41.0,0.0,0.0,0.0,0.0,0.0,29.0,8.2,8.2,13.7,2.9,86.2,0.0,1.0,16.0,16.7,4.17,4.17,0.0,0.0,0,0.0
|
396 |
-
2,Tyler Huntley,0.0,0.0,0.0,0.0,0.0,9,4.0,0.0,125.0,193.0,64.8,1096.0,3.0,1.6,4.0,2.1,55.0,43.0,5.7,5.1,8.8,121.8,76.3,0.0,18.0,107.0,8.5,4.69,4.12,1.0,1.0,2,0.0
|
397 |
-
2,Ken Karcher,0.0,0.0,0.0,0.0,0.0,4,3.0,0.0,62.0,114.0,54.4,756.0,6.0,5.3,4.0,3.5,0.0,74.0,6.6,6.1,12.2,189.0,78.0,0.0,5.0,45.0,4.2,5.97,5.47,0.0,0.0,2,0.0
|
398 |
-
3,Jeff Lewis,0.0,0.0,0.0,0.0,8.0,5,0.0,0.0,16.0,32.0,50.0,120.0,0.0,0.0,1.0,3.1,6.0,16.0,3.8,2.3,7.5,24.0,46.4,0.0,7.0,51.0,17.9,1.77,0.62,0.0,0.0,1,0.0
|
399 |
-
2,Rusty Lisch,0.0,0.0,0.0,0.0,16.0,8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0.0
|
400 |
-
2,Clint Longley,0.0,0.0,0.0,0.0,16.0,3,1.0,0.0,12.0,24.0,50.0,130.0,2.0,8.3,3.0,12.5,0.0,28.0,5.4,1.5,10.8,43.3,54.5,0.0,7.0,51.0,22.6,2.55,-0.52,0.0,0.0,1,0.0
|
401 |
-
1,Jordan Love,0.0,0.0,0.0,0.0,0.0,6,1.0,0.0,36.0,62.0,58.1,411.0,2.0,3.2,3.0,4.8,22.0,62.0,6.6,5.1,11.4,68.5,68.7,0.0,3.0,23.0,4.6,5.97,4.51,0.0,0.0,2,0.0
|
402 |
-
1,Jake Luton,0.0,0.0,0.0,0.0,0.0,3,3.0,0.0,60.0,110.0,54.5,624.0,2.0,1.8,6.0,5.5,31.0,73.0,5.7,3.6,10.4,208.0,54.5,0.0,7.0,52.0,6.0,4.89,2.92,0.0,0.0,2,0.0
|
403 |
-
2,Paxton Lynch,0.0,0.0,0.0,0.0,0.0,5,4.0,0.0,79.0,128.0,61.7,792.0,4.0,3.1,4.0,3.1,40.0,31.0,6.2,5.4,10.0,158.4,76.7,0.0,18.0,93.0,12.3,4.79,4.1,0.0,0.0,2,0.0
|
404 |
-
3,Sean Mannion,0.0,0.0,0.0,0.0,14.0,3,0.0,0.0,2.0,3.0,66.7,23.0,0.0,0.0,0.0,0.0,1.0,18.0,7.7,7.7,11.5,7.7,89.6,5.8,0.0,0.0,0.0,7.67,7.67,0.0,0.0,0,0.0
|
405 |
-
5,Dan McGwire,0.0,0.0,0.0,0.0,0.0,13,5.0,0.0,74.0,148.0,50.0,745.0,2.0,1.4,6.0,4.1,31.0,36.0,5.0,3.5,10.1,57.3,52.3,0.0,21.0,161.0,12.4,3.46,2.09,0.0,0.0,2,0.0
|
406 |
-
1,Kellen Moore,0.0,0.0,0.0,0.0,0.0,3,2.0,0.0,61.0,104.0,58.7,779.0,4.0,3.8,6.0,5.8,40.0,36.0,7.5,5.7,12.8,259.7,71.0,0.0,5.0,23.0,4.6,6.94,5.19,0.0,0.0,2,0.0
|
407 |
-
2,Doug Nussmeier,0.0,0.0,0.0,0.0,0.0,5,2.0,0.0,46.0,82.0,56.1,455.0,1.0,1.2,4.0,4.9,20.0,57.0,5.5,3.6,9.9,91.0,55.7,0.0,9.0,49.0,9.9,4.46,2.7,0.0,0.0,2,0.0
|
408 |
-
2,Curtis Painter,0.0,0.0,0.0,0.0,17.0,3,0.0,0.0,8.0,16.0,50.0,57.0,0.0,0.0,2.0,12.5,2.0,9.0,3.6,-2.1,7.1,19.0,19.0,0.5,1.0,6.0,5.9,3.0,-2.29,0.0,0.0,0,0.0
|
409 |
-
2,Tyler Palko,0.0,0.0,0.0,0.0,0.0,8,4.0,0.0,84.0,140.0,60.0,831.0,2.0,1.4,7.0,5.0,42.0,38.0,5.9,4.0,9.9,103.9,60.7,0.0,13.0,93.0,8.5,4.82,3.03,0.0,0.0,2,0.0
|
410 |
-
2,Alan Pastrana ,0.0,0.0,0.0,0.0,0.0,7,3.0,0.0,29.0,75.0,38.7,420.0,1.0,1.3,9.0,12.0,0.0,58.0,5.6,0.5,14.5,60.0,22.5,0.0,8.0,60.0,9.6,4.34,-0.3,1.0,0.0,2,0.0
|
411 |
-
1,Brent Pease,0.0,0.0,0.0,0.0,10.0,13,0.0,0.0,6.0,22.0,27.3,64.0,0.0,0.0,4.0,18.2,0.0,21.0,2.9,-5.3,10.7,4.9,0.0,0.0,2.0,18.0,8.3,1.92,-5.58,0.0,0.0,0,0.0
|
412 |
-
1,Nathan Peterman,0.0,0.0,0.0,0.0,2.0,4,2.0,0.0,44.0,81.0,54.3,296.0,1.0,1.2,7.0,8.6,13.0,26.0,3.7,0.0,6.7,74.0,30.7,8.0,7.0,34.0,8.0,2.98,-0.38,0.0,0.0,1,0.0
|
413 |
-
1,Steve Pisarkiewicz,0.0,0.0,0.0,0.0,15.0,6,3.0,0.0,52.0,109.0,47.7,621.0,3.0,2.8,4.0,3.7,0.0,78.0,5.7,4.6,11.9,103.5,59.5,0.0,14.0,85.0,11.4,4.36,3.38,1.0,1.0,2,0.0
|
414 |
-
2,Brady Quinn,0.0,0.0,0.0,0.0,10.0,10,9.0,0.0,136.0,256.0,53.1,1339.0,8.0,3.1,7.0,2.7,72.0,59.0,5.2,4.6,9.8,133.9,67.2,41.7,19.0,104.0,6.9,4.49,3.93,0.0,1.0,2,0.0
|
415 |
-
1,Alan Risher,0.0,0.0,0.0,0.0,11.0,3,3.0,0.0,44.0,74.0,59.5,564.0,3.0,4.1,3.0,4.1,0.0,46.0,7.6,6.6,12.8,188.0,80.0,0.0,12.0,77.0,14.0,5.66,4.79,0.0,1.0,2,0.0
|
416 |
-
1,Ed Rubbert,0.0,0.0,0.0,0.0,0.0,3,3.0,0.0,26.0,49.0,53.1,532.0,4.0,8.2,1.0,2.0,0.0,88.0,10.9,11.6,20.5,177.3,110.2,0.0,1.0,9.0,2.0,10.46,11.16,0.0,0.0,2,0.0
|
417 |
-
1,Akili Smith,0.0,0.0,0.0,0.0,11.0,12,11.0,0.0,118.0,267.0,44.2,1253.0,3.0,1.1,6.0,2.2,59.0,46.0,4.7,3.9,10.6,104.4,52.8,0.0,36.0,191.0,11.9,3.5,2.81,0.0,0.0,2,0.0
|
418 |
-
1,Kelly Stouffer,0.0,0.0,0.0,0.0,11.0,3,2.0,0.0,29.0,59.0,49.2,270.0,0.0,0.0,3.0,5.1,0.0,29.0,4.6,2.3,9.3,90.0,40.9,0.0,9.0,90.0,13.2,2.65,0.66,0.0,0.0,1,0.0
|
419 |
-
1,Kevin Sweeney,0.0,0.0,0.0,0.0,19.0,3,2.0,0.0,33.0,78.0,42.3,314.0,3.0,3.8,5.0,6.4,0.0,28.0,4.0,1.9,9.5,104.7,40.2,0.0,9.0,80.0,10.3,2.69,0.79,0.0,0.0,1,0.0
|
420 |
-
1,Scott Tinsley,0.0,0.0,0.0,0.0,0.0,3,3.0,0.0,48.0,86.0,55.8,637.0,3.0,3.5,4.0,4.7,0.0,62.0,7.4,6.0,13.3,212.3,71.7,0.0,6.0,55.0,6.5,6.33,5.02,0.0,0.0,2,0.0
|
421 |
-
1,Tim Van Galder,0.0,0.0,0.0,0.0,0.0,5,5.0,0.0,40.0,79.0,50.6,434.0,1.0,1.3,7.0,8.9,0.0,71.0,5.5,1.8,10.9,86.8,34.5,0.0,10.0,76.0,11.2,4.02,0.71,0.0,0.0,2,0.0
|
422 |
-
1,P.J. Walker,0.0,0.0,0.0,0.0,6.0,5,1.0,0.0,36.0,66.0,54.5,362.0,1.0,1.5,3.0,4.5,19.0,24.0,5.5,3.7,10.1,72.4,56.5,19.3,7.0,47.0,9.6,4.32,2.74,0.0,0.0,1,0.0
|
423 |
-
1,Mike White,0.0,0.0,0.0,0.0,0.0,4,3.0,0.0,88.0,132.0,66.7,953.0,5.0,3.8,8.0,6.1,49.0,28.0,7.2,5.3,10.8,238.3,75.1,0.0,4.0,18.0,2.9,6.88,4.96,1.0,1.0,2,0.0
|
424 |
-
1,Spergon Wynn,0.0,0.0,0.0,0.0,3.0,3,2.0,0.0,48.0,98.0,49.0,418.0,1.0,1.0,6.0,6.1,20.0,47.0,4.3,1.7,8.7,139.3,38.6,0.0,10.0,65.0,9.3,3.27,0.95,0.0,0.0,2,0.0
|
425 |
-
1,Guy Benjamin,0.0,0.0,0.0,0.0,7.0,4,0.0,0.0,3.0,4.0,75.0,28.0,0.0,0.0,0.0,0.0,0.0,17.0,7.0,7.0,9.3,7.0,93.7,0.0,1.0,10.0,20.0,3.6,3.6,0.0,0.0,0,0.0
|
426 |
-
1,Bob Bleier,0.0,0.0,0.0,0.0,0.0,3,2.0,0.0,14.0,39.0,35.9,181.0,1.0,2.6,1.0,2.6,0.0,35.0,4.6,4.0,12.9,60.3,49.2,0.0,3.0,28.0,7.1,3.64,3.05,0.0,0.0,1,0.0
|
427 |
-
1,Jeb Blount,0.0,0.0,0.0,0.0,0.0,5,4.0,0.0,37.0,89.0,41.6,522.0,0.0,0.0,7.0,7.9,0.0,56.0,5.9,2.3,14.1,104.4,28.4,0.0,18.0,164.0,16.8,3.35,0.4,0.0,0.0,1,0.0
|
428 |
-
4,Travis Brown,0.0,0.0,0.0,0.0,0.0,3,0.0,0.0,29.0,51.0,56.9,361.0,1.0,2.0,3.0,5.9,18.0,34.0,7.1,4.8,12.4,120.3,61.0,0.0,2.0,9.0,3.8,6.64,4.47,0.0,0.0,1,0.0
|
429 |
-
1,Henry Burris,0.0,0.0,0.0,0.0,0.0,6,1.0,0.0,18.0,51.0,35.3,207.0,3.0,5.9,5.0,9.8,9.0,45.0,4.1,0.8,11.5,34.5,28.4,0.0,4.0,20.0,7.3,3.4,0.4,0.0,0.0,1,0.0
|
430 |
-
2,Glenn Carano,0.0,0.0,0.0,0.0,18.0,3,0.0,0.0,5.0,12.0,41.7,69.0,2.0,16.7,0.0,0.0,0.0,25.0,5.8,9.1,13.8,23.0,100.3,0.0,1.0,0.0,7.7,5.31,8.38,0.0,0.0,0,0.0
|
431 |
-
1,Larry Cipa,0.0,0.0,0.0,0.0,13.0,4,1.0,0.0,14.0,37.0,37.8,182.0,1.0,2.7,3.0,8.1,0.0,28.0,4.9,1.8,13.0,45.5,29.3,0.0,3.0,14.0,7.5,4.2,1.33,0.0,0.0,0,0.0
|
432 |
-
2,Reggie Collier,0.0,0.0,0.0,0.0,0.0,6,1.0,0.0,12.0,22.0,54.5,206.0,3.0,13.6,3.0,13.6,0.0,49.0,9.4,6.0,17.2,34.3,86.6,0.0,4.0,41.0,15.4,6.35,3.46,0.0,0.0,1,0.0
|
433 |
-
3,Cary Conklin,0.0,0.0,0.0,0.0,0.0,7,2.0,0.0,52.0,101.0,51.5,560.0,5.0,5.0,3.0,3.0,2.0,34.0,5.5,5.2,10.8,80.0,72.2,0.0,10.0,65.0,9.0,4.46,4.14,0.0,0.0,1,0.0
|
434 |
-
2,Bill Demory,0.0,0.0,0.0,0.0,0.0,7,3.0,0.0,12.0,39.0,30.8,159.0,2.0,5.1,8.0,20.5,0.0,31.0,4.1,-4.1,13.3,22.7,22.2,0.0,8.0,73.0,17.0,1.83,-4.98,1.0,1.0,1,0.0
|
435 |
-
1,Parnell Dickinson,0.0,0.0,0.0,0.0,0.0,8,1.0,0.0,15.0,39.0,38.5,210.0,1.0,2.6,5.0,12.8,0.0,49.0,5.4,0.1,14.0,26.3,25.5,0.0,14.0,124.0,26.4,1.62,-2.25,0.0,0.0,1,0.0
|
436 |
-
1,Ben DiNucci,0.0,0.0,0.0,0.0,0.0,3,1.0,0.0,23.0,43.0,53.5,219.0,0.0,0.0,0.0,0.0,11.0,32.0,5.1,5.1,9.5,73.0,67.9,0.0,7.0,73.0,14.0,2.92,2.92,0.0,0.0,1,0.0
|
437 |
-
1,Brian Dowling,0.0,0.0,0.0,0.0,14.0,11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0.0
|
438 |
-
2,Jim Druckenmiller,0.0,0.0,0.0,0.0,0.0,6,1.0,0.0,21.0,52.0,40.4,239.0,1.0,1.9,4.0,7.7,10.0,33.0,4.6,1.5,11.4,39.8,29.2,0.0,4.0,32.0,7.1,3.7,0.84,1.0,1.0,1,0.0
|
439 |
-
1,Luke Falk,0.0,0.0,0.0,0.0,0.0,3,2.0,0.0,47.0,73.0,64.4,416.0,0.0,0.0,3.0,4.1,15.0,36.0,5.7,3.8,8.9,138.7,62.4,0.0,16.0,96.0,18.0,3.6,2.08,0.0,0.0,1,0.0
|
440 |
-
1,Randy Fasani,0.0,0.0,0.0,0.0,0.0,4,1.0,0.0,15.0,44.0,34.1,171.0,0.0,0.0,4.0,9.1,8.0,27.0,3.9,-0.2,11.4,42.8,8.8,0.0,7.0,60.0,13.7,2.18,-1.35,0.0,0.0,1,0.0
|
441 |
-
1,Tom Flick,0.0,0.0,0.0,0.0,10.0,3,0.0,0.0,0.0,5.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0.0
|
442 |
-
1,Jake Fromm,0.0,0.0,0.0,0.0,0.0,3,2.0,0.0,27.0,60.0,45.0,210.0,1.0,1.7,3.0,5.0,10.0,36.0,3.5,1.6,7.8,70.0,38.9,0.0,6.0,33.0,9.1,2.68,0.94,0.0,0.0,1,0.0
|
443 |
-
2,Will Furrer,0.0,0.0,0.0,0.0,0.0,9,2.0,0.0,57.0,124.0,46.0,572.0,2.0,1.6,10.0,8.1,22.0,48.0,4.6,1.3,10.0,63.6,31.4,0.0,9.0,74.0,6.8,3.74,0.66,0.0,0.0,1,0.0
|
444 |
-
1,Joe Germaine,0.0,0.0,0.0,0.0,0.0,3,0.0,0.0,9.0,16.0,56.3,136.0,1.0,6.3,2.0,12.5,6.0,63.0,8.5,4.1,15.1,45.3,65.6,0.0,3.0,23.0,15.8,5.95,2.26,0.0,0.0,1,0.0
|
445 |
-
3,Brad Goebel,0.0,0.0,0.0,0.0,0.0,7,2.0,0.0,32.0,59.0,54.2,299.0,0.0,0.0,6.0,10.2,0.0,26.0,5.1,0.5,9.3,42.7,28.8,0.0,6.0,37.0,9.2,4.03,-0.12,0.0,0.0,1,0.0
|
446 |
-
1,Neil Graff,0.0,0.0,0.0,0.0,15.0,11,2.0,0.0,18.0,35.0,51.4,221.0,2.0,5.7,3.0,8.6,0.0,31.0,6.3,3.6,12.3,20.1,54.6,0.0,4.0,34.0,10.3,4.79,2.36,0.0,0.0,1,0.0
|
447 |
-
1,Max Hall,0.0,0.0,0.0,0.0,0.0,6,3.0,0.0,39.0,78.0,50.0,370.0,1.0,1.3,6.0,7.7,19.0,26.0,4.7,1.5,9.5,61.7,35.7,0.0,14.0,90.0,15.2,3.04,0.33,0.0,1.0,1,0.0
|
448 |
-
1,Shawn Halloran,0.0,0.0,0.0,0.0,0.0,3,2.0,0.0,18.0,42.0,42.9,263.0,0.0,0.0,1.0,2.4,0.0,49.0,6.3,5.2,14.6,87.7,54.0,0.0,5.0,34.0,10.6,4.87,3.91,0.0,0.0,1,0.0
|
449 |
-
4,Tim Hasselbeck,0.0,0.0,0.0,0.0,0.0,12,5.0,0.0,95.0,177.0,53.7,1012.0,5.0,2.8,7.0,4.0,52.0,40.0,5.7,4.5,10.7,84.3,63.6,0.0,9.0,44.0,4.8,5.2,4.05,0.0,0.0,1,0.0
|
450 |
-
1,Randy Hedberg,0.0,0.0,0.0,0.0,0.0,7,4.0,0.0,25.0,90.0,27.8,244.0,0.0,0.0,10.0,11.1,0.0,19.0,2.7,-2.3,9.8,34.9,0.0,0.0,15.0,131.0,14.3,1.08,-3.21,0.0,0.0,1,0.0
|
451 |
-
1,Bob Holly,0.0,0.0,0.0,0.0,8.0,5,0.0,0.0,24.0,39.0,61.5,295.0,1.0,2.6,2.0,5.1,0.0,44.0,7.6,5.8,12.3,59.0,72.1,0.0,8.0,61.0,17.0,4.98,3.49,0.0,0.0,1,0.0
|
452 |
-
1,J.J. Jones,0.0,0.0,0.0,0.0,0.0,7,1.0,0.0,16.0,57.0,28.1,181.0,1.0,1.8,5.0,8.8,0.0,20.0,3.2,-0.4,11.3,25.9,9.6,0.0,7.0,64.0,10.9,1.83,-1.38,0.0,0.0,1,0.0
|
453 |
-
1,Mike Kelley,0.0,0.0,0.0,0.0,0.0,3,1.0,0.0,17.0,29.0,58.6,305.0,1.0,3.4,0.0,0.0,0.0,67.0,10.5,11.2,17.9,101.7,106.2,0.0,1.0,7.0,3.3,9.93,10.6,2.0,1.0,1,0.0
|
454 |
-
1,Mike Kirkland,0.0,0.0,0.0,0.0,0.0,16,2.0,0.0,19.0,41.0,46.3,211.0,1.0,2.4,8.0,19.5,0.0,34.0,5.1,-3.1,11.1,13.2,30.7,0.0,11.0,78.0,21.2,2.56,-3.98,0.0,0.0,1,0.0
|
455 |
-
1,Kurt Kittner,0.0,0.0,0.0,0.0,0.0,7,4.0,0.0,44.0,114.0,38.6,391.0,2.0,1.8,6.0,5.3,23.0,31.0,3.4,1.4,8.9,55.9,32.5,0.0,5.0,30.0,4.2,3.03,1.1,0.0,0.0,1,0.0
|
456 |
-
1,Craig Krenzel,0.0,0.0,0.0,0.0,0.0,6,5.0,0.0,59.0,127.0,46.5,718.0,3.0,2.4,6.0,4.7,31.0,49.0,5.7,4.0,12.2,119.7,52.5,0.0,23.0,158.0,15.3,3.73,2.33,1.0,1.0,1,0.0
|
457 |
-
3,Larry Lawrence,0.0,0.0,0.0,0.0,0.0,9,2.0,0.0,9.0,31.0,29.0,79.0,0.0,0.0,4.0,12.9,0.0,17.0,2.5,-3.3,8.8,8.8,0.0,0.0,6.0,45.0,16.2,0.92,-3.95,0.0,0.0,1,0.0
|
458 |
-
1,Ryan Leaf,0.0,0.0,0.0,0.0,16.0,11,9.0,0.0,161.0,322.0,50.0,1883.0,11.0,3.4,18.0,5.6,82.0,83.0,5.8,4.0,11.7,171.2,56.2,0.0,31.0,155.0,8.8,4.9,3.22,1.0,1.0,2,0.0
|
459 |
-
1,Terry Luck,0.0,0.0,0.0,0.0,0.0,4,1.0,0.0,25.0,50.0,50.0,316.0,1.0,2.0,7.0,14.0,0.0,33.0,6.3,0.4,12.6,79.0,37.2,0.0,1.0,8.0,2.0,6.04,0.25,0.0,0.0,1,0.0
|
460 |
-
1,Mike Machurek,0.0,0.0,0.0,0.0,0.0,4,0.0,0.0,14.0,43.0,32.6,193.0,0.0,0.0,6.0,14.0,0.0,48.0,4.5,-1.8,13.8,48.3,8.3,0.0,1.0,12.0,2.3,4.11,-2.02,0.0,0.0,1,0.0
|
461 |
-
1,Zach Mettenberger,0.0,0.0,0.0,0.0,7.0,7,4.0,0.0,101.0,166.0,60.8,935.0,4.0,2.4,7.0,4.2,46.0,57.0,5.6,4.2,9.3,133.6,66.7,20.3,13.0,98.0,7.3,4.68,3.36,0.0,0.0,-2,0.0
|
462 |
-
1,Don Milan,0.0,0.0,0.0,0.0,0.0,7,1.0,0.0,15.0,32.0,46.9,181.0,1.0,3.1,1.0,3.1,0.0,56.0,5.7,4.9,12.1,25.9,62.1,0.0,7.0,44.0,17.9,3.51,2.87,0.0,0.0,1,0.0
|
463 |
-
2,Mark Miller,0.0,0.0,0.0,0.0,0.0,10,0.0,0.0,15.0,47.0,31.9,243.0,1.0,2.1,5.0,10.6,0.0,44.0,5.2,0.8,16.2,24.3,17.7,0.0,5.0,47.0,9.6,3.77,-0.17,0.0,0.0,1,0.0
|
464 |
-
1,Shawn Moore,0.0,0.0,0.0,0.0,0.0,3,0.0,0.0,17.0,34.0,50.0,232.0,0.0,0.0,3.0,8.8,0.0,40.0,6.8,2.9,13.6,77.3,35.4,0.0,6.0,50.0,15.0,4.55,1.18,0.0,0.0,1,0.0
|
465 |
-
3,Moses Moreno,0.0,0.0,0.0,0.0,0.0,9,3.0,0.0,51.0,103.0,49.5,485.0,1.0,1.0,2.0,1.9,21.0,45.0,4.7,4.0,9.5,53.9,58.1,0.0,11.0,70.0,9.6,3.64,3.03,0.0,0.0,1,0.0
|
466 |
-
1,Dennis Morrison,0.0,0.0,0.0,0.0,0.0,3,2.0,0.0,21.0,51.0,41.2,227.0,1.0,2.0,5.0,9.8,0.0,26.0,4.5,0.4,10.8,75.7,21.9,0.0,0.0,0.0,0.0,4.45,0.43,0.0,0.0,1,0.0
|
467 |
-
4,Bill Musgrave,0.0,0.0,0.0,0.0,14.0,6,1.0,0.0,31.0,52.0,59.6,276.0,0.0,0.0,2.0,3.8,12.0,46.0,5.3,3.6,8.9,46.0,57.9,0.0,4.0,32.0,7.1,4.36,2.75,0.0,0.0,1,0.0
|
468 |
-
3,Craig Nall,0.0,0.0,0.0,0.0,0.0,7,0.0,0.0,30.0,48.0,62.5,402.0,5.0,10.4,0.0,0.0,23.0,43.0,8.4,10.5,13.4,57.4,123.8,0.0,3.0,18.0,5.9,7.53,9.49,0.0,0.0,1,0.0
|
469 |
-
1,Rick Neuheisel,0.0,0.0,0.0,0.0,0.0,3,2.0,0.0,40.0,59.0,67.8,367.0,1.0,1.7,1.0,1.7,0.0,32.0,6.2,5.8,9.2,122.3,83.1,0.0,10.0,89.0,14.5,4.03,3.67,0.0,1.0,1,0.0
|
470 |
-
1,Keith Null,0.0,0.0,0.0,0.0,0.0,4,4.0,0.0,73.0,119.0,61.3,566.0,3.0,2.5,9.0,7.6,30.0,25.0,4.8,1.9,7.8,141.5,49.9,0.0,13.0,82.0,9.8,3.67,1.05,0.0,0.0,1,0.0
|
471 |
-
2,Cliff Olander,0.0,0.0,0.0,0.0,10.0,4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0.0
|
472 |
-
2,Jesse Palmer,0.0,0.0,0.0,0.0,0.0,8,3.0,0.0,63.0,120.0,52.5,562.0,3.0,2.5,4.0,3.3,28.0,40.0,4.7,3.7,8.9,70.3,59.8,0.0,16.0,95.0,11.8,3.43,2.55,0.0,0.0,1,0.0
|
473 |
-
2,Cody Pickett,0.0,0.0,0.0,0.0,0.0,6,2.0,0.0,18.0,45.0,40.0,195.0,0.0,0.0,4.0,8.9,8.0,28.0,4.3,0.3,10.8,32.5,16.4,0.0,5.0,30.0,10.0,3.3,-0.3,0.0,0.0,1,0.0
|
474 |
-
4,Cooper Rush,0.0,0.0,0.0,0.0,0.0,10,1.0,0.0,31.0,50.0,62.0,424.0,3.0,6.0,1.0,2.0,18.0,73.0,8.5,8.8,13.7,42.4,100.7,0.0,3.0,19.0,5.7,7.64,7.92,1.0,1.0,1,0.0
|
475 |
-
2,Brett Rypien,0.0,0.0,0.0,0.0,0.0,4,1.0,0.0,27.0,42.0,64.3,295.0,2.0,4.8,4.0,9.5,12.0,48.0,7.0,3.7,10.9,73.8,61.2,0.0,1.0,0.0,2.3,6.86,3.6,1.0,1.0,1,0.0
|
476 |
-
2,Frank Seurer,0.0,0.0,0.0,0.0,0.0,9,2.0,0.0,26.0,55.0,47.3,340.0,0.0,0.0,4.0,7.3,0.0,33.0,6.2,2.9,13.1,37.8,36.9,0.0,10.0,82.0,15.4,3.97,1.2,0.0,0.0,1,0.0
|
477 |
-
2,Matt Simms,0.0,0.0,0.0,0.0,0.0,4,0.0,0.0,19.0,39.0,48.7,195.0,1.0,2.6,1.0,2.6,10.0,25.0,5.0,4.4,10.3,48.8,61.4,0.0,4.0,23.0,9.3,4.0,3.42,0.0,0.0,1,0.0
|
478 |
-
1,Matt Stevens,0.0,0.0,0.0,0.0,0.0,3,2.0,0.0,32.0,57.0,56.1,315.0,1.0,1.8,1.0,1.8,0.0,23.0,5.5,5.1,9.8,105.0,70.4,0.0,6.0,53.0,9.5,4.16,3.76,0.0,0.0,1,0.0
|
479 |
-
1,Jarrett Stidham,0.0,0.0,0.0,0.0,4.0,5,0.0,0.0,22.0,44.0,50.0,256.0,2.0,4.5,3.0,6.8,12.0,38.0,5.8,3.7,11.6,51.2,54.7,12.2,4.0,21.0,8.3,4.9,2.92,0.0,0.0,1,0.0
|
480 |
-
2,Clint Stoerner,0.0,0.0,0.0,0.0,0.0,5,2.0,0.0,29.0,54.0,53.7,367.0,4.0,7.4,5.0,9.3,21.0,29.0,6.8,4.1,12.7,73.4,61.3,0.0,7.0,43.0,11.5,5.31,2.93,0.0,0.0,1,0.0
|
481 |
-
1,Rick Strom,0.0,0.0,0.0,0.0,11.0,6,0.0,0.0,14.0,21.0,66.7,162.0,0.0,0.0,1.0,4.8,0.0,22.0,7.7,5.6,11.6,27.0,69.9,0.0,5.0,29.0,19.2,5.12,3.38,0.0,0.0,1,0.0
|
482 |
-
2,Marques Tuiasosopo,0.0,0.0,0.0,0.0,8.0,4,1.0,0.0,25.0,45.0,55.6,324.0,0.0,0.0,3.0,6.7,14.0,35.0,7.2,4.2,13.0,81.0,50.6,0.0,2.0,14.0,4.3,6.6,3.72,0.0,0.0,1,0.0
|
483 |
-
3,Andrew Walter,0.0,0.0,0.0,0.0,0.0,15,9.0,0.0,174.0,333.0,52.3,1919.0,3.0,0.9,16.0,4.8,92.0,51.0,5.8,3.8,11.0,127.9,52.6,0.0,51.0,295.0,13.3,4.23,2.51,0.0,0.0,1,0.0
|
484 |
-
1,Dave Walter,0.0,0.0,0.0,0.0,0.0,3,2.0,0.0,10.0,21.0,47.6,113.0,0.0,0.0,0.0,0.0,0.0,35.0,5.4,5.4,11.3,37.7,64.2,0.0,2.0,15.0,8.7,4.26,4.26,0.0,0.0,1,0.0
|
485 |
-
1,John Walton,0.0,0.0,0.0,0.0,11.0,4,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0.0
|
486 |
-
2,Casey Weldon,0.0,0.0,0.0,0.0,11.0,16,0.0,0.0,42.0,91.0,46.2,519.0,1.0,1.1,2.0,2.2,25.0,40.0,5.7,4.9,12.4,32.4,58.8,0.0,9.0,55.0,9.0,4.64,3.94,1.0,2.0,1,0.0
|
487 |
-
1,Craig Whelihan,0.0,0.0,0.0,0.0,5.0,10,7.0,0.0,149.0,320.0,46.6,1803.0,8.0,2.5,19.0,5.9,82.0,55.0,5.6,3.5,12.1,180.3,48.0,0.0,15.0,111.0,4.5,5.05,2.98,2.0,2.0,0,0.0
|
488 |
-
2,John Witkowski,0.0,0.0,0.0,0.0,0.0,5,1.0,0.0,13.0,35.0,37.1,210.0,0.0,0.0,0.0,0.0,0.0,39.0,6.0,6.0,16.2,42.0,58.0,0.0,11.0,74.0,23.9,2.96,2.96,0.0,0.0,1,0.0
|
489 |
-
2,John Wolford,0.0,0.0,0.0,0.0,0.0,4,1.0,0.0,23.0,42.0,54.8,236.0,0.0,0.0,2.0,4.8,12.0,38.0,5.6,3.5,10.3,59.0,51.3,0.0,3.0,16.0,6.7,4.89,2.89,0.0,0.0,1,0.0
|
490 |
-
1,Joe Barnes,0.0,0.0,0.0,0.0,0.0,3,0.0,0.0,2.0,9.0,22.2,29.0,0.0,0.0,1.0,11.1,0.0,24.0,3.2,-1.8,14.5,9.7,0.9,0.0,3.0,30.0,25.0,-0.08,-3.83,0.0,0.0,0,0.0
|
491 |
-
1,Michael Bishop,0.0,0.0,0.0,0.0,0.0,8,0.0,0.0,3.0,9.0,33.3,80.0,1.0,11.1,1.0,11.1,3.0,44.0,8.9,6.1,26.7,10.0,64.4,0.0,0.0,0.0,0.0,8.89,6.11,0.0,0.0,0,0.0
|
492 |
-
1,Trevone Boykin,0.0,0.0,0.0,0.0,0.0,5,0.0,0.0,13.0,18.0,72.2,145.0,1.0,5.6,1.0,5.6,8.0,31.0,8.1,6.7,11.2,29.0,91.2,0.0,1.0,5.0,5.3,7.37,6.05,0.0,0.0,0,0.0
|
493 |
-
2,Ed Burns,0.0,0.0,0.0,0.0,0.0,18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0.0
|
494 |
-
2,Bill Cappleman,0.0,0.0,0.0,0.0,0.0,8,0.0,0.0,9.0,18.0,50.0,82.0,0.0,0.0,1.0,5.6,0.0,26.0,4.6,2.1,9.1,10.3,39.6,0.0,0.0,0.0,0.0,4.56,2.06,0.0,0.0,0,0.0
|
495 |
-
2,Scott Covington,0.0,0.0,0.0,0.0,0.0,4,1.0,0.0,6.0,10.0,60.0,30.0,0.0,0.0,0.0,0.0,1.0,8.0,3.0,3.0,5.0,7.5,64.6,0.0,2.0,16.0,16.7,1.17,1.17,0.0,0.0,0,0.0
|
496 |
-
2,Dameyune Craig,0.0,0.0,0.0,0.0,0.0,6,0.0,0.0,4.0,8.0,50.0,34.0,0.0,0.0,0.0,0.0,2.0,18.0,4.3,4.3,8.5,5.7,61.5,0.0,2.0,15.0,20.0,1.9,1.9,0.0,0.0,0,0.0
|
497 |
-
3,Rohan Davey,0.0,0.0,0.0,0.0,0.0,7,0.0,0.0,8.0,19.0,42.1,88.0,0.0,0.0,0.0,0.0,6.0,20.0,4.6,4.6,11.0,12.6,56.5,0.0,0.0,0.0,0.0,4.63,4.63,0.0,0.0,0,0.0
|
498 |
-
2,Joshua Dobbs,0.0,0.0,0.0,0.0,0.0,6,0.0,0.0,10.0,17.0,58.8,45.0,0.0,0.0,1.0,5.9,2.0,22.0,2.6,0.0,4.5,7.5,39.1,0.0,0.0,0.0,0.0,2.65,0.0,0.0,0.0,0,0.0
|
499 |
-
2,Bill Donckers,0.0,0.0,0.0,0.0,0.0,6,0.0,0.0,6.0,6.0,100.0,54.0,0.0,0.0,0.0,0.0,0.0,16.0,9.0,9.0,9.0,9.0,104.2,0.0,1.0,11.0,14.3,6.14,6.14,0.0,0.0,0,0.0
|
500 |
-
3,Chuck Fusina,0.0,0.0,0.0,0.0,4.0,7,0.0,0.0,19.0,32.0,59.4,178.0,0.0,0.0,1.0,3.1,0.0,42.0,5.6,4.2,9.4,25.4,61.7,0.0,1.0,3.0,3.0,5.3,3.94,0.0,0.0,0,0.0
|
501 |
-
2,Chris Greisen,0.0,0.0,0.0,0.0,0.0,5,0.0,0.0,7.0,16.0,43.8,69.0,1.0,6.3,0.0,0.0,4.0,26.0,4.3,5.6,9.9,13.8,77.3,0.0,3.0,24.0,15.8,2.37,3.42,0.0,0.0,0,0.0
|
502 |
-
1,Graham Harrell,0.0,0.0,0.0,0.0,0.0,4,0.0,0.0,2.0,4.0,50.0,20.0,0.0,0.0,0.0,0.0,1.0,11.0,5.0,5.0,10.0,5.0,64.6,0.0,0.0,0.0,0.0,5.0,5.0,0.0,0.0,0,0.0
|
503 |
-
2,Drew Henson,0.0,0.0,0.0,0.0,0.0,9,1.0,0.0,11.0,20.0,55.0,98.0,1.0,5.0,1.0,5.0,8.0,20.0,4.9,3.7,8.9,10.9,64.2,0.0,5.0,51.0,20.0,1.88,0.88,0.0,0.0,0,0.0
|
504 |
-
1,Rob Hertel,0.0,0.0,0.0,0.0,0.0,3,0.0,0.0,1.0,4.0,25.0,9.0,0.0,0.0,0.0,0.0,0.0,9.0,2.3,2.3,9.0,3.0,39.6,0.0,0.0,0.0,0.0,2.25,2.25,0.0,0.0,0,0.0
|
505 |
-
1,Devlin Hodges,0.0,0.0,0.0,0.0,0.0,8,6.0,0.0,100.0,160.0,62.5,1063.0,5.0,3.1,8.0,5.0,51.0,79.0,6.6,5.0,10.6,132.9,71.4,0.0,15.0,102.0,8.6,5.49,4.01,0.0,1.0,0,0.0
|
506 |
-
1,Neal Jeffrey,0.0,0.0,0.0,0.0,0.0,5,0.0,0.0,2.0,2.0,100.0,11.0,0.0,0.0,0.0,0.0,0.0,7.0,5.5,5.5,5.5,2.2,89.6,0.0,0.0,0.0,0.0,5.5,5.5,0.0,0.0,0,0.0
|
507 |
-
1,Mike Kafka,0.0,0.0,0.0,0.0,0.0,4,0.0,0.0,11.0,16.0,68.8,107.0,0.0,0.0,2.0,12.5,3.0,43.0,6.7,1.1,9.7,26.8,47.7,0.0,1.0,6.0,5.9,5.94,0.65,0.0,0.0,0,0.0
|
508 |
-
1,Greg Knafelc,0.0,0.0,0.0,0.0,0.0,6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0.0
|
509 |
-
1,Mike Loyd,0.0,0.0,0.0,0.0,0.0,5,1.0,0.0,5.0,28.0,17.9,49.0,0.0,0.0,1.0,3.6,0.0,20.0,1.8,0.1,9.8,9.8,24.7,0.0,7.0,48.0,20.0,0.03,-1.26,0.0,0.0,0,0.0
|
510 |
-
2,Matt Lytle,0.0,0.0,0.0,0.0,0.0,5,1.0,0.0,17.0,30.0,56.7,133.0,1.0,3.3,3.0,10.0,5.0,28.0,4.4,0.6,7.8,26.6,39.3,0.0,3.0,24.0,9.1,3.3,-0.18,0.0,0.0,0,0.0
|
511 |
-
2,Dan Manucci,0.0,0.0,0.0,0.0,11.0,3,1.0,0.0,7.0,21.0,33.3,68.0,0.0,0.0,2.0,9.5,0.0,15.0,3.2,-1.0,9.7,22.7,3.8,0.0,3.0,27.0,12.5,1.71,-2.04,0.0,1.0,0,0.0
|
512 |
-
2,Dean May,0.0,0.0,0.0,0.0,0.0,5,0.0,0.0,1.0,6.0,16.7,33.0,0.0,0.0,1.0,16.7,0.0,33.0,5.5,-2.0,33.0,6.6,10.4,0.0,1.0,7.0,14.3,3.71,-2.71,0.0,0.0,0,0.0
|
513 |
-
2,Rick McIvor,0.0,0.0,0.0,0.0,0.0,6,0.0,0.0,0.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0.0
|
514 |
-
2,Ryan Nassib,0.0,0.0,0.0,0.0,0.0,5,0.0,0.0,9.0,10.0,90.0,128.0,1.0,10.0,0.0,0.0,6.0,29.0,12.8,14.8,14.2,25.6,152.1,0.0,2.0,11.0,16.7,9.75,11.42,0.0,0.0,0,0.0
|
515 |
-
1,Sandy Osiecki,0.0,0.0,0.0,0.0,0.0,4,0.0,0.0,7.0,17.0,41.2,64.0,0.0,0.0,1.0,5.9,0.0,19.0,3.8,1.1,9.1,16.0,27.6,0.0,1.0,2.0,5.6,3.44,0.94,0.0,0.0,0,0.0
|
516 |
-
3,Jordan Palmer,0.0,0.0,0.0,0.0,0.0,5,0.0,0.0,11.0,18.0,61.1,66.0,0.0,0.0,2.0,11.1,5.0,13.0,3.7,-1.3,6.0,13.2,28.7,0.0,4.0,31.0,18.2,1.59,-2.5,0.0,0.0,0,0.0
|
517 |
-
1,Sean Payton,0.0,0.0,0.0,0.0,0.0,3,0.0,0.0,8.0,23.0,34.8,79.0,0.0,0.0,1.0,4.3,0.0,20.0,3.4,1.5,9.9,26.3,27.3,0.0,7.0,47.0,23.3,1.07,-0.43,0.0,0.0,0,0.0
|
518 |
-
1,Jake Rudock,0.0,0.0,0.0,0.0,0.0,3,0.0,0.0,3.0,5.0,60.0,24.0,0.0,0.0,1.0,20.0,1.0,13.0,4.8,-4.2,8.0,8.0,32.5,0.0,0.0,0.0,0.0,4.8,-4.2,0.0,0.0,0,0.0
|
519 |
-
1,Joe Shield,0.0,0.0,0.0,0.0,0.0,3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0.0
|
520 |
-
1,Dennis Sproul,0.0,0.0,0.0,0.0,0.0,6,0.0,0.0,5.0,13.0,38.5,87.0,0.0,0.0,0.0,0.0,0.0,25.0,6.7,6.7,17.4,14.5,62.0,0.0,1.0,7.0,7.1,5.71,5.71,0.0,0.0,0,0.0
|
521 |
-
2,Scott Stankavage,0.0,0.0,0.0,0.0,0.0,4,0.0,0.0,8.0,25.0,32.0,66.0,0.0,0.0,2.0,8.0,0.0,16.0,2.6,-1.0,8.3,16.5,7.9,0.0,1.0,13.0,3.8,2.04,-1.42,0.0,0.0,0,0.0
|
522 |
-
2,Chris Streveler,0.0,0.0,0.0,0.0,0.0,7,0.0,0.0,17.0,25.0,68.0,141.0,1.0,4.0,1.0,4.0,6.0,19.0,5.6,4.6,8.3,20.1,78.9,0.0,4.0,27.0,13.8,3.93,3.07,0.0,0.0,0,0.0
|
523 |
-
1,Carl Summerell,0.0,0.0,0.0,0.0,19.0,3,0.0,0.0,7.0,16.0,43.8,98.0,0.0,0.0,2.0,12.5,0.0,41.0,6.1,0.5,14.0,32.7,24.5,0.0,2.0,24.0,11.1,4.11,-0.89,0.0,0.0,0,0.0
|
524 |
-
1,Jim Bob Taylor,0.0,0.0,0.0,0.0,0.0,8,0.0,0.0,1.0,2.0,50.0,20.0,0.0,0.0,1.0,50.0,0.0,20.0,10.0,-12.5,20.0,2.5,45.8,0.0,0.0,0.0,0.0,10.0,-12.5,0.0,0.0,0,0.0
|
525 |
-
2,Troy Taylor,0.0,0.0,0.0,0.0,0.0,7,0.0,0.0,12.0,20.0,60.0,125.0,2.0,10.0,1.0,5.0,0.0,51.0,6.3,6.0,10.4,17.9,90.6,0.0,2.0,3.0,9.1,5.55,5.32,0.0,0.0,0,0.0
|
526 |
-
2,Rick Trocano,0.0,0.0,0.0,0.0,0.0,8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0.0
|
527 |
-
3,David Blough,0.0,0.0,0.0,0.0,0.0,7,5.0,0.0,100.0,184.0,54.3,1033.0,4.0,2.2,7.0,3.8,48.0,75.0,5.6,4.3,10.3,147.6,62.2,0.0,16.0,120.0,8.0,4.57,3.39,0.0,0.0,-1,0.0
|
528 |
-
1,Joe Dufek,0.0,0.0,0.0,0.0,19.0,5,5.0,0.0,74.0,150.0,49.3,829.0,4.0,2.7,8.0,5.3,0.0,64.0,5.5,3.7,11.2,165.8,52.9,0.0,10.0,86.0,6.3,4.64,2.89,0.0,0.0,-1,0.0
|
529 |
-
1,Ryan Lindley,0.0,0.0,0.0,0.0,14.0,3,2.0,0.0,45.0,93.0,48.4,562.0,2.0,2.2,4.0,4.3,30.0,41.0,6.0,4.5,12.5,187.3,56.8,0.0,6.0,46.0,6.1,5.21,3.8,0.0,0.0,1,0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|