Arafath10 commited on
Commit
01fd110
·
verified ·
1 Parent(s): 401df94

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -1
main.py CHANGED
@@ -160,7 +160,9 @@ def forecast(monthly_sales):
160
 
161
  def process_product(product_name, data):
162
  full_trend = ""
163
- print(data['sub_sku'])
 
 
164
  try:
165
  # Get today's date
166
  today = datetime.today().strftime('%Y-%m-%d %H:%M:%S')
 
160
 
161
  def process_product(product_name, data):
162
  full_trend = ""
163
+
164
+ sub_sku_list = df['sub_sku'].tolist()
165
+ print(sub_sku_list[0])
166
  try:
167
  # Get today's date
168
  today = datetime.today().strftime('%Y-%m-%d %H:%M:%S')