from google.colab import filesdf.to_csv('FILENAME.csv')files.download('FILENAME.csv')#Download winder pops out
Export data to CSV file to Google Drive
from google.colab import drivedrive.mount('/content/drive')#Copy and paste Google Authentication codedf.to_csv('/content/drive/PATH TO Google Drive FOLDER')