I am trying to access a CSV file uploaded right in the same folder that my python notebook is from the colaboratory.
when I simply do :
pd.read_csv("train.csv")
It throws me : "File b'train.csv' does not exist" error.
Any idea is highly appreciated.