Skip to content

Commit 7389028

Browse files
authored
Update analyze-baseball-stats-with-pandas-and-matplotlib.mdx
1 parent 20e24fc commit 7389028

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ batting['OBP'] = batting['OBP'].fillna(0)
325325

326326
A decent OBP is around `.3` to `.4`, and if we do a quick scan of the data, we can see values around that range:
327327

328+
![OBP](https://raw.githubusercontent.com/codedex-io/projects/refs/heads/main/projects/analyze-baseball-stats-with-pandas-and-matplotlib/obp.png)
328329

329330
### Joining with the Salaries Table
330331

0 commit comments

Comments
 (0)