NorCal Coffee Subscriptions
Affordable NorCal Coffee Subs
@kaggle.caseydyer8_norcal_coffee_subscriptions
Affordable NorCal Coffee Subs
@kaggle.caseydyer8_norcal_coffee_subscriptions
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
);
Anyone who has the link will be able to view this.