29 Oct
2018
29 Oct
'18
7:53 a.m.
Am 29.10.18 um 14:50 schrieb ashutosh:
Sir,
Is there any way to export the graph tool data (built or analyzed graph data, like partitioned data) into another format, say *.tsv or *.csv file?
There are many ways, but you have to write the loop yourself. Take a look at the Python documentation for the csv module: https://docs.python.org/3/library/csv.html#module-csv -- Tiago de Paula Peixoto <tiago@skewed.de>