Decimals and delimiters
You have received a version of the chocolates
dataset, but it doesn't look right. Can you figure out what is wrong and load the DataFrame correctly?
The DataFrames
and CSV
packages have been loaded for you.
Diese Übung ist Teil des Kurses
Data Manipulation in Julia
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Load the file
____
# Print the describe function
println(describe(choc))