Skip to content

A python library for reading SPSS, SAS, and Stata data files, based on ReadStat

License

Notifications You must be signed in to change notification settings

jamovi/jamovi-readstat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jamovi-readstat

A python library for reading SPSS, SAS, and Stata data files, based on ReadStat

to get

# clone
$ git clone https://github.com/jamovi/jamovi-readstat.git

# initialise the ReadStat submodule
$ cd jamovi-readstat/
$ git submodule init
$ git submodule update

to install

$ python3 setup.py build install

to run the unit tests

# first build in place
$ python3 setup.py build_ext --inplace

# run tests
$ python3 -m unittest discover

to learn how to use it

probably easiest if you take a look at the unit tests

About

A python library for reading SPSS, SAS, and Stata data files, based on ReadStat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published