Course Content
Predict rain in Australia
Predict rain in Australia
Should we drop NaNs?
Task
Swipe to start coding
- Drop each row if it contains at least one
NaN
dromdf
. Don't intialize thedf
data frame with the result (we need origindf
with NaNs in the future). - Find the ratio of columns at the origin data frame
df
and the data frame after dropNaNs
. - Print this ratio
Solution
Mark tasks as Completed
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 2
AVAILABLE TO ULTIMATE ONLY