Question 02: What is the optimal way to organize the files and directories for the Hands-on Activity in the DAP Course?
DAP Course files and directory struture : [ Click Here ]
Question 03: Error - No module named 'pandas' ?
Open the new cell in notebook and execute - !pip install pandas
Question 04: Error - FileNotFoundError?
Make sure that you have specified the correct path to the file. Go to the file, right click and copy as path and paste in the argument section of read_csv() method.