cole-titze / nhl-data-cleaner

Takes game data and creates a machine-learning ready table
MIT License
1 stars 0 forks source link

position enum #7

Open cole-titze opened 1 year ago

cole-titze commented 1 year ago

Should use an enum for position instead of strings

cole-titze commented 1 year ago

Should make the position an int in the database that we map to an enum. This allows for automatic mapping instead of manual mapping.