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 = "
|
7 |
-
competitor_analysis_path = "
|
8 |
-
top_3_df_path = "
|
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)
|