Spaces:
Runtime error
Runtime error
Commit ·
8863139
1
Parent(s): 0d9e5d5
putting calender month number before calender month
Browse files- constants.py +1 -1
constants.py
CHANGED
|
@@ -16,7 +16,7 @@ sales_col = ['store_id', 'customer_id', 'channel_id', 'product_id', 'time_id', '
|
|
| 16 |
store_col = ['store_id', 'store_number', 'store_name', 'store_designation', 'store_longitude', 'store_latitude', 'store_manager_name', 'zip_code', 'state_code', 'city', 'street_number', 'street_name', 'store_region', 'store_type', 'address1','sublocationcode', 'channel', 'company_flag', 'kiosk_physical_store', 'sublocation_code']
|
| 17 |
channel_col = ['channel_id', 'channel_name', 'channel_code']
|
| 18 |
lineaction_col = ['line_action_code', 'line_action_code_desc', 'load_date', 'catgory', 'sales_type']
|
| 19 |
-
calendar_col = ['date_id','
|
| 20 |
|
| 21 |
browse_col = ['cookie_id', 'session_id', 'customer_id', 'email_key', 'reward_number', 'date_id', 'time_id', 'category_id', 'browse_action_id', 'product_id', 'style_id', 'order_id']
|
| 22 |
time_col = ['time_id', 'time_of_day']
|
|
|
|
| 16 |
store_col = ['store_id', 'store_number', 'store_name', 'store_designation', 'store_longitude', 'store_latitude', 'store_manager_name', 'zip_code', 'state_code', 'city', 'street_number', 'street_name', 'store_region', 'store_type', 'address1','sublocationcode', 'channel', 'company_flag', 'kiosk_physical_store', 'sublocation_code']
|
| 17 |
channel_col = ['channel_id', 'channel_name', 'channel_code']
|
| 18 |
lineaction_col = ['line_action_code', 'line_action_code_desc', 'load_date', 'catgory', 'sales_type']
|
| 19 |
+
calendar_col = ['date_id','calendar_month_number','calendar_quarter_number','calendar_date','calendar_month','day_of_week','calendar_week_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']
|
| 20 |
|
| 21 |
browse_col = ['cookie_id', 'session_id', 'customer_id', 'email_key', 'reward_number', 'date_id', 'time_id', 'category_id', 'browse_action_id', 'product_id', 'style_id', 'order_id']
|
| 22 |
time_col = ['time_id', 'time_of_day']
|