| |
IMPORT STATS
Punting.csv
This file contains punting
statistics, broken down by team and year. These statistics are only
accrued by DE, DT, LB, CB and S positions.
The first line of this
file is ignored. It contains the following header info:
ID,Year,Team,Punts,Punt
Yards,Blocks,Touchbacks,Inside 20,Return Yards,Long
Each
of the following lines defines statistics for one season or
partial season for a player listed in players.csv.
For example:
dreslcla01,1998,Oak,98,4256,0,10,29,787,64
Each entry is interpreted
as follows:
| Column |
Description |
| ID |
A unique string
for each player. This string must match an entry in players.csv.
|
| Year |
The year (4 digits)
for which these stats apply. Note that it is possible to have
multiple lines for the same player with the same year, if
the player was on more than one team during that season. If
this field is left blank (or set to '0'), this line
will be recorded as PREDICTED stats (as if using the Player
Editor).
|
| Team |
The
team for which the player recorded these stats. This must match
one of the 3-letter abbreviations in teams.csv. |
| Punts |
Number
of punts kicked in this season for this team. |
| Punt
Yards |
Total
punt yards ("average punt" = Punt Yards divided by
Punts). |
| Blocks |
Number
of times punt was blocked. |
| Touchbacks |
Number
of touchbacks (when a punt goes into the endzone and is brought
out to the 20-yard-line). |
| Inside
20 |
Number
of punts that landed inside the opponent's 20-yard-line (not
including touchbacks). |
| Return
Yards |
Total
return yards accrued on punts by this punter. |
| Long |
Longest
gross punt yards recorded by this punter in this season for
this team. |
|
|