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.
Den här övningen är en del av kursen
Data Manipulation in Julia
Interaktiv övning med praktiskt arbete
Testa den här övningen genom att slutföra den här exempelkoden.
# Load the file
____
# Print the describe function
println(describe(choc))