ComenzarEmpieza gratis

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

Ver curso

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
____(____)
Editar y ejecutar código