Python module trans

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Python module trans

Zängle Michael
***********************************
BEGIN PROGRAM.
import trans, extendedTransforms
tproc = trans.Tfunction()
*************************************.


"The Python module trans, a supplementary module available for download from Developer
Central at http://www.spss.com/devcentral, provides the framework for using Python functions as
casewise transformation functions to be applied to a dataset."


Dear listers,

where exactly in the devcentral can I find the
download of Python module "trans".

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: Python module trans

Jon K Peck

Look for it in the Downloads section of Developer Central.  It's called trans Module and is listed alphabetically.

However, if you just want to run small Python functions over the case data without writing the looping code etc, it is much easier to use the newer SPSSINC TRANS extension command also available from the same site.

HTH,
Jon Peck
SPSS, an IBM Company
[hidden email]
312-651-3435



From: Zängle Michael <[hidden email]>
To: [hidden email]
Date: 09/08/2010 09:19 AM
Subject: [SPSSX-L] Python module trans
Sent by: "SPSSX(r) Discussion" <[hidden email]>





***********************************
BEGIN PROGRAM.
import trans, extendedTransforms
tproc = trans.Tfunction()
*************************************.


"The Python module trans, a supplementary module available for download from Developer
Central at
http://www.spss.com/devcentral, provides the framework for using Python functions as
casewise transformation functions to be applied to a dataset."


Dear listers,

where exactly in the devcentral can I find the
download of Python module "trans".

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD