开始使用免费开始使用

Price deviations

In this exercise, you will focus on understanding the variability of product prices across different centers and dates. To accomplish this, you will calculate the standard deviation of prices for each product and compare them visually using a bar chart.

The necessary packages, DataFrames, Plots and Statistics, have already been imported for you. Also, the product DataFrame is readily available for your use.

本练习是课程的一部分

Introduction to Data Visualization with Julia

查看课程

交互式实操练习

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

# Group by commodities
grouped = ____(product, :____)
编辑并运行代码