Skip to content

Commit b012266

Browse files
authored
Update analyze-baseball-stats-with-pandas-and-matplotlib.mdx
1 parent 9c9f523 commit b012266

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
@@ -291,7 +291,7 @@ Let's try to identify some of those players! Here's how we'll tackle this proble
291291

292292
Let's begin by calculating OBP. This is the formula that we'll use. It takes into account not just hits, but walks, sacrifice flies, etc.
293293

294-
294+
$OBP = H + BB + HBP / AB + BB + HBP + SF$
295295

296296
Let's add a new column to our Batting table:
297297

0 commit comments

Comments
 (0)