Baselight

Rossman Store Sales

Sales analysis of Rossman Store

@kaggle.shahpranshu27_rossman_store_sales

Train
@kaggle.shahpranshu27_rossman_store_sales.train

  • 4.04 MB
  • 1017209 rows
  • 9 columns
store

Store

dayofweek

DayOfWeek

date

Date

sales

Sales

customers

Customers

open

Open

promo

Promo

stateholiday

StateHoliday

schoolholiday

SchoolHoliday

15Fri Jul 31 2015 00:00:00 GMT+0000 (Coordinated Universal Time)52635551101
25Fri Jul 31 2015 00:00:00 GMT+0000 (Coordinated Universal Time)60646251101
35Fri Jul 31 2015 00:00:00 GMT+0000 (Coordinated Universal Time)83148211101
45Fri Jul 31 2015 00:00:00 GMT+0000 (Coordinated Universal Time)1399514981101
55Fri Jul 31 2015 00:00:00 GMT+0000 (Coordinated Universal Time)48225591101
65Fri Jul 31 2015 00:00:00 GMT+0000 (Coordinated Universal Time)56515891101
75Fri Jul 31 2015 00:00:00 GMT+0000 (Coordinated Universal Time)1534414141101
85Fri Jul 31 2015 00:00:00 GMT+0000 (Coordinated Universal Time)84928331101
95Fri Jul 31 2015 00:00:00 GMT+0000 (Coordinated Universal Time)85656871101
105Fri Jul 31 2015 00:00:00 GMT+0000 (Coordinated Universal Time)71856811101

CREATE TABLE train (
  "store" BIGINT,
  "dayofweek" BIGINT,
  "date" TIMESTAMP,
  "sales" BIGINT,
  "customers" BIGINT,
  "open" BIGINT,
  "promo" BIGINT,
  "stateholiday" VARCHAR,
  "schoolholiday" BIGINT
);

Share link

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