You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 %}).
530
530
531
531
We can run `isnull` on a particular column too. What does the code below do?
0 commit comments