Baselight

Daily Demand Forecasting Orders.csv

Predict total number of demand of orders on daily basis

@kaggle.akshatpattiwar_daily_demand_forecasting_orderscsv

Loading...
Loading...

About this Dataset

Daily Demand Forecasting Orders.csv

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

Tables

Daily Demand Forecasting Orders

@kaggle.akshatpattiwar_daily_demand_forecasting_orderscsv.daily_demand_forecasting_orders
  • 16.42 KB
  • 60 rows
  • 14 columns
Loading...

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
);

Share link

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