eXascaleInfolab/JUST

How to use the DBLP dataset?

woshiyitongshui opened this issue · 2 comments

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.

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

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

Thank you very much.