Connecting with drive files on Google Colab

PHOTO EMBED

Tue Mar 09 2021 13:06:50 GMT+0000 (Coordinated Universal Time)

Saved by @sindypin #python

# Connecting the drive with the colab kernel...
from google.colab import drive
drive.mount('/content/drive')
content_copyCOPY

It is used on Google Colab platform.

https://stackoverflow.com/questions/46986398/import-data-into-google-colaboratory