Skip to content

Commit 03a383d

Browse files
authored
Update analyze-baseball-stats-with-pandas-and-matplotlib.mdx
1 parent 76b9457 commit 03a383d

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
@@ -50,7 +50,7 @@ As a brief example, this is what the top of the **Batting.csv** file looks like:
5050

5151
![Batting table](https://raw.githubusercontent.com/codedex-io/projects/refs/heads/main/projects/analyze-baseball-stats-with-pandas-and-matplotlib/batting-table.png)
5252

53-
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!
53+
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!
5454

5555
When looking at new data, it can also be helpful to look for the official data dictionary for the dataset. It can often be hard to interpret column names - for example, if you're not a baseball fan, you might not know what the column `AB` represents. Looking at the documentation file can help clear up any questions. In this case, we can look at **readme2025.txt** to learn that `AB` is "At Bats" (the number of times the player was up to the plate).
5656

0 commit comments

Comments
 (0)