7. Week 7 Learning and Applications Notebook - aboatwr/R4R GitHub Wiki

this week's lesson This week we learned about version control using Github

Capstone Goals

  • Short-term goal: Finish documenting and organizing data and code
  • Mid-term goal: Fully document all code and data used in summer/fall 2022 research project so that it can be replicated by my team
  • Long-term goal: create a container for the project (I think this will be useful: link to how to create a docker hub container w/stata code)

Capstone Progress

This week I started going through my data-cleaning code and filling-in any missing documentation. I am trying to decide if I should have one python code file for cleaning all my datasets, or divide it into separate code files for each dataset. I tend to prefer more short code than a few long code files. I am using jupyter notebooks to document the code as well as a separate read-me to explain what each code file does. Next week I plan to finish documenting my code and start documenting my data. As I am going through my code I am making note of which data is actually being used, so that I can clear out any data that I collected that isn't been used.