Challenge
Let's replace missing values in the 'morgh', 'valueh'
with their respective means.
Tarefa
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.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 8
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Awesome!
Completion rate improved to 2.56
Challenge
Deslize para mostrar o menu
Let's replace missing values in the 'morgh', 'valueh'
with their respective means.
Tarefa
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.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Awesome!
Completion rate improved to 2.56Seção 2. Capítulo 8
single