Answers for "how to import dataset in google colab from local machine using op.path.dir"

Go
0

how to import dataset from drive to colab

json_import = drive.CreateFile({'id':'29PGh8XCts3mlMP6zRphvnIcbv27boawn'})

json_import.GetContentFile('sample.json') - 'sample.json' is the file name that will be accessible in the notebook.
Posted by: Guest on April-04-2021

Code answers related to "how to import dataset in google colab from local machine using op.path.dir"

Browse Popular Code Answers by Language