Skip to content

Commit

Permalink
20241126 - Data Dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
isaactpetersen committed Nov 27, 2024
1 parent b7de03f commit 480d673
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions download-football-data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3142,6 +3142,12 @@ save(
load("./data/nfl_actualStats_seasonal_raw.RData")
```

A Data Dictionary for the variables is available in the `nfl_stats_variables` object that is returned when running the `calculate_stats()` function:

```{r}
nfl_stats_variables
```

The `nfl_actualStats_seasonal_player_raw` object is in `player`-`season` form.
That is, each row should be uniquely identified by the combination of `player_id` and `season`.
The `nfl_actualStats_seasonal_team_raw` object is in `team`-`season` form.
Expand Down

0 comments on commit 480d673

Please sign in to comment.