gephi/gephi

Gephi does not create nodes from matrix CSV import, if node has no edges

kiadimundi opened this issue · 0 comments

When importing a CSV in matrix format (as described here: https://gephi.org/users/supported-graph-formats/csv-format/), Gephi does not import nodes with no edges. I have tried the exact example given at the aforementioned URL:

;A;B;C;D;E
A;0;1;0;1;0
B;1;0;0;0;0
C;0;0;1;0;0
D;0;1;0;1;0
E;0;0;0;0;0

Expected Behavior

Using the example above: 5 nodes to be imported.

Current Behavior

Only 4 nodes (E is missing) are imported.

Possible Solution

Steps to Reproduce

Save the example to a CSV and import it.

Your Environment

  • Version used: Gephi 0.10.1 202301172018
  • Operating System: Mac OS X Version 13.4