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))