-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import spreadsheet (csv) The id class does not match with the expected type #1418
Comments
I just realized when importing the Id column is marked as "Interger" in my network while in the example is marked as "string". |
Hi, Do you open a gexf file or similar? |
Hi, However, I no longer use that file. I created a new one from scratch in gephi 0.9.1 and I don't have any problems now, so I think the problem was somehow related to the fact that the original network was created with the older version. |
I see, then it seems that loading an old .gephi project file will cause the id column to be an integer instead of a String. |
Fixed, will be released with next updates. |
Based on commit ecbe7bf #1605 NullPointerException when no attribute is selected in Ranking or Partition #1469 Impossible to color arcs with a color gradient with 0.9.1 #1477 Import wizard 0.9.1 now showing any options #1487 Fix - add try/finally logic to wrap graph reentrant locks for layouts #1536 Add Edge dialog only remembers source index #1418 Import spreadsheet (csv) The id class does not match with the expected type #1387 Exception on ranking with column with null values #1612 Ranking min/max for uncommon types - UnsupportedOperationException: 'commlist' is not a sortable column (int[])
Hello,
I just moved to gephi 0.9.1 from gephi 0.8.2. I'm trying to add some columns to my nodes data table and I get the following error:
I don't understand what's happening. I'm creating the csv file exporting from gephi and then I add new data in Excel.
I have tried with example network Les Miserables and it works fine, so it is probably something in my network, but no clue on what can it be.
Only thing different I've noticed from gephi 0.8.2 is that node's Ids no longer have decimal point, before I had: 0.0, 1.0... now I have: 0, 1...
Any suggestions?
Thank you.
The text was updated successfully, but these errors were encountered: