Download From Colab To Local Drive

[Solved] Download From Colab To Local Drive | Python - Code Explorer | yomemimo.com
Question : download from colab to local drive

Answered by : sangram-thakur

from google.colab import files
import pandas as pd
result.to_csv('example_file.csv')
files.download('example_file.csv')

Source : https://www.honchosearch.com/blog/seo/how-to-download-files-from-google-colab/ | Last Update : Thu, 22 Jul 21

Answers related to download from colab to local drive

Code Explorer Popular Question For Python