📜  如何将数据集从驱动器导入 colab - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:03.188000             🧑  作者: Mango

代码示例1
json_import = drive.CreateFile({'id':'29PGh8XCts3mlMP6zRphvnIcbv27boawn'})

json_import.GetContentFile('sample.json') - 'sample.json' is the file name that will be accessible in the notebook.