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.
Este ejercicio forma parte del curso
Data Manipulation in Julia
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
