Baselight

Coffee Quality Institute Arabica Reviews May2023

Updated dataset scrapped from Coffee Quality Institute.

@kaggle.erwinhmtang_coffee_quality_institute_reviews_may2023

Arabica Coffee Green Analysis
@kaggle.erwinhmtang_coffee_quality_institute_reviews_may2023.arabica_coffee_green_analysis

  • 18.01 KB
  • 1509 rows
  • 6 columns
coffee_id

Coffee Id

moisture

Moisture

color

Color

category_one_defects

Category One Defects

category_two_defects

Category Two Defects

quakers

Quakers

#26147311.80%Green3
#98440511.70%Green412
#69358510.60%greenish1
#27485312.40%Greenish19
#15468611.10%pale yellow12
#1275849.20%Greenish
#12580010.20%Pale Yellow11
#35670010%Bluish-Green
#1506819.10%Green
#7447988.40%Green

CREATE TABLE arabica_coffee_green_analysis (
  "coffee_id" VARCHAR,
  "moisture" VARCHAR,
  "color" VARCHAR,
  "category_one_defects" BIGINT,
  "category_two_defects" BIGINT,
  "quakers" DOUBLE
);

Share link

Anyone who has the link will be able to view this.