Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Quiz: Nullverdier | Analysere Dataene
Pandas Første Steg

book
Quiz: Nullverdier

question-icon

Match de riktige funksjonene med deres beskrivelser.


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('0')
dots
dataframe.fillna('null')
dots
dataframe.fillna('')

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 3. Kapittel 10
some-alt