I have a very big .CSV file (80+ million) that I need to visualize. I thought Gephi might be the right tool for the job.
The data is very simple, it has two columns of information that is set up like: (source (edge) | connecting end (node?))
For example, this is what it looks like from the top:
Code: Select all
src | dst
125.60.2446 | 122.236.46574
1233.51.735 | 9512.512.51
4326.57.4574 | 1.5.464
and so on and so forth...
Is Gephi the right tool to use this data to create something presentable? If so, what kind of recommendations or plugins would you advise?
Thank you very much for any help.