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.
Diese Übung ist Teil des Kurses
Data Manipulation in Julia
Anleitung zur Übung
- Find the unique values of the
bean_type
column.
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Find unique values of bean_type
____(____)