-
The data is stored in CSV format. The format files contains three ordered sections:
-
Header. The first 15 characters must be
%%EvolvingGraph
. This is followed by the type of the evolving graph: eitherdirected
orundireced
. -
Comments. Zero or more lines of comments, each line starts with character
%
. -
Data. The first line is the header of the data. The first three header names are
i
andj
andtimestamp
. It follows by other attributes.