| |
IMPORT STATS
Defense.csv
This file contains defensive
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,Tackles,Assists,Sacks,Int,Int
Yards,Int TDs,FR,FR TDs,Sack Yards
Each of the following
lines defines statistics for one season or partial season
for a player listed in players.csv.
For example:
dreslcla01,1996,TB,50,8,0,5,27,0,2,0,0
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. |
| Tackles |
Passes
caught |
| Assists |
Yards
gained from scrimmage resulting from passes caught. |
| Sacks |
Displayed
as decimal where needed for 'half sacks'. |
| Int |
Interceptions
caught |
| Int
Yards |
Yards
gained on interception returns. |
| Int
TDs |
Touchdowns
scored on interception returns. |
| FR |
Fumbles
recovered. |
| FR TDs |
Fumbles
recovered and returned for touchdowns. |
| Sack
Yards |
Total
yards lost by offensive team on all sacks by this player. |
|
|