Changes
Jump to navigation
Jump to search
*gametype - 2 for regular season data, 3 for playoffs
→General
From the NHL data, each record has:
*season - the NHL season YYYYXXXX (i.e., 20002001)
*jerseyno
*player - the player name
*biorhanded - 1 if R, 0 if L
*biork - Rookie (1 or 0)
Common variables that are repeated for the Playoffs as seperate variables:
*biogp - games played (int)
*biog - goals (int)
*biopim - penalty minutes (int)
*biotoiperg - time on ice per game (secs), calculated for goalies
Note that Playoff data is included by repeating variables with a PO_ prefix. The unit of observation is a player-season during the regular season.
===Contract Data===