| |
IMPORT STATS
Returns.csv
This file contains punt
and kick return statistics, broken down by team and year. These
statistics are generally only accrued by RB, WR and CB positions.
The first line of this
file is ignored. It contains the following header info:
ID,Year,Team,Punt
Returns,PR Yards,PR TDs,Kick Returns,KR Yards,KR TDs
Each
of the following lines defines statistics for one season or
partial season for a player listed in players.csv.
For example:
dreslcla01,2001,NE,29,413,2,1,13,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. |
| Punt
Returns |
Number
of punts returned in this season for the given team. |
| PR Yards |
Total
punt return yards. |
| PR TDs |
Touchdowns
scored on punt returns. |
| Kick
Returns |
Number
of kickoffs returned. |
| KR Yards |
Total
kickoff return yards. |
| KR TDs |
Touchdowns
scored on kickoff returns. |
|
|