Challenge
Task
Swipe to start coding
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.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 3
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Summarize this chapter
Explain the code in file
Explain why file doesn't solve the task
Awesome!
Completion rate improved to 3.85
Challenge
Swipe to show menu
Task
Swipe to start coding
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.
Solution
Everything was clear?
Thanks for your feedback!
Awesome!
Completion rate improved to 3.85SectionΒ 3. ChapterΒ 3
single