While reading the ‘Module 2: Working with CSV files’ of Week 1 in Getting Started with Data Science Bootcamp, I encountered the following problem.
On slide 9, it shows to use ‘pwd’ in order to get which directory we are working with. But when I input the same in Google Colab an error (“NameError: name ‘pwd’ is not defined”) pops up.
Can someone please explain what am I doing wrong?
Thanks