| |
IMPORT STATS
Passing.csv
This file contains passer
statistics, broken down by team and year. These statistics are normally
only accrued by Quarterbacks.
The first line of this
file is ignored. It contains the following header info:
ID,Year,Team,Completions,Attempts,Pass
Yards,Pass TDs,INT,Sacked,Sack Yards
Each of the following
lines defines passing statistics for one season or partial
season for a player listed in players.csv.
For example:
dreslcla01,2001,NE,264,413,2843,18,12,41,216
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. |
| Completions |
Completed
passes. |
| Attempts |
Attempted
passes. |
| Pass
Yards |
Total
yards gained resulting from completed passes. |
| Pass
TDs |
Passing
touchdowns. |
| INT |
Interceptions
throwns. |
| Sacked |
Number
of times sacked. |
| Sack
Yards |
Total
yards lost resulting from times sacked. |
|
|