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.
Este ejercicio forma parte del curso
Data Manipulation in Julia
Instrucciones del ejercicio
- Find the unique values of the
bean_type
column.
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Find unique values of bean_type
____(____)