Re: [Tutor] CSV row and column width automation

2018-01-19 Thread renukesh nk
Hi, Does Web2py framework supports Python version 3.6 ? On Wed, Jan 3, 2018 at 11:01 AM, renukesh nk wrote: > Hi, > > Is there any way to automatically set the column and row width in a CSV > file through python script > > > ___ Tutor maillist - Tu

Re: [Tutor] CSV row and column width automation

2018-01-03 Thread Alan Gauld via Tutor
On 03/01/18 05:31, renukesh nk wrote: > Is there any way to automatically set the column and row width in a CSV > file through python script I'm not sure what you mean. CSV files don't have widths, they are just sequences of data strings separated by commas. Each piece of data takes as much space