-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support SPSS and STATA files #652
Comments
@raprasad Starting on this tonight - prototyping a class that will handle SPSS (.sav) and Stata (.dta) files in a single interface and return a Pandas dataframe (based on https://github.com/Roche/pyreadstat) |
@raprasad After researching the differences between using pandas and pyreadstat, I'm finding that pandas supports a much smaller subset of file version numbers. The two files I am using for testing (one .dta and one .sav) both pass tests using pyreadstat, but pandas gives the following error:
Given this restriction, it seems preferable to keep pyreadstat as the SPSS / Stata reading library. |
@raprasad Currently getting the following error as the variable info page loads:
From the logs:
|
This needs a redo as per PR notes |
No description provided.
The text was updated successfully, but these errors were encountered: