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
This dataset is about daily demand of orders and forecast the amount of orders. CSV type file containing information about daily demand of orders received. This data set has 60 rows and 13 columns. Data collected during 60 days. It has 12 attributes
CREATE TABLE daily_demand_forecasting_orders (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "week_of_the_month_first_week_second_third_fourth_or_fifth_week" BIGINT  -- Week Of The Month (first Week, Second, Third, Fourth Or Fifth Week,
  "day_of_the_week_monday_to_friday" BIGINT  -- Day Of The Week (Monday To Friday),
  "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 (1),
  "banking_orders_2" BIGINT  -- Banking Orders (2),
  "banking_orders_3" BIGINT  -- Banking Orders (3),
  "target_total_orders" DOUBLE  -- Target (Total Orders)
);Anyone who has the link will be able to view this.