Baselight

Rossman Store Sales

Sales analysis of Rossman Store

@kaggle.shahpranshu27_rossman_store_sales

Test
@kaggle.shahpranshu27_rossman_store_sales.test

  • 256.84 KB
  • 41088 rows
  • 8 columns
id

Id

store

Store

dayofweek

DayOfWeek

date

Date

open

Open

promo

Promo

stateholiday

StateHoliday

schoolholiday

SchoolHoliday

114Thu Sep 17 2015 00:00:00 GMT+0000 (Coordinated Universal Time)110
234Thu Sep 17 2015 00:00:00 GMT+0000 (Coordinated Universal Time)110
374Thu Sep 17 2015 00:00:00 GMT+0000 (Coordinated Universal Time)110
484Thu Sep 17 2015 00:00:00 GMT+0000 (Coordinated Universal Time)110
594Thu Sep 17 2015 00:00:00 GMT+0000 (Coordinated Universal Time)110
6104Thu Sep 17 2015 00:00:00 GMT+0000 (Coordinated Universal Time)110
7114Thu Sep 17 2015 00:00:00 GMT+0000 (Coordinated Universal Time)110
8124Thu Sep 17 2015 00:00:00 GMT+0000 (Coordinated Universal Time)110
9134Thu Sep 17 2015 00:00:00 GMT+0000 (Coordinated Universal Time)110
10144Thu Sep 17 2015 00:00:00 GMT+0000 (Coordinated Universal Time)110

CREATE TABLE test (
  "id" BIGINT,
  "store" BIGINT,
  "dayofweek" BIGINT,
  "date" TIMESTAMP,
  "open" DOUBLE,
  "promo" BIGINT,
  "stateholiday" VARCHAR,
  "schoolholiday" BIGINT
);

Share link

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