Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Leer Quiz: Head, Tail en Sample | De Gegevens Analyseren
Pandas Eerste Stappen

book
Quiz: Head, Tail en Sample

question-icon

Koppel de functienamen aan hun respectieve functionaliteiten:


To view the first row in the DataFrame -
___

To view a random row in the DataFrame -
___

To view the last row in the DataFrame -
___

To view the last 5 rows in the DataFrame -
___

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

dots
dataframe.head(1)
dots
dataframe.sample()
dots
dataframe.tail(1)
dots
dataframe.tail(5)

Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 3. Hoofdstuk 3
some-alt