From: Steven D'Aprano
>To: tutor@python.org
>Sent: Wednesday, August 28, 2013 4:19 AM
>Subject: Re: [Tutor] spss.BasePivotTable
>
>
>On 27/08/13 23:14, Albert-Jan Roskam wrote:
>> Hello,
>>
>> I am trying to create a BasePivot table with three col
On 27/08/13 23:14, Albert-Jan Roskam wrote:
Hello,
I am trying to create a BasePivot table with three columns: one for the labels, one for a a
category "Before" and one for "After". The following attempt fails, but what am
I doing wrong?
At least two things. Here is the first:
try:
[m
Hello,
I am trying to create a BasePivot table with three columns: one for the labels,
one for a a category "Before" and one for "After". The following attempt fails,
but what am I doing wrong?
begin program.
import spss
try:
spss.StartSPSS()
#spss.Submit("get file='demo.sav'.")
s
Romans ever done for us?
~~
- Original Message -
> From: Albert-Jan Roskam
> To: Python Mailing List
> Cc:
> Sent: Tuesday, August 27, 2013 3:14 PM
> Subject: [Tutor] spss.BasePivotTable
>
> Hel