Baselight

Starbucks

Starbucks Beverage Components

@kaggle.henryshan_starbucks

Starbucks
@kaggle.henryshan_starbucks.starbucks

  • 17.62 KB
  • 242 rows
  • 18 columns
beverage_category

Beverage Category

beverage

Beverage

beverage_prep

Beverage Prep

calories

Calories

n__total_fat_g

Total Fat (g)

trans_fat_g

Trans Fat (g)

saturated_fat_g

Saturated Fat (g)

n__sodium_mg

Sodium (mg)

n__total_carbohydrates_g

Total Carbohydrates (g)

cholesterol_mg

Cholesterol (mg)

n__dietary_fibre_g

Dietary Fibre (g)

n__sugars_g

Sugars (g)

n__protein_g

Protein (g)

vitamin_a_dv

Vitamin A (% DV)

vitamin_c_dv

Vitamin C (% DV)

n__calcium_dv

Calcium (% DV)

iron_dv

Iron (% DV)

caffeine_mg

Caffeine (mg)

CoffeeBrewed CoffeeShort30.150.30%0%0%0%175
CoffeeBrewed CoffeeTall40.1100.50%0%0%0%260
CoffeeBrewed CoffeeGrande50.11010%0%0%0%330
CoffeeBrewed CoffeeVenti50.11010%0%2%0%410
Classic Espresso DrinksCaffè LatteShort Nonfat Milk700.10.1575109610%0%20%0%75
Classic Espresso DrinksCaffè Latte2% Milk1003.520.11585109610%0%20%0%75
Classic Espresso DrinksCaffè LatteSoymilk702.50.46561456%0%20%8%75
Classic Espresso DrinksCaffè LatteTall Nonfat Milk1000.20.2512015141015%0%30%0%75
Classic Espresso DrinksCaffè Latte2% Milk150630.22513515141015%0%30%0%75
Classic Espresso DrinksCaffè LatteSoymilk1104.50.51051016810%0%30%15%75

CREATE TABLE starbucks (
  "beverage_category" VARCHAR,
  "beverage" VARCHAR,
  "beverage_prep" VARCHAR,
  "calories" BIGINT,
  "n__total_fat_g" VARCHAR,
  "trans_fat_g" DOUBLE,
  "saturated_fat_g" DOUBLE,
  "n__sodium_mg" BIGINT,
  "n__total_carbohydrates_g" BIGINT,
  "cholesterol_mg" BIGINT,
  "n__dietary_fibre_g" BIGINT,
  "n__sugars_g" BIGINT,
  "n__protein_g" DOUBLE,
  "vitamin_a_dv" VARCHAR,
  "vitamin_c_dv" VARCHAR,
  "n__calcium_dv" VARCHAR,
  "iron_dv" VARCHAR,
  "caffeine_mg" VARCHAR
);

Share link

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