Skip to content

Commit

Permalink
Update 03-starting-with-data.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wood-chris authored May 14, 2024
1 parent 26c1d1f commit e6a4dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/03-starting-with-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ grouped_data.mean(numeric_only=True)
~~~
{: .language-python}

`grouped_data.mean()` produces
`grouped_data.mean(numeric_only=True)` produces

~~~
record_id,buoy_id,...,Temperature,Spread
Expand Down

0 comments on commit e6a4dfe

Please sign in to comment.