Skip to content

Commit 04360b0

Browse files
authored
Merge pull request #35 from andreww/patch-1
04-data-types-and-format.md "Names" -> "Name"
2 parents 4f5d23d + 5d5b3e1 commit 04360b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/04-data-types-and-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ This is a convenient place to highlight that the `apply` method is one way to ru
321321
the Buoy Station Names, we can write:
322322

323323
~~~
324-
waves_df["Names"].apply(len)
324+
waves_df["Name"].apply(len)
325325
~~~
326326
{: .language-python}
327327

0 commit comments

Comments
 (0)