NorCal Coffee Subscriptions
Affordable NorCal Coffee Subs
@kaggle.caseydyer8_norcal_coffee_subscriptions
Affordable NorCal Coffee Subs
@kaggle.caseydyer8_norcal_coffee_subscriptions
The primary objective of compiling this dataset is to find the best and most affordable coffee subscription from Northern California roasters that suits my preferences. My preferred brewing method is a Chemex pour-over, and all coffee data in this dataset pertains to whole-bean coffee.
CREATE TABLE coffee_subscription_data (
"coffee_company" VARCHAR,
"subscription_model" VARCHAR,
"bag_size" VARCHAR,
"price_bag" VARCHAR,
"frequency" VARCHAR,
"duration" VARCHAR,
"amount_of_coffee_month" VARCHAR,
"unnamed_7" VARCHAR -- Unnamed: 7,
"unnamed_8" VARCHAR -- Unnamed: 8,
"price_per_oz" VARCHAR,
"price_per_lb" VARCHAR,
"unnamed_11" VARCHAR -- Unnamed: 11,
"cost_for_3_months" VARCHAR,
"unnamed_13" VARCHAR -- Unnamed: 13,
"coffee_beans_per_pot" VARCHAR,
"cups_per_pot" DOUBLE,
"cost_per_cup" VARCHAR
);
Anyone who has the link will be able to view this.