Sanket17 commited on
Commit
5f15c09
·
verified ·
1 Parent(s): 1eb5cdf

Update src/input_analysis/renamebranding.py

Browse files
src/input_analysis/renamebranding.py CHANGED
@@ -3,9 +3,9 @@ import os
3
  import re # For sanitizing the filenames
4
 
5
  # Define file paths
6
- product_analysis_path = "Output File/excel/product_analysis.xlsx"
7
- competitor_analysis_path = "Output File/excel/competitor_analysis.xlsx"
8
- top_3_df_path = "Output File/excel/top_3_sd_results.xlsx"
9
 
10
  # Read the data from Excel files
11
  product_data = pd.read_excel(product_analysis_path)
 
3
  import re # For sanitizing the filenames
4
 
5
  # Define file paths
6
+ product_analysis_path = "Output_File/excel/product_analysis.xlsx"
7
+ competitor_analysis_path = "Output_File/excel/competitor_analysis.xlsx"
8
+ top_3_df_path = "Output_File/excel/top_3_sd_results.xlsx"
9
 
10
  # Read the data from Excel files
11
  product_data = pd.read_excel(product_analysis_path)