Spaces:
Sleeping
Sleeping
Upload 4 files
Browse files- business_decisions.csv +7 -0
- df_dashboard.csv +4 -0
- food_reviews_enriched.csv +0 -0
- product_performance.csv +7 -0
business_decisions.csv
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
product_name,avg_rating,avg_sentiment,n_reviews,helpful_votes,Negative,Neutral,Positive,total,positive_ratio,negative_ratio,pricing_action,churn_risk
|
| 2 |
+
Gluten-Free Pasta,2.0,-0.204,10,333,6,0,4,10,0.4,0.6,Reduce Price / Improve Product,High Risk
|
| 3 |
+
Organic Matcha Powder,5.0,0.72,10,249,0,0,10,10,1.0,0.0,Increase Price,Low Risk
|
| 4 |
+
Raw Cashew Butter,1.0,-0.322,10,358,7,1,2,10,0.2,0.7,Reduce Price / Improve Product,High Risk
|
| 5 |
+
Smoked Paprika Almonds,5.0,0.649,10,371,0,0,10,10,1.0,0.0,Increase Price,Low Risk
|
| 6 |
+
Truffle Sea Salt Flakes,4.0,0.777,10,312,0,0,10,10,1.0,0.0,Increase Price,Low Risk
|
| 7 |
+
Vegan Protein Bar,3.0,0.351,10,262,1,0,9,10,0.9,0.1,Keep Price,Low Risk
|
df_dashboard.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
sentiment_label,n_reviews,avg_rating,avg_sentiment,avg_helpful
|
| 2 |
+
Negative,64,1.469,-0.232,12.734
|
| 3 |
+
Neutral,157,2.478,0.025,3.885
|
| 4 |
+
Positive,339,3.59,0.299,4.038
|
food_reviews_enriched.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
product_performance.csv
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
product_name,avg_rating,n_reviews,avg_sentiment,total_helpful,Positive,Neutral,Negative,positive_ratio,negative_ratio
|
| 2 |
+
Organic Matcha Powder,5.0,10,0.36,249,10,0,0,1.0,0.0
|
| 3 |
+
Smoked Paprika Almonds,5.0,10,0.36,371,10,0,0,1.0,0.0
|
| 4 |
+
Truffle Sea Salt Flakes,4.0,10,0.43,312,10,0,0,1.0,0.0
|
| 5 |
+
Vegan Protein Bar,3.0,10,0.19,262,0,10,0,0.0,0.0
|
| 6 |
+
Gluten-Free Pasta,2.0,10,-0.12,333,0,0,10,0.0,1.0
|
| 7 |
+
Raw Cashew Butter,1.0,10,-0.23,358,0,0,10,0.0,1.0
|