I followed all direction from the screen. However, I was not able to make < year >.
I tried ‘<’ + str(year) + ‘>’ this. The result was <‘year’> How can I make ??
Guided Project: Prison Break — Review | Dataquest
Guided Project_ Prison Break.tar (85 KB)
Basics.ipynb (79.4 KB)
Click here to view the jupyter notebook file in a new tab
Hello @marrid2004
[<year>]
is just a placeholder, to mean <year>
is just a year from extracting it from the data
through loops. You are not supposed to create that string.
You can also check out the Solution by clicking
on your Dataquest Notebook. This might guide you more on how to handle various steps that may be a blocker to you.