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.
Cet exercice fait partie du cours
Data Manipulation in Julia
Instructions
- Find the unique values of the
bean_type
column.
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Find unique values of bean_type
____(____)