Re: Yet Another Tabular Data Question

2007-11-30 Thread Ricardo Aráoz
[EMAIL PROTECTED] wrote: > On Nov 29, 5:46 pm, [EMAIL PROTECTED] wrote: >> Hi all, >> >> Fairly new Python guy here. I am having a lot of trouble trying to >> figure this out. I have some data on some regulations in Excel and I >> need to basically add up the total regulations for each country--a

Re: Yet Another Tabular Data Question

2007-11-29 Thread carllemp
On Nov 29, 5:46 pm, [EMAIL PROTECTED] wrote: > Hi all, > > Fairly new Python guy here. I am having a lot of trouble trying to > figure this out. I have some data on some regulations in Excel and I > need to basically add up the total regulations for each country--a > statistical analysis thing th

Yet Another Tabular Data Question

2007-11-29 Thread patrick . waldo
Hi all, Fairly new Python guy here. I am having a lot of trouble trying to figure this out. I have some data on some regulations in Excel and I need to basically add up the total regulations for each country--a statistical analysis thing that I'll copy to another Excel file. Writing with pyExcel