Baselight

Sales Forecasting WOMart Store

Forescast Sales with Exhaustive Retail Store Data

@kaggle.shelvigarg_sales_forecasting_womart_store

Test Final
@kaggle.shelvigarg_sales_forecasting_womart_store.test_final

  • 191.06 KB
  • 22265 rows
  • 8 columns
id

ID

store_id

Store Id

store_type

Store Type

location_type

Location Type

region_code

Region Code

date

Date

holiday

Holiday

discount

Discount

T1188341171S4L2R3Sat Jun 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)No
T1188342172S1L1R1Sat Jun 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)No
T1188343173S4L2R1Sat Jun 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)No
T1188344174S1L1R4Sat Jun 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)No
T1188345170S1L1R2Sat Jun 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)No
T1188346175S4L2R1Sat Jun 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)No
T1188347176S4L2R3Sat Jun 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)No
T1188348169S1L2R4Sat Jun 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)No
T118834914S3L2R4Sat Jun 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)No
T1188350177S2L1R4Sat Jun 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)No

CREATE TABLE test_final (
  "id" VARCHAR,
  "store_id" BIGINT,
  "store_type" VARCHAR,
  "location_type" VARCHAR,
  "region_code" VARCHAR,
  "date" TIMESTAMP,
  "holiday" BIGINT,
  "discount" VARCHAR
);

Share link

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