在我的google驱动器上,我创建了一个文件夹“TheProject”,其中我创建了两个文件夹:“code”和“data”。我的文件夹‘代码’,我创建了一个新的colab笔记本,我有几个数据集在‘数据’文件夹。如何从google驱动器上的文件夹读取数据到colab笔记本中?例如:
data = pd.read_excel('SOME_PATH/TheProject/data/my_data.xlsx
我想尝试一下python,而google冒牌货似乎是最简单的选择,我有一些文件在我的google驱动器中,并且想把它们上传到google colaboratory中。下面是我使用的代码:from pydrive.drive import GoogleDriveCreate & upload a file text f
我正在尝试使用fast.ai从我的googledrive帐户加载google colab中的数据集。我正在使用来自kaggle的外星人与捕食者的数据集,来自我下载并加载到我的googledrive中的here。然后我运行以下代码: # Load the Drive helper and mountdrive.mount("/con