Skip to content

Commit 91766ec

Browse files
authored
Update analyze-baseball-stats-with-pandas-and-matplotlib.mdx
1 parent 40bf579 commit 91766ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ batting_with_salary = batting.merge(
350350
batting_with_salary.head()
351351
```
352352

353-
As expected, after performing this join, we're missing salary data about some of the more old-school players.
353+
As expected, after performing this join, we're missing salary data about some of the more OG players.
354354

355355
![salary](https://raw.githubusercontent.com/codedex-io/projects/refs/heads/main/projects/analyze-baseball-stats-with-pandas-and-matplotlib/salary.png)
356356

@@ -425,7 +425,7 @@ To recap, in this project tutorial, we practiced the following skills in Pandas:
425425
- Using Matplotlib to graph the results of Pandas operations.
426426
- Using `.merge()` to join two tables together.
427427
428-
Do you have any favorite players or teams? Shohei Ohtani? Aaron Judge? The Chicago Cubs? We hope that you come up with your own questions about baseball and use your Python and Pandas skills to answer those questions!
428+
Do you have any favorite players or teams? Shohei Ohtani? Aaron Judge? The Chicago Cubs? We hope that you come up with your own questions about baseball and use your Python and Pandas skills to answer those questions! Let me know what else you find on Twitter/X [@alexbkuntz](https://x.com/AlexBKuntz) or in the comments below.
429429
430430
### More Resources
431431

0 commit comments

Comments
 (0)