Difference between revisions of "NHL"
Jump to navigation
Jump to search
imported>WillC (New page: ==NHL Seniority Wages== ==Downloading Postgresql on Mac== instructions to follow ==Variables== List of necessary variables and where to find them in the dropbox. For all skaters we ne...) |
imported>WillC |
||
Line 1: | Line 1: | ||
− | |||
==Downloading Postgresql on Mac== | ==Downloading Postgresql on Mac== | ||
Line 11: | Line 10: | ||
For all skaters we need: | For all skaters we need: | ||
position (F, D) | position (F, D) | ||
+ | |||
game type (overtime or no overtime) | game type (overtime or no overtime) | ||
+ | |||
contract start date (MM/DD/YYYY) | contract start date (MM/DD/YYYY) | ||
+ | |||
season (YYYY) | season (YYYY) | ||
+ | |||
DOB (MM/DD/YYYY) | DOB (MM/DD/YYYY) | ||
+ | |||
age (int) | age (int) | ||
+ | |||
goals (int) | goals (int) | ||
+ | |||
face-off wins (int) | face-off wins (int) | ||
+ | |||
weights (int) | weights (int) | ||
+ | |||
contract type (EL, RFA, UFA, TFP) | contract type (EL, RFA, UFA, TFP) | ||
+ | |||
PPG (int) | PPG (int) |
Revision as of 17:05, 10 February 2016
Downloading Postgresql on Mac
instructions to follow
Variables
List of necessary variables and where to find them in the dropbox.
For all skaters we need: position (F, D)
game type (overtime or no overtime)
contract start date (MM/DD/YYYY)
season (YYYY)
DOB (MM/DD/YYYY)
age (int)
goals (int)
face-off wins (int)
weights (int)
contract type (EL, RFA, UFA, TFP)
PPG (int)