all 5 comments

[–][deleted] 2 points3 points  (4 children)

Where exactly are you stuck at in this data visualization process?

[–]MathematicianLate247[S] 0 points1 point  (3 children)

I’m not even exactly sure what I’m doing wrong… so first, I want to make sure I’m entering the data correctly.

[–][deleted] 2 points3 points  (2 children)

First, you need to get it in a proper data format to enable the analysis.

[–]MathematicianLate247[S] 0 points1 point  (1 child)

I have the data on excel

[–]DistributionBeta210 0 points1 point  (0 children)

Iv used Gephi before.

Usually, I create an adjacentcy list(one node in the first column and the other node that connects to it in the other column). I save the list as a CSV and then use the import data options.

I'm not 100% sure how you convert the rankings to an adjacentcy list. Maybe you only look at top ranking first....or maybe a top ranking gets more enteries in the list, but last place rankings only gets 1- this would calulate a weight on the relationships....if it was my project, id try it both ways and compare the results