Skip to content

Commit fd0c010

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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
@@ -40,6 +40,8 @@ There is an incredible amount of data being recorded about Baseball, and luckily
4040

4141
Since we'll be working with Python and Pandas, we'll want to use the [CSV versions](https://sabr.app.box.com/s/y1prhc795jk8zvmelfd3jq7tl389y6cd) of the data.
4242

43+
Download here: https://sabr.app.box.com/s/y1prhc795jk8zvmelfd3jq7tl389y6cd
44+
4345
In a moment, we'll introduce some questions that we want to answer, but for now, it can be helpful to click into a few files to get a sense of what data we're working with.
4446

4547
We'll primarily use the files **Batting.csv**, **People.csv**, and **Teams.csv**, but feel free to check out other files that might be interesting to you!

0 commit comments

Comments
 (0)