coffee_quality | R Documentation |
This dataset contains detailed information about coffee quality evaluations from various origins. It includes data on the country and continent of origin, farm name, lot number, and various quality metrics. The dataset also includes attributes related to coffee processing, grading, and specific sensory attributes.
coffee_quality
A data frame with 207 rows and 30 variables:
character
. The country where the coffee originated.
character
. The continent where the coffee originated.
character
. The name of the farm where the coffee was grown.
character
. The lot number assigned to the batch of coffee.
character
. The name of the mill where the coffee was processed.
character
. The company associated with the coffee batch.
character
. The altitude range (in meters) where the coffee was grown.
character
. The specific region within the country where the coffee was grown.
character
. The name of the coffee producer.
character
. The in-country partner organization associated with the coffee batch.
character
. The year or range of years during which the coffee was harvested.
date
. The date when the coffee was graded.
character
. The owner of the coffee batch.
character
. The variety of the coffee plant.
character
. The method used to process the coffee beans.
numeric
. The aroma score of the coffee, on a scale from 0 to 10.
numeric
. The flavor score of the coffee, on a scale from 0 to 10.
numeric
. The aftertaste score of the coffee, on a scale from 0 to 10.
numeric
. The acidity score of the coffee, on a scale from 0 to 10.
numeric
. The body score of the coffee, on a scale from 0 to 10.
numeric
. The balance score of the coffee, on a scale from 0 to 10.
numeric
. The uniformity score of the coffee, on a scale from 0 to 10.
numeric
. The clean cup score of the coffee, on a scale from 0 to 10.
numeric
. The sweetness score of the coffee, on a scale from 0 to 10.
numeric
. The overall score of the coffee, on a scale from 0 to 10.
numeric
. The total cup points awarded to the coffee, representing the sum of various quality metrics.
numeric
. The moisture percentage of the coffee beans.
character
. The color description of the coffee beans.
character
. The expiration date of the coffee batch.
character
. The body that certified the coffee batch.
Coffee Quality Institute
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.