[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Timeline / csv import
Page 1 of 1

Timeline / csv import

Posted: 27 Nov 2014 16:33
by dave1337
Dear all,

I am struggeling to import my data (csv) in a way so that I can visualize it in a timeline. I have a simple set of twitter user mentions: From -> To plus a time stamp for each mention. My CSV looks like this:

Time Stamp | From | To

Time stamp is formated as "text" in a DD.MM.YY HH:MM format.

What is the proper way to import this data to Gephi? Do I need to split if up into two files including Nodes and Edges? Right now I do not quite understand how I should organize the structure so that I can import the nodes + time stamp and the matching edges.

I would be glad if someone could advise. Thank you!