eXascaleInfolab / JUST

45 stars 7 forks source link

How to use the DBLP dataset? #5

Closed woshiyitongshui closed 4 years ago

woshiyitongshui commented 4 years ago

Hello, I download the dataset from the website, but I don't know how to transform it to the dataset that can be uesd with python.

ranahussein commented 4 years ago

Hello, you can directly read the dataset in your python code using the read_edgelist function from networkx library.

woshiyitongshui commented 4 years ago

Hello, you can directly read the dataset in your python code using the read_edgelist function from networkx library.

Thank you very much.