Private_Market_Analysis / customer_insights.py
SatyamSinghal's picture
Create customer_insights.py
2a5f3fd verified
raw
history blame
360 Bytes
customer_insights = {
"customer_base": "Small and medium businesses",
"key_clients": ["Swiggy", "Zomato", "Oyo"],
"customer_reviews": {
"trustpilot": 4.6,
"google_reviews": 4.4
},
"common_feedback": {
"praises": ["Easy to use", "Great support"],
"complaints": ["High transaction fees"]
},
"nps": 72
}