Hi,
I am getting error reading csv on google colab however able to the same on local machine (with anaconda-jupyter).
- I have successfully able to download the files from kaggle into google drive and able to do ls and see the files
- getting error while trying to create dataframe for further tabular processing as per lesson 3
however if I download the file locally from gdrive and do the same locally, I am able to read it (however since I don’t have fast.ai libraries locally available, I cannot do anything with it.
Any suggestions on what I could be doing wrong?