Skip to content

Commit 40bf579

Browse files
authored
Update analyze-baseball-stats-with-pandas-and-matplotlib.mdx
1 parent 62dc597 commit 40bf579

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
@@ -324,7 +324,7 @@ batting['OBP'] = (
324324
batting['OBP'] = batting['OBP'].fillna(0)
325325
```
326326

327-
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:
327+
A decent OBP is around 0.3 to 0.4, and if we do a quick scan of the data, we can see values around that range:
328328

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

0 commit comments

Comments
 (0)