Skip to content

Commit 1d1e2c6

Browse files
authored
Update analyze-baseball-stats-with-pandas-and-matplotlib.mdx
1 parent a5b088c commit 1d1e2c6

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
@@ -79,7 +79,7 @@ batting = pd.read_csv('Batting.csv')
7979

8080
It's a good idea to look at `batting.head()` to make sure the import worked as you expect, as well as `batting.describe()` to see some initial information:
8181

82-
82+
![Batting head and describe](https://raw.githubusercontent.com/codedex-io/projects/refs/heads/main/projects/analyze-baseball-stats-with-pandas-and-matplotlib/batting-head-describe.png)
8383

8484
You'll notice that `batting.describe()` gives us the answer to one of our questions! The dataset begins in the year 1871 and goes all the way to 2025!
8585

0 commit comments

Comments
 (0)