Daily Demand Forecasting Orders.csv
Predict total number of demand of orders on daily basis
@kaggle.akshatpattiwar_daily_demand_forecasting_orderscsv
Predict total number of demand of orders on daily basis
@kaggle.akshatpattiwar_daily_demand_forecasting_orderscsv
CREATE TABLE daily_demand_forecasting_orders (
"unnamed_0" BIGINT,
"week_of_the_month_first_week_second_third_fourth_or_fifth_week" BIGINT,
"day_of_the_week_monday_to_friday" BIGINT,
"non_urgent_order" DOUBLE,
"urgent_order" DOUBLE,
"order_type_a" DOUBLE,
"order_type_b" DOUBLE,
"order_type_c" DOUBLE,
"fiscal_sector_orders" DOUBLE,
"orders_from_the_traffic_controller_sector" BIGINT,
"banking_orders_1" BIGINT,
"banking_orders_2" BIGINT,
"banking_orders_3" BIGINT,
"target_total_orders" DOUBLE
);
Anyone who has the link will be able to view this.