| |
IMPORT STATS
Rushing.csv
This file contains rushing
and receving statistics, broken down by team and year. These statistics
are normally only accrued by RB, TE, WR, and QB positions.
The first line of this
file is ignored. It contains the following header info:
ID,Year,Team,Receptions,Rec
Yards,Rec TDs,Rush,Rush Yards,Rush TDs
Each of the following
lines defines statistics for one season or partial season
for a player listed in players.csv.
For example:
dreslcla01,1998,Car,8,138,1,101,427,3
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. |
| Receptions |
Passes
caught |
| Rec
Yards |
Yards
gained from scrimmage resulting from passes caught. |
| Rec
TDs |
Receiving
touchdowns. |
| Rush |
Rushing
attempts (aka "carries") |
| Rush
Yards |
Total
rushing yards |
| Rush
TDs |
Rushing
touchdowns |
|
|