Hi, sorry, I am a novice at using google storage, and have a question/issue with the Reading_Data_From_Google_Storage_Bucket notebook. I am able to mount the drives, perform the google cloud authentication steps, etc. but get the following error when i try to read Train.csv:
FileNotFoundError: [Errno 2] No such file or directory: '/Train.csv'
Where am I supposed to load this (i.e. what path in google drive?)
Thanks
I think you can download it from Data section of this competition and make sure you upload it to drive contents and point to the path where it exists to read it
That works, thanks!
That is definetely an incorrect file path issue. I am confident you will resolve it. You may load the files into the working directory or store them permanently on the drive. Either approach is fine If working on google colab.
If working from kaggle you could check also this out, copy and run it to generate a submission file. then improve it over time: https://www.kaggle.com/code/juliusmwangi/what-causes-traffic-congestion-in-barbadoes
i thinks that a good way to resolve this problems of Barbade