НачатьНачать бесплатно

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))
Редактировать и запускать код