Difference between revisions of "NHL"
Jump to navigation
Jump to search
imported>WillC |
imported>WillC |
||
Line 1: | Line 1: | ||
− | |||
==Downloading Postgresql on Mac== | ==Downloading Postgresql on Mac== | ||
Line 9: | Line 8: | ||
For all skaters we need: | For all skaters we need: | ||
− | |||
− | + | position (F, D) | |
+ | |||
+ | salary (int) | ||
− | + | 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) |
Revision as of 17:10, 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)
salary (int)
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)