-
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
csv import error: found rows with empty source or target columns #1489
Comments
Yeah, this is validated now as it was an old problem. |
The related commit is 4276594 |
Had the same error when working with metabolic networks represented as a reaction graph. Some of my nodes will be isolated from the network and this is OK. In fact, Cytoscape imports and represent these nodes, creating a node attribute "isSingleNode=yes" in these cases. I think this is an issue that should be rolled back to what it was. |
We could just actually remove this validation in the wizard. |
I receive this error intermittently even when no source or target rows are empty. I believe that when exporting to a CSV in Excel, rows that were once populated, eg at the end of a spreadsheet, but which were eliminated, are still being seen by the validator in Gephi and detected as empty. |
@ishalev Make sure when you export from excel to CSV you don't have empty cells, as excel will export them to CSV as rows that look like |
Yes, that solves the immediate problem, thanks for the suggestion. I'd like for gephi to detect the empty rows and not import them, or for the On Sat, Oct 22, 2016 at 10:50 AM, Eduardo Ramos [email protected]
|
It has been impossible to delete the rows in the Excel file. I have tried everything that is advised on this problem but I am still sitting with a million+ rows in my Excel sheet, and thus the .csv file. Is there another way to solve this problem in Gelphi? Can we specify a range in Gelphi, like in Stata? |
Based on commit 6b041a4 #1526 NullPointerException on Modularity Statistics with gexf with kind / parallel nodes #1633 Gephi 0.9.1 freezes for dynamical graphs #1636 Ranking operation not working (node color and size) #1640 taken screenshot will be overwritten #1454 Suddenly not importing all of my edges #1489 CSV import error: found rows with empty source or target columns #1251 Multiple edges won't be merged
Hello:
I updated to Gephi 0.9.1 from Gephi 0.8.2. Machine is IOS with El Captain version 10.11.4.
In the old version, I was able to import .csv files with source and target columns (target columns would contain empty cells because in some cases the source didn't have a connection). I didn't have any problem uploading my file and running analysis.
After the update, I now receive an error that says "found rows with empty source and/or target columns. The source column is not empty. Target column is empty in some rows because the source might doesn't have a connection in that particular instance. Again this issue did not occur with the old version of Gephi.
Best,
Kristina
The text was updated successfully, but these errors were encountered: