Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 380 Bytes

File metadata and controls

8 lines (6 loc) · 380 Bytes

python_demo_feb26

Files for conducting some simple analysis identically in R and in Python

The key steps for reproduceability:

  • Installing and loading packages
  • Clean data, stored within a project folder (in .csv format)
  • Script files (.py and .R) which contain only the code which runs correctly and has comments to help us remember what each step does and why