William Li
William Li
Thank you so much @toddrob99. I much appreciated your response! So the exercise I am working on is to find the team Id / team name based on the pitcher...
Thanks again @toddrob99. I tried the team_roster but couldn't get the right data yet. Still working on it. For example, `roster_list = statsapi.get("team_roster", params= { "teamId": 4104, "rosterType": "fullRoster", "season"...
By the way, for your question about pitch data, I got it from https://github.com/jldbc/pybaseball. It contains detail pitching data around every pitch since 2018. I thought analyzing the pitching style/speed...