Skip to content
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

Feature request: convert missing values #228

Open
dusadrian opened this issue Dec 26, 2020 · 0 comments
Open

Feature request: convert missing values #228

dusadrian opened this issue Dec 26, 2020 · 0 comments

Comments

@dusadrian
Copy link

SPSS, Stata and SAS all have different ways of dealing with missing values. The ReadStat library is awesome, but still leaves this uncovered.

For instance, an SPSS variable can have these values:
1 'Yes'
0 'No'
-1 'Non-response'
and it is possible to define -1 as a missing value.

In Stata and SAS however, missing values are not numbers but letters, such as: .a or .b
Would it be possible to define (perhaps in the .json metadata file) some sort of transformation instructions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants