Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Quiz: Null Values | Analyzing the Data
Pandas First Steps

book
Quiz: Null Values

question-icon

Match the appropriate functions with their descriptions.


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('')

Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 3. Chapter 10
some-alt