Challenge
Let's replace missing values in the 'morgh', 'valueh'
with their respective means.
Task
Swipe to start coding
- Create a dictionary
values
with keys being column names ('grosrth', 'valueh'
) and values being their respective means. - Fill NA values using created previously dictionary
values
. Set theinplace
parameter so changes will save.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 8
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.56
Challenge
Swipe to show menu
Let's replace missing values in the 'morgh', 'valueh'
with their respective means.
Task
Swipe to start coding
- Create a dictionary
values
with keys being column names ('grosrth', 'valueh'
) and values being their respective means. - Fill NA values using created previously dictionary
values
. Set theinplace
parameter so changes will save.
Solution
Everything was clear?
Thanks for your feedback!
Awesome!
Completion rate improved to 2.56SectionΒ 2. ChapterΒ 8
single