Hi all,
I’m currently on screen no. 3 (“Deleting Wrong Data”) in the mobile app guided project. I have found the row in question and have deleted it. As I’m working on my local Jupyter, when I want to stop working on the project, I’ll halt and close the notebook.
Mission Screen Link: https://app.dataquest.io/m/428/guided-project%3A-profitable-app-profiles-for-the-app-store-and-google-play-markets/3/deleting-wrong-data
When I re-open, I believe I have to run Kernel > Restart + Run All
to have existing codes executed and variables properly assigned before continue coding.
My question:
- As I have executed
del data(index)
during the previous session, should I have this line commented out from now onwards to prevent the wrong deletion of rows in the data set? - Is there another way besides using
Kernel > Restart + Run All
?
It’s not possible for me to complete the project in one go hence closing and re-opening the notebook. Thanks.
-Atikah