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?
-- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/
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