Skip to content

Commit db6dfec

Browse files
authored
Update analyze-baseball-stats-with-pandas-and-matplotlib.mdx
1 parent 285c0ce commit db6dfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -330,7 +330,7 @@ batting['OBP'] = (
330330
batting['OBP'] = batting['OBP'].fillna(0)
331331
```
332332

333-
A decent OBP is around 0.3 to. If we do a quick scan of the data, we can see values around that range:
333+
A decent OBP is around 0.3 to 0.4. If we do a quick scan of the data, we can see values around that range:
334334

335335
<ImageZoom src="https://raw.githubusercontent.com/codedex-io/projects/refs/heads/main/projects/analyze-baseball-stats-with-pandas-and-matplotlib/obp.png" style={{ width: "100%", height: "auto" }} />
336336

0 commit comments

Comments
 (0)