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

Kursinnehåll

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

Uppgift

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 desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 3. Kapitel 3
toggle bottom row

book
Challenge

Uppgift

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 desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 3. Kapitel 3
Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Vi beklagar att något gick fel. Vad hände?
some-alt