Section 1. Chapitre 16
single
Challenge: Handling Missing Data
Glissez pour afficher le menu
Tâche
Glissez pour commencer à coder
In exploratory data analysis, you often encounter missing values in your data frames. Your goal is to detect all missing values in a data frame and replace them with a specified value.
- Replace all
NAvalues in the input data framedfwith the value provided in the parametervalue. - Return the modified data frame with all missing values imputed.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 16
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