开始使用免费开始使用

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.

本练习是课程的一部分

Data Manipulation in Julia

查看课程

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习