Read file from drive in google colab

前端 未结 5 1368
没有蜡笔的小新
没有蜡笔的小新 2021-01-13 06:24

I Have read the notebook about how to open drive. I already did as instructed using:

from google.colab import drive
drive.mount(\'/content/drive\')
         


        
5条回答
  •  离开以前
    2021-01-13 07:07

    The fact that you see ".csv.gsheet" filenames even though you upload ".csv" filenames makes me think that you're uploading your CSVs to sheets.google.com instead of drive.google.com. Can you confirm that uploading to drive.google.com makes things work?

提交回复
热议问题