Challenge
Taak
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.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 3. Hoofdstuk 3
single
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Suggested prompts:
Vat dit hoofdstuk samen
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 3.85
Challenge
Veeg om het menu te tonen
Taak
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.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Awesome!
Completion rate improved to 3.85Sectie 3. Hoofdstuk 3
single