开始使用免费开始使用

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.

本练习是课程的一部分

Data Manipulation in Julia

查看课程

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Load the file
____

# Print the describe function
println(describe(choc))
编辑并运行代码