Baselight

NorCal Coffee Subscriptions

Affordable NorCal Coffee Subs

@kaggle.caseydyer8_norcal_coffee_subscriptions

Loading...
Loading...

About this Dataset

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.

Tables

Coffee Subscription Data

@kaggle.caseydyer8_norcal_coffee_subscriptions.coffee_subscription_data
  • 12.06 KB
  • 27 rows
  • 17 columns
Loading...

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_8" VARCHAR,
  "price_per_oz" VARCHAR,
  "price_per_lb" VARCHAR,
  "unnamed_11" VARCHAR,
  "cost_for_3_months" VARCHAR,
  "unnamed_13" VARCHAR,
  "coffee_beans_per_pot" VARCHAR,
  "cups_per_pot" DOUBLE,
  "cost_per_cup" VARCHAR
);

Share link

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