Baselight

Refreshment Sales

Summarization and Analysis

@kaggle.yiorgos1973_refreshment_sales

Larisa
@kaggle.yiorgos1973_refreshment_sales.larisa

  • 29.23 KB
  • 1260 rows
  • 8 columns
unnamed_0

Unnamed: 0

date

Date

shop

Shop

brand

Brand

container

Container

quantity

Quantity

capacity

Capacity

sales

Sales

75Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_5kinder-colaglass7496500ml10363.34
76Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_5kinder-colaplastic53301.5lt16126.87
77Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_5kinder-colacan19572330ml8952.22
78Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_5adult-colaglass14887500ml15714.3
79Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_5adult-colaplastic91261.5lt25811.66
80Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_5adult-colacan17878330ml10498.25
81Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_5orange-powerglass24301500ml15989.22
82Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_5orange-powerplastic161611.5lt25429.53
83Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_5orange-powercan39554330ml13599.94
84Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_5gazozaglass27498500ml16273.51

CREATE TABLE larisa (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "shop" VARCHAR,
  "brand" VARCHAR,
  "container" VARCHAR,
  "quantity" BIGINT,
  "capacity" VARCHAR,
  "sales" DOUBLE
);

Share link

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