colab使用
导入数据
import glob
# Importing drive method from colab for accessing google drive
from google.colab import drive
# Mounting drive
# This will require authentication : Follow the steps as guided
drive.mount('/Data')
最后查看一下导入成功了没。
!ls /Data/'My Drive'
之后文件地址
'/Data/My Drive/graph_code/data/node.csv'