I have a boxscore data set of a basketball team with mm:ss played (ex. 44:46) when I uploaded the csv to the table the values whose greater than 24 somehow became hh:mm (ex. 44:46 became 44:46:00) while the others just stayed the same (ex. 5:04), it is currently saved as a varchar
data type.
How do I fix it so I can use the values to get for example the player with the highest time played in the team or the average time played for each player?
2
Answers