Baselight

Coffee Chain Sales Analysis

Exploring Coffee Chain Sales Data: Analyzing Sales Trends and Insights

@kaggle.amruthayenikonda_coffee_chain_sales_dataset

Coffee Chain Sales
@kaggle.amruthayenikonda_coffee_chain_sales_dataset.coffee_chain_sales

  • 43.02 KB
  • 1062 rows
  • 21 columns
area_code

Area Code

cogs

Cogs

differencebetweenactualandtargetprofit

DifferenceBetweenActualandTargetProfit

date

Date

inventory_margin

Inventory Margin

margin

Margin

market_size

Market Size

market

Market

marketing

Marketing

product_line

Product Line

product_type

Product Type

product

Product

profit

Profit

sales

Sales

state

State

target_cogs

Target Cogs

target_margin

Target Margin

target_profit

Target Profit

target_sales

Target Sales

total_expenses

Total Expenses

type

Type

30351-35Mon Oct 01 2012 00:00:00 GMT+0000 (Coordinated Universal Time)50371Major MarketCentral46LeavesHerbal TeaLemon-5122Colorado3060309076Decaf
97052-24Mon Oct 01 2012 00:00:00 GMT+0000 (Coordinated Universal Time)40571Major MarketCentral17LeavesHerbal TeaMint26123Colorado3060509045Decaf
40943-22Tue Oct 02 2012 00:00:00 GMT+0000 (Coordinated Universal Time)41964Major MarketSouth13LeavesHerbal TeaLemon28107Texas3060509036Decaf
85038-15Wed Oct 03 2012 00:00:00 GMT+0000 (Coordinated Universal Time)87156Major MarketEast10LeavesTeaDarjeeling3594Florida40605010021Regular
562726Thu Oct 04 2012 00:00:00 GMT+0000 (Coordinated Universal Time)650110Major MarketWest23LeavesTeaGreen Tea56182California2060508054Regular
712-29Fri Oct 05 2012 00:00:00 GMT+0000 (Coordinated Universal Time)43043Small MarketCentralBeansEspressoDecaf Espresso3143Iowa60606012Decaf
86047-29Sat Oct 06 2012 00:00:00 GMT+0000 (Coordinated Universal Time)37564Small MarketEast15BeansEspressoDecaf Espresso21111Connecticut3060509043Decaf
91827-39Sun Oct 07 2012 00:00:00 GMT+0000 (Coordinated Universal Time)85939Small MarketSouth7BeansCoffeeDecaf Irish Cream2166Oklahoma3060609018Decaf
77531-43Mon Oct 08 2012 00:00:00 GMT+0000 (Coordinated Universal Time)100037Small MarketWest9BeansCoffeeDecaf Irish Cream768Nevada3060509030Decaf
43540-23Tue Oct 09 2012 00:00:00 GMT+0000 (Coordinated Universal Time)88159Small MarketWest11BeansEspressoDecaf Espresso3799Utah2060608022Decaf

CREATE TABLE coffee_chain_sales (
  "area_code" BIGINT,
  "cogs" BIGINT,
  "differencebetweenactualandtargetprofit" BIGINT,
  "date" TIMESTAMP,
  "inventory_margin" BIGINT,
  "margin" BIGINT,
  "market_size" VARCHAR,
  "market" VARCHAR,
  "marketing" BIGINT,
  "product_line" VARCHAR,
  "product_type" VARCHAR,
  "product" VARCHAR,
  "profit" BIGINT,
  "sales" BIGINT,
  "state" VARCHAR,
  "target_cogs" BIGINT,
  "target_margin" BIGINT,
  "target_profit" BIGINT,
  "target_sales" BIGINT,
  "total_expenses" BIGINT,
  "type" VARCHAR
);

Share link

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