开始使用免费开始使用

Unique chocolate beans

In your quest for the best chocolate bar, you wonder if the bean type plays an important role. Are there beans that are used more often? And what beans are actually used? It's time to find out!

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

本练习是课程的一部分

Data Manipulation in Julia

查看课程

练习说明

  • Find the unique values of the bean_type column.

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Find unique values of bean_type
____(____)
编辑并运行代码