Challenge
Let's replace missing values in the 'morgh', 'valueh'
with their respective means.
Tâche
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
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 8
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Awesome!
Completion rate improved to 2.56
Challenge
Glissez pour afficher le menu
Let's replace missing values in the 'morgh', 'valueh'
with their respective means.
Tâche
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
Tout était clair ?
Merci pour vos commentaires !
Awesome!
Completion rate improved to 2.56Section 2. Chapitre 8
single