Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Importing SPSS dataset into Python

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

like image 353
joon Avatar asked Sep 03 '10 21:09

joon


1 Answers

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.

like image 86
Jon Peck Avatar answered Sep 30 '22 20:09

Jon Peck