Load data in practice lab

hello everyone,
I have encountered a problem in completing the weekly assignment.
first it asks to # load the dataset but I don’t know which data set it is talking about and also, I’m wondering how is it possible to expect us to code with only teaching us the theoretical part, given that the labs were optional.
thank you

You have to run the cell that will load the data. I think there is also a lab on how to use the Jupyter Notebook. You can check some videos on YouTube as well to get familiarize with the Jupyter notebook environment.

  • Open the notebook.
  • Follow the instructions in the notebook.
  • Run all of the cells in sequence.
  • Add your code where you’re instructed to.

After you do this once or twice, it will become a very comfortable workflow.