Graph Tool Data Export

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