🔌 Toolbox of short, reusable pieces of code and knowledge.
View the Project on GitHub rosikand/snippets
This allows you to access files (i.e. dataset files) from your Google Drive in Google Colab python.
from google.colab import drive drive.mount('/content/drive')