expressanalytics commited on
Commit
508f16f
·
1 Parent(s): 31d10ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -67,7 +67,6 @@ channel_col = ['channel_id', 'channel_name', 'channel_code']
67
  lineaction_col = ['line_action_code', 'line_action_code_desc', 'load_date', 'catgory', 'sales_type']
68
  calendar_col = ['date_id','calendar_date','calendar_month','day_of_week','calendar_week_number','calendar_month_number','calendar_quarter_number','day_of_month','day_of_quarter','day_of_the_year','us_holiday','lp_holiday','work_day','year','ad_week','ad_week_year','ad_month','lp_day','lp_week','lp_month','lp_year','lp_quarter','event_day']
69
 
70
-
71
  df_customer=df_customer[customer_col]
72
  df_product=df_product[product_col]
73
  df_sales=df_sales[sales_col]
 
67
  lineaction_col = ['line_action_code', 'line_action_code_desc', 'load_date', 'catgory', 'sales_type']
68
  calendar_col = ['date_id','calendar_date','calendar_month','day_of_week','calendar_week_number','calendar_month_number','calendar_quarter_number','day_of_month','day_of_quarter','day_of_the_year','us_holiday','lp_holiday','work_day','year','ad_week','ad_week_year','ad_month','lp_day','lp_week','lp_month','lp_year','lp_quarter','event_day']
69
 
 
70
  df_customer=df_customer[customer_col]
71
  df_product=df_product[product_col]
72
  df_sales=df_sales[sales_col]