Here are some characteristics of files that you should pay attention to
Key Point: Organize files so that they make intuitive sense and follow the narrative of the data analysis.
code
directory¶scripts
r
py
sh
README
files¶README
File Content¶data
directory¶data
directory is where all your data is kept, therefore incredibly important to think through structure.data
directory is unique and appropriate structure can vary wildly between individuals, projects and points in time.Output Files: Files that are generated from other files.
Key Points
Know that all files in these output folders can be repopulated easily.
Using file naming to convey order.
Using file naming to convey history.
Every project is different, requiring different organization strategies.
Your project structure will evolve throughout the projects lifetime.
Organize your project that makes sense for collaborators and most importantly - future you.