Once Models have been created figure out a way to pull in the CSV data.
Ideally compress events and olympians as many of them are repeated.
Also some olympians have odd quirks such as 'united states-1' instead of 'united states'
Ensure that the data that is coming in does not accidentally create a second olympian for this data.
Each olympian should be connected to their events but they do not always need a medal. Set as nil for simplicity.
Once Models have been created figure out a way to pull in the CSV data.
Ideally compress events and olympians as many of them are repeated.
Also some olympians have odd quirks such as 'united states-1' instead of 'united states' Ensure that the data that is coming in does not accidentally create a second olympian for this data.
Each olympian should be connected to their events but they do not always need a medal. Set as nil for simplicity.