Skip to content

Commit 03f953f

Browse files
authored
Update analyze-baseball-stats-with-pandas-and-matplotlib.mdx
1 parent db6dfec commit 03f953f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/analyze-baseball-stats-with-pandas-and-matplotlib/analyze-baseball-stats-with-pandas-and-matplotlib.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ value_df_sorted[value_df_sorted['yearID'] == 2010][[
415415

416416
![OBP per dollar 2](https://raw.githubusercontent.com/codedex-io/projects/refs/heads/main/projects/analyze-baseball-stats-with-pandas-and-matplotlib/obp-per-dollar2.png)
417417

418-
I went to look up `heywaja01` on [baseball-reference.com](https://baseball-reference.com), and it turns out that this data was from a player named Jason Heyward. In 2010, he was an All Star and got 2nd place in voting for Rookie of the Year! It certainly sounds like a player that was high value. You can also confirm that our calculation of OBP was correct!
418+
I went to look up `heywaja01` on [baseball-reference.com](https://baseball-reference.com), and it turns out that this data was from a player named Jason Heyward. In 2010, he was an All-Star and got 2nd place in voting for Rookie of the Year! It certainly sounds like a player that was high value. You can also confirm that our calculation of OBP was correct!
419419

420420
<ImageZoom src="https://raw.githubusercontent.com/codedex-io/projects/refs/heads/main/projects/analyze-baseball-stats-with-pandas-and-matplotlib/heywaja01.png" style={{ width: "100%", height: "auto" }} />
421421

0 commit comments

Comments
 (0)