DaBoyBacon / SWE_Project_S24

AI-powered game recommendations
2 stars 0 forks source link

Create MatchGamesToScores function #13

Closed RTW29 closed 7 months ago

RTW29 commented 7 months ago

Input: csv_file, the path to a csv file where each row corresponds to a video game matched with its scores, with the first column being the name of the game and the subsequent columns being the ordered integer scores.

Output: gameScores, a list of lists with the first element of each list being the name of the video game as a string and the subsequent elements being the integer score values as ints in order.