Writing a nice formatted csv file

Dave Borne dborne at gmail.com
Wed May 2 11:14:28 EDT 2007


> Whereas what I'd like to get is:
> 1,    2,    3,
> 10,  20,   30

(without trying this myself first...)
You might  try setting up a csv dialect with a delimiter of ',\t' then
using a reader that can set tab stops for display.

-Dave



More information about the Python-list mailing list