Skip to content

Commit 31c6a6c

Browse files
authored
03-index-slice-subset.md: properly link to the next episode, fix wording (#481)
Fixes: #436 - Updated text to specify it as the next episode instead of lesson - Updated link to correct format
1 parent b14f3b4 commit 31c6a6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/03-index-slice-subset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ surveys_df[pd.isnull(surveys_df).any(axis=1)]
526526
{: .language-python}
527527
528528
Note that the `weight` column of our DataFrame contains many `null` or `NaN`
529-
values. We will explore ways of dealing with this in Lesson 03.
529+
values. We will explore ways of dealing with this in the next episode on [Data Types and Formats]({{ page.root }}{% link _episodes/04-data-types-and-format.md %}).
530530
531531
We can run `isnull` on a particular column too. What does the code below do?
532532

0 commit comments

Comments
 (0)