gephi/gephi

Data Import Issue in Gephi 0.10.1: Missing Mixed Edges from CSV File

EceDemir1956 opened this issue · 0 comments

Expected Behavior

I expected Gephi to import all edges when I used the software to import a CSV file containing edge data. Edge data is in CSV format, contains both directed and undirected interactions between nodes.

Current Behavior

However, when I imported the CSV file with edge data into Gephi (version 0.10.1), it did not import all of the edges. Some of the edges were missing from the dataset.

Possible Solution

I have attempted various troubleshooting steps, but I have not been able to resolve this issue.
I tried only uploading the directed edges and all edges loaded correctly, same with only undirected edges. When all data is loaded, depending on how the data is listed, either some of the both types of data are included or none of the other class.

It appears to be similar to the problems discussed in threads #2174 and #1454 on the Gephi GitHub page.

Steps to Reproduce

  1. Open Gephi 0.10.1.
  2. Select "File" > "Import Spreadsheet" > "Edges."
  3. Choose the CSV file containing edge data.
    4.During the loading screen, all edges are displayed, however when "OK" is clicked, the missing data is seen.

Your Environment

  • Version used: Gephi 0.10.1
  • Operating System: Windows 11

Mentioned threads with the similar issues:

#1454
#2174