I am still new with Gephi, so perhaps some experienced user can share some useful advice on this (I think) simple problem.
My goal is to map several people and their associated "tags".
To generate the edge table, I now have a CSV file containing something like:
Source Target
John golf
John ski
John baker
Susan golf
Susan soccer
Mary golf
Mary teacher
I then count on Gephi to generate the Nodes table.
Here is where I could use some help:
1) My list will probably evolve through time (adding people, or adding/modifying tags), and I found no easy way to update the table(s). I have the impression that the safest and quickest way is to start a new project, but then I lose all changes in the Node table, and any visual effects I applied on the map. Is there any standard procedure to "update" the table?
2) I would like to add a column in the Node table to identify the people nodes as 1, and the tag nodes as 0 (in order to easily distinguish them by color or size in the overview). I understand how to do this manually, I first fill in the column with 0s, but it is then quite tedious to find the people nodes and type in a "1" in each cell (and when my list will exceed 20 people, it will become too time consuming). Also, if I update the Edge table as described in 1), the Node table is regenerated and I have to start over.
I hope my situation is clear enough, and if anyone has been through this and has some good advice, please let me know

Seb