<- read_csv("http://bcdanl.github.io/data/nhl_players.csv") nhl_players
Data Storytelling Team Project - Hockey
Data
The following lists data frames about NHL for the 2022-23 season:
nhl_players
: NHL Player Statistics- 924 unique NHL Players
- 328 NHL players’ salary information are missing.
nhl_games
: NHL Game LogsData Source: MoneyPuck
- There is a great website that makes a ton of hockey data available for download called MoneyPuck.
- Almost all of their data are available as a .csv or a .zip file.
- You can download this data using the links given on their download page. For example, here is how you could get all of the skater (i.e., nongoalie) information for the 2022–23 season:
Salary Data Source: PuckPedia
NHL Players (nhl_players
)
nhl_players
: NHL non-goalie player data- A data frame with 4620 observations and 158 variables:
NHL Game Logs (nhl_games
)
nhl_games
: NHL Game Logs- A data frame with 14000 observations and 110 variables:
<- read_csv("http://bcdanl.github.io/data/nhl_games.csv") nhl_games