How to use the DBLP dataset?
woshiyitongshui opened this issue · 2 comments
woshiyitongshui commented
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
Hello, you can directly read the dataset in your python code using the read_edgelist function from networkx library.
woshiyitongshui commented
Hello, you can directly read the dataset in your python code using the read_edgelist function from networkx library.
Thank you very much.