Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Cuestionario: Valores Nulos | Analizando los Datos
Primeros Pasos con Pandas

book
Cuestionario: Valores Nulos

question-icon

Empareja las funciones apropiadas con sus descripciones.


Replace null values with the number 0.
___

Replace null values with the string '0'.
___

Replace null values with the string 'null'.
___

Replace null values with an empty string.
___

Click or drag`n`drop items and fill in the blanks

dots
dataframe.fillna('0')
dots
dataframe.fillna('null')
dots
dataframe.fillna(0)
dots
dataframe.fillna('')

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 3. Capítulo 10

Pregunte a AI

expand
ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

some-alt