Import data into Google Colaboratory
An official example notebook demonstrating local file upload/download and integration with Drive and sheets is available here: https://colab.research.google.com/notebooks/io.ipynb The simplest way to share files is to mount your Google Drive. To do this, run the following in a code cell: from google.colab import drive drive.mount(‘/content/drive’) It will ask you to visit a link to ALLOW … Read more