WSU-4110 / Live-Sports-Display

Repo for group 3
2 stars 0 forks source link

added the game schedule csv and added some other functions #44

Closed MitchellBrownNE closed 5 months ago

MitchellBrownNE commented 6 months ago

Removed a duplicate function (def returnData(team_id)), and had added a function that will gather the season information in format Game ID , Home Team, Away Team, Date, Time in a csv file.

Will convert all of the functions to read the csv file that requires a game id along with creating another function to create a csv file that will have teams and their players. Might have a separate csv file for each team to make it easier to read.

MitchellBrownNE commented 6 months ago

Fixed the conflict and removed the issue the beginning api calls.