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 <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
