Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 668 Bytes

File metadata and controls

17 lines (13 loc) · 668 Bytes

Red Wine Quality

Overview

This tidy data set contains 1,599 red wines with 11 variables on the chemical properties of the wine. At least 3 wine experts rated the quality of each wine, providing a rating between 0 (very bad) and 10 (very excellent).

Question

Which chemical properties influence the quality of red wines?

Commit message style

  • Docs: For document change/update
  • Gather: For Wrangling process - Reading/Gathering Clean: For wrangling process - Cleaning quality and tidiness issues, may include test codes too
  • Assess: For Wrangling process - Assess
  • Refactor: Refactoring existing code
  • Viz: For visualization
  • Chore: Package manager