Superstore Sales Dataset
Predict Sales using Time Series
@kaggle.rohitsahoo_sales_forecasting
Predict Sales using Time Series
@kaggle.rohitsahoo_sales_forecasting
CREATE TABLE train (
"row_id" BIGINT,
"order_id" VARCHAR,
"order_date" TIMESTAMP,
"ship_date" TIMESTAMP,
"ship_mode" VARCHAR,
"customer_id" VARCHAR,
"customer_name" VARCHAR,
"segment" VARCHAR,
"country" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"postal_code" DOUBLE,
"region" VARCHAR,
"product_id" VARCHAR,
"category" VARCHAR,
"sub_category" VARCHAR,
"product_name" VARCHAR,
"sales" DOUBLE
);
Anyone who has the link will be able to view this.