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

Kursusindhold

Time Series Analysis

Time Series Analysis

1. Time Series: Let's Start
2. Time Series Processing
3. Time Series Visualization
4. Stationary Models
5. Non-Stationary Models
6. Solve Real Problems

book
Challenge

Opgave

Swipe to start coding

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.

Løsning

Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 3. Kapitel 3
toggle bottom row

book
Challenge

Opgave

Swipe to start coding

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.

Løsning

Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 3. Kapitel 3
Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Vi beklager, at noget gik galt. Hvad skete der?
some-alt