After reading this file, if you would like to review the files in this repository, please select 'robbinsr/nhis_exploratory' above.
You are reading the README.md file in the nhis_exploratory repository for Russ Robbins on GitHub.
Currently this directory contains the 2014 National Health Interview Survey data as well as a program I am finishing writing. This program in turn writes parser programs fo condensed ASCII files such as the following:
- familyxx.dat
- fmlydisb.dat
- funcdisb.dat,
- househld.dat
- INCMIMP.dat (which contains the compilation of INCMIP1 through 5.dat)
- injpoiep.dat
- paradata.dat
- personsx.dat
- samadult.dat
- samchild.dat.
The output of any parser that is built by the program is a CSV file.
There are subdirectories for each of the types of *.dat files.
TODO:
- Add command line functionality/arguments.
- Identify number of lines in *.dat file and use.
- Use try/except/else/finally for more exception handling.
- Perform unit testing.
- Document how to use the program.
- Document requirements for element_names and element positions files.