Exercise

Duplicate rows or not?

Sometimes, data can get corrupted somewhere along the way. One potential problem are duplicate rows in a DataFrame. Luckily, the unique() function can help.

How many duplicate rows were in the corrupted penguins dataset?

The penguins dataset and the DataFrames package have been loaded for you.

Instructions

50 XP

Possible answers