문제

What is the easiest way to create a HDF5-file of an SPSS-file by Python?

도움이 되었습니까?

해결책

If you haven't already stumbled upon it, check out h5py. Iterating over SPSS's data with SPSS's addon python module, and placing the data in an h5py object should be all you need to do.

다른 팁

The Python code at this link http://code.activestate.com/recipes/577811-python-reader-writer-for-spss-sav-files-linux-mac-/ reads and write sav files. It uses the free i/o modules produced by IBM SPSS.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top