queryverse / queryverse/ReadStat.jl
User missing values vs. system missing values
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 79
- Forks
- 18
- Avg merge
- 22h 31m
- Merged PRs (30d)
- 3
Description
Unfortunately, after importing the data from the sav file, there are no user missing values. They are all in the form of NA analogically to the missing system data.
The package would be fully functional if import returned data as it is now, and a variant with original user missing values (i.e. 9, 99, -1). Then everyone could map the available data for use.
Paul
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named; begin at the SAV import entry point and inspect how user-missing values are currently converted. Done means the import behavior and the proposed original-value variant are specified and covered by tests for values such as 9, 99, and -1.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100