Skip to content

Commit 300010f

Browse files
authored
Update analyze-baseball-stats-with-pandas-and-matplotlib.mdx
1 parent a53f05a commit 300010f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ We'll primarily use three files:
5252

5353
As a brief example, this is what the top of the **Batting.csv** file looks like:
5454

55+
<ImageZoom src="https://raw.githubusercontent.com/codedex-io/projects/refs/heads/main/projects/analyze-baseball-stats-with-pandas-and-matplotlib/batting-table.png" style={{ width: "100%", height: "auto" }} />
56+
5557
![Batting table](https://raw.githubusercontent.com/codedex-io/projects/refs/heads/main/projects/analyze-baseball-stats-with-pandas-and-matplotlib/batting-table.png)
5658

5759
Each row represents the batting information for a player for a given year. For example, the first row shows that the player with the ID of `aardsda01` only played in 11 games in 2004 and had no hits or runs!

0 commit comments

Comments
 (0)