Course Content
Time Series Analysis
Time Series Analysis
Challenge
Task
You are faced with the task of creating a visualization of the aapl.csv
dataset:
- Read the dataset. Convert the
"Date"
column ofdf
todatetime
type, and set them asdf
indexes. - Initialize a line plot for the
"Open"
column values of thedf
. Setcolormap
to"gray"
. - Add a title to the plot. In this order, it should contain the
"Open"
column's max and min values. - Add labels on an axis:
"Datetime"
on the x-axis and"Price"
on the y-axis.
Thanks for your feedback!
Challenge
Task
You are faced with the task of creating a visualization of the aapl.csv
dataset:
- Read the dataset. Convert the
"Date"
column ofdf
todatetime
type, and set them asdf
indexes. - Initialize a line plot for the
"Open"
column values of thedf
. Setcolormap
to"gray"
. - Add a title to the plot. In this order, it should contain the
"Open"
column's max and min values. - Add labels on an axis:
"Datetime"
on the x-axis and"Price"
on the y-axis.
Thanks for your feedback!
Challenge
Task
You are faced with the task of creating a visualization of the aapl.csv
dataset:
- Read the dataset. Convert the
"Date"
column ofdf
todatetime
type, and set them asdf
indexes. - Initialize a line plot for the
"Open"
column values of thedf
. Setcolormap
to"gray"
. - Add a title to the plot. In this order, it should contain the
"Open"
column's max and min values. - Add labels on an axis:
"Datetime"
on the x-axis and"Price"
on the y-axis.
Thanks for your feedback!
Task
You are faced with the task of creating a visualization of the aapl.csv
dataset:
- Read the dataset. Convert the
"Date"
column ofdf
todatetime
type, and set them asdf
indexes. - Initialize a line plot for the
"Open"
column values of thedf
. Setcolormap
to"gray"
. - Add a title to the plot. In this order, it should contain the
"Open"
column's max and min values. - Add labels on an axis:
"Datetime"
on the x-axis and"Price"
on the y-axis.