Can\'t read a file in google colaboratory . I have .ipynb file and .csv files in the same directory but when I try to run:
train = pd.read_csv(\"train.csv\") <
make sure you put a / in the beginning of the path. Whey you copy path by right click on your mounted drive from the file explorer, it does not copy the beginning forward slash. make sure you add it in the path.