Baselight

Refreshment Sales

Summarization and Analysis

@kaggle.yiorgos1973_refreshment_sales

Sales
@kaggle.yiorgos1973_refreshment_sales.sales

  • 122.48 KB
  • 6300 rows
  • 8 columns
unnamed_0

Unnamed: 0

date

Date

shop

Shop

brand

Brand

container

Container

quantity

Quantity

capacity

Capacity

sales

Sales

Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_1kinder-colaglass13280500ml12738.38
1Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_1kinder-colaplastic67271.5lt19238.04
2Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_1kinder-colacan9848330ml8559
3Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_1adult-colaglass20050500ml19994.69
4Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_1adult-colaplastic122291.5lt31200.35
5Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_1adult-colacan25696330ml9998.52
6Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_1orange-powerglass15041500ml15101.42
7Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_1orange-powerplastic157021.5lt23158.42
8Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_1orange-powercan34578330ml14715.78
9Tue Jan 31 2012 00:00:00 GMT+0000 (Coordinated Universal Time)shop_1gazozaglass44734500ml22104.5

CREATE TABLE sales (
  "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.