Skip to content

Commit e6a4dfe

Browse files
authored
Update 03-starting-with-data.md
1 parent 26c1d1f commit e6a4dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/03-starting-with-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ grouped_data.mean(numeric_only=True)
520520
~~~
521521
{: .language-python}
522522
523-
`grouped_data.mean()` produces
523+
`grouped_data.mean(numeric_only=True)` produces
524524
525525
~~~
526526
record_id,buoy_id,...,Temperature,Spread

0 commit comments

Comments
 (0)