You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will be using data from a fictional soccer league to analyze team performance for specific seasons and across seasons. We want to see who the best and worst performers are, as well as be able to pull statistics for individual teams. To that end we will create a StatTracker class that will provide us with the information we need.
This was a group project during my first module during my time at Turing School of Software & Design. The purpose was to create a program using Ruby which can read and process several CSV files of more than 10,000 lines each. The CSV files contained information on different futbol (soccer) teams. There were 4 contributors in total; Drew, myself,…