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.
Diese Übung ist Teil des Kurses
Data Manipulation in Julia
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
