I’ve developed an edgelist and would like to return the degree values I receive when using the simple “degree” function to a format I can easily read such as .csv or .txt file.
My imagination would have it so in one column the nodes would be listed while the second column the degree values.
Is there any method that currently exists that allows me to do this?
Thank you all for your time and help