|
Oh, such a challenge.
I can locate all of the great hitting games, but locating the box scores are more of a pain than the pitching events. For the pitching events I was able to look in the games.csv file and find the game on that date with that starting pitcher. No problem.
With the hitters, I have to look in the players_game.csv file and I can locate the player and find his 5 hit game, but, there is no date in there. So, if he had more than one 5 hit game that year, it will cause problems.
|