How To Import Dataset From Drive To Colab

[Solved] How To Import Dataset From Drive To Colab | Go - Code Explorer | yomemimo.com
Question : how to import dataset from drive to colab

Answered by : splendid-spider-5mbhixvkxxhk

json_import = drive.CreateFile({'id':'29PGh8XCts3mlMP6zRphvnIcbv27boawn'})
json_import.GetContentFile('sample.json') - 'sample.json' is the file name that will be accessible in the notebook.

Source : https://stackoverflow.com/questions/46986398/import-data-into-google-colaboratory | Last Update : Sun, 11 Apr 21

Answers related to how to import dataset from drive to colab

Code Explorer Popular Question For Go