Baselight

NorCal Coffee Subscriptions

Affordable NorCal Coffee Subs

@kaggle.caseydyer8_norcal_coffee_subscriptions

Coffee Subscription Data
@kaggle.caseydyer8_norcal_coffee_subscriptions.coffee_subscription_data

  • 12.06 KB
  • 27 rows
  • 17 columns
coffee_company

Coffee Company

subscription_model

Subscription Model

bag_size

Bag Size

price_bag

Price/Bag

frequency

Frequency

duration

Duration

amount_of_coffee_month

Amount Of Coffee/month

unnamed_7

Unnamed: 7

unnamed_8

Unnamed: 8

price_per_oz

Price Per Oz

price_per_lb

Price Per Lb

unnamed_11

Unnamed: 11

cost_for_3_months

Cost For 3 Months

unnamed_13

Unnamed: 13

coffee_beans_per_pot

Coffee Beans Per Pot

cups_per_pot

Cups Per Pot

cost_per_cup

Cost Per Cup

RitualThe Coffee Club12 oz$24.00weekly3 Months3 lbs$2 $32 $288 1.8 oz3$1.20
RitualThe Coffee Club5 lbs$120.00monthly3 Months5 lbs$1.50 $24 $360 1.8 oz3$0.90
RemedyRoaster's Pick12 oz$23.00weekly3 Months3 lbs$1.92 $30.67 $276 1.8 oz3$1.15
RemedyRoaster's Pick36 oz$72.00Biweekly3 Months4.5 lbs$2 $32 $432 1.8 oz3$1.20
RemedyRoaster's Pick5 lbs$121.00monthly3 Months5 lbs$1.51 $24.20 $363 1.8 oz3$0.91
TempleRoaster's Choice12 oz$23.00weekly3 Months3 lbs$1.92$30.67 $276 1.8 oz3$1.15
TempleRoaster's Choice5 lbs$115.00monthly3 Months5 lbs$1.44$23.00 $345 1.8 oz3$0.86
Blue BottleSingle Origin Assortment12 oz$25.00weekly3 Months3 lbs$2.08$33.33 $300 1.8 oz3$1.25
Blue BottleSingle Origin Assortment24 oz$45.25Biweekly3 Months3 lbs$1.89$30.17 $272 1.8 oz3$1.13
Blue BottleSingle Origin Assortment36 oz$61.87Biweekly3 Months4.5 lbs$1.72$27.50 $371 1.8 oz3$1.03

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.