Get startedGet started for free

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.

This exercise is part of the course

Data Manipulation in Julia

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Load the file
____

# Print the describe function
println(describe(choc))
Edit and Run Code