Is there any way to import SPSS dataset into Python, preferably NumPy recarray format? I have looked around but could not find any answer.
Joon
|
feedback
|
|
gretl claims to import SPSS and export in a variety of formats, as does the R statistical suite. I've never dealt with SPSS data so cannot speak to their relative merits. | |||
|
feedback
|
|
SPSS has an extensive integration with Python, but that is meant to be used with SPSS (now known as IBM SPSS Statistics). There is an SPSS ODBC driver that could be used with Python ODBC support to read a sav file. | |||
feedback
|
|
To be clear, the SPSS ODBC driver does not require an SPSS installation. | |||
|
feedback
|
|
Maybe this will be helpful for someone: http://sourceforge.net/search/?q=python+SPSS good luck! Michal | |||
|
feedback
|
|
You could have Python make an external call to spssread, a Perl script that outputs the content of SPSS files in the way you want. | |||
|
feedback
|