research-colab使用


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'

文章作者: zxn
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 zxn !
  目录