Difference between revisions of "NHL"

From edegan.com
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)
+
position (F, D)
 +
 
 +
salary (int)
  
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 18: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)