CommencerCommencer gratuitement

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.

Cet exercice fait partie du cours

Data Manipulation in Julia

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Load the file
____

# Print the describe function
println(describe(choc))
Modifier et exécuter le code