Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

stackoverflow - import data on colabs

import csv
from google.colab import drive
drive.mount('/content/gdrive')
df = pd.read_csv('/content/gdrive/My Drive/My_drive_folder/my_file.csv', sep=',')
Comment

PREVIOUS NEXT
Code Example
Python :: unocode error pytonn 
Python :: elif "wikipedia" 
Python :: File "main.py", line 21 print("total harga:idr", bakso bulat +str Minuman Drink): ^ SyntaxError: invalid syntax 
Python :: findout age in python 
Python :: configure your keyboards 
Python :: how to use self.list.setCurrentRow() in pyqt5 
Python :: bash: line 1: templates/addtask.html: No such file or directory in flask app 
Python :: directory corrente python 
Python :: jupyter notebook morse code francais 
Python :: python char to hex 
Python :: roll a dice 
Python :: split a column into two columns pandas 
Shell :: get cpu frequency linux 
Shell :: how to check if am using wayland 
Shell :: react-scripts is not recognized as an internal command windows 
Shell :: conda install skimage 
Shell :: how to remove mysql workbench in ubuntu 
Shell :: ubuntu restart mariadb 
Shell :: maven skip tests 
Shell :: git undo soft reset 
Shell :: ssh restart ubuntu 
Shell :: clearing dns cache 
Shell :: conda opencv 
Shell :: install ngrok ubuntu 20.04 
Shell :: uninstall pgadmin3 ubuntu 
Shell :: check redis version 
Shell :: install git winget 
Shell :: git graph 
Shell :: install jsdoc 
Shell :: linux chown www-data 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =