1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Data Visualization with Julia

Exercise

(Super)fine rice

In this exercise, you will plot two time series of the price of rice varieties, fine and superfine, in a center in Kurnool, India. Your objective is to include an annotation on the plot indicating when the prices of these two varieties are equal.

The necessary packages (DataFrames, Plots, and Dates) have been imported for you, and the fine and superfine DataFrames are already loaded.

Instructions 1/3

undefined XP
    1
    2
    3
  • Create a line plot that shows the time series for the Retail Price of both the fine and superfine rice varieties, labeling the plot lines as "Fine Rice" and "Superfine Rice", respectively.