https://github.com/pythoncoderunicorn/starbucks
Official Starbucks Nutritional dataset
https://github.com/pythoncoderunicorn/starbucks
coffee dataset starbucks starbucks-coffee starbucks-dataset
Last synced: 7 months ago
JSON representation
Official Starbucks Nutritional dataset
- Host: GitHub
- URL: https://github.com/pythoncoderunicorn/starbucks
- Owner: PythonCoderUnicorn
- Created: 2021-12-20T19:40:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T22:01:22.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T20:24:13.757Z (9 months ago)
- Topics: coffee, dataset, starbucks, starbucks-coffee, starbucks-dataset
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starbucks
Official Starbucks Nutritional dataset from the pdf *Starbucks Coffee Company* Beverage Nutrition Information. The pdf version is 22 pages and only steamed milk data is omitted for this dataset.## Columns
- `Product_Name` = the name of the item
- `Size` = the size of the cup (the cup class) *short, tall, grande, venti*
- `Milk` = the type of milk used
- `0` none
- `1` nonfat
- `2` 2%
- `3` soy
- `4` coconut
- `5` whole- `Whip` = if whip cream is added: `0` none, `1` whip
- `Serving_Size_mL` = the quantity of beverage in mL which differs based the name of cup size
- `Calories` = total calores for beverage
- `Total_Fat_g` = total fat in grams
- `Saturated_Fat_g`
- `Trans_Fat_g`
- `Cholesterol_mg` = amount of cholesterol in milligrams
- `Sodium_mg`
- `Total_Carbs_g`
- `Fibre_g`
- `Sugar_g` = amount of sugar in grams
- `Caffeine_mg` = amount of caffeine in milligrams. **Note**: *for tea beverages the highist value was recorded from range*Columns not included from official nutritional pdf:
- Protein_g
- Vitamin_A
- Calcium
- Iron