ComenzarEmpieza gratis

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.

Este ejercicio forma parte del curso

Data Manipulation in Julia

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Load the file
____

# Print the describe function
println(describe(choc))
Editar y ejecutar código