Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge | Time Series Visualization
course content

Course Content

Time Series Analysis

ChallengeChallenge

Task

You are faced with the task of creating a visualization of the aapl.csv dataset:

  1. Read the dataset. Convert the "Date" column of df to datetime type, and set them as df indexes.
  2. Initialize a line plot for the "Open" column values of the df. Set colormap to "gray".
  3. Add a title to the plot. In this order, it should contain the "Open" column's max and min values.
  4. Add labels on an axis: "Datetime" on the x-axis and "Price" on the y-axis.

Everything was clear?

Section 3. Chapter 3
toggle bottom row
course content

Course Content

Time Series Analysis

ChallengeChallenge

Task

You are faced with the task of creating a visualization of the aapl.csv dataset:

  1. Read the dataset. Convert the "Date" column of df to datetime type, and set them as df indexes.
  2. Initialize a line plot for the "Open" column values of the df. Set colormap to "gray".
  3. Add a title to the plot. In this order, it should contain the "Open" column's max and min values.
  4. Add labels on an axis: "Datetime" on the x-axis and "Price" on the y-axis.

Everything was clear?

Section 3. Chapter 3
toggle bottom row
some-alt