datamade / data-analysis-guidelines

📒 Analyzing Data, the DataMade Way
MIT License
36 stars 4 forks source link

Analyzing Data, the DataMade Way

⚠️ Deprecation warning: This documentation no longer represents DataMade's current best practices for data analysis. For contemporary guidance on data analysis, refer to the 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.

Principles

DataMade's approach to data analysis combines our principles for making data with the basic principles of literate programming.

Namely, data analysis should:

  1. be reproducible with one command.
  2. be conducted using standard tools.
  3. be kept under version control.
  4. prioritize legibility to other humans.

Guides

Examples

Under construction in the examples dir! 👷