Why are workflow and documentation practices important in data analysis?
They ensure your work is organized, reproducible, and understandable to others.
What does a good data workflow involve?
A clear sequence of steps for collecting, cleaning, analyzing, and sharing data.
Name two benefits of documenting your analysis.
Reproducibility and clarity for collaboration
Writing clear explanations of your steps, formulas, or code is part of ______.
Documentation
What is version control in data workflows?
Keeping track of changes in data, code, or reports to manage updates and avoid errors.
Organizing files, naming consistently, and keeping backups is part of ______.
Workflow management
Which of these is a documentation best practice?
A) Leaving formulas unexplained
B) Using consistent naming conventions
C) Storing files randomly
D) Avoiding comments in code
B) Using consistent naming conventions
Why is reproducibility important in analytics?
So that others (or you in the future) can replicate results and verify findings.
Keeping a ______ ensures you know what data you used, what transformations were applied, and what insights were found.
Data log / analysis record
How does documenting assumptions help in analysis?
It makes reasoning transparent and allows others to understand or challenge conclusions.
Name one tool or practice that supports workflow and documentation.
Examples: Google Docs, README files, comments in code, structured folders, version control (Git).