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
This is a very nice API. However, I notice that in events.game_events you have an error which causes the bottom of the inning to save the values for the top of the inning.
# loop through the bottom half
bot = x.findall('bottom')[0]
for y in bot.findall('atbat'):
# top info
botinfo = []
# loop through the top half
bot = x.findall('top')[0]
for y in bot.findall('atbat'):
The text was updated successfully, but these errors were encountered:
Hi zachpanz88,
This is a very nice API. However, I notice that in events.game_events you have an error which causes the bottom of the inning to save the values for the top of the inning.
The text was updated successfully, but these errors were encountered: