Code submission for coderbyte test. I ran out of time during the test.
In the code directory
original_vis_mutate.pycontains what I was able to complete under the allocated time.vis_mutate.pyis a completed version worked on in my own time.
In order to run the project
- Download from github
cdto thecodedirectory- Execute
python3 original_vis_mutate.pyorvis_mutate.py
- Registration dates are all either 01/01/1900 or 01/01/1999
- One event doesnt have an ID
- Lots of NaNs in patient name column of event.csv
Thanks!