how-to
repo.
You've extracted and transformed the data. Now it's time to load (analyze) it. Here, you'll find the principles that inform DataMade's approach to data analysis, as well as the tools and organizational practices that make it possible.
DataMade's approach to data analysis combines our principles for making data with the basic principles of literate programming.
Namely, data analysis should:
- be reproducible with one command.
- be conducted using standard tools.
- be kept under version control.
- prioritize legibility to other humans.
- Data analysis 001 - Setup
- Setting up your environment
- Organizing your analysis
- Data analysis 101 - Standard toolkit
- Introduction to
pweave
- Introduction to
- Data analysis 201 - Putting it all together
- Patterns for multi-part analysis
- Appendix A - LaTeX
- Appendix B - pandas
- Appendix C (external issue) – matplotlib
Under construction in the examples
dir! 👷