Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 688 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 688 Bytes

NHANESdata

This reads and merges the public data from NHANES, specifically the 2017-2018 examination data. This was used as part of a challenge I created for the company Pralent, link to the challenge can be found here: https://www.pralent.com/challenges/pralent-nhanes-machine-learning-challenge

The TEMP file contains all the directly downloaded public data xpt files from NHANES.

The DATA folder contains all the converted xpt files (to csv).

The masterList contains a complete data set with all csv's from DATA merged.

The python script contains the program used to merge all the csv data files, as well as instructions on how I was able to convert the xpt files to csv files.