You're starting a new Data Analysis project with #rstats or #pythonprogramming.
➡️How do you organise your work files? 🤔
Here is a thread about how I do it.
Any other best practice you use??
🧵
1️⃣
Start with a "Input" folder
- Put your raw data in it. And NEVER edit it manually again.
- Make sure ALL the dataset required for the project are here. Your project must be self contained
2️⃣
Then create a "R" or "Python" folder with ALL your scripts.
Those scripts read the data, analyse them, and create outputs.