Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

Fikir112/fintech-review-analytics

Domaine:

socioeconomic

Type de record:

dataset
Créateur:
Fik
Hôte:
Customer Experience Analytics for Ethiopian Fintech Apps # Fintech Review Analytics ## Overview Customer Experience Analytics for Ethiopian Fintech Apps. This project analyzes Google Play Store reviews for three major Ethiopian banks to deliver actionable insights on user satisfaction, pain points, and feature priorities. ## Banks Analyzed | Bank | App ID | Reviews Collected | |------|--------|------------------| | Commercial Bank of Ethiopia | com.combanketh.mobilebanking | 482 | | Bank of Abyssinia | com.boa.boaMobileBanking | 498 | | Dashen Bank | com.dashen.dashensuperapp | 498 | ## Project Structure fintech-review-analytics/ ├── data/ │ └── raw/ # Scraped and cleaned review data (not tracked by Git) ├── notebooks/ │ ├── task1_scraping.ipynb # Data collection and preprocessing │ ├── task2_sentiment.ipynb # Sentiment and thematic analysis │ ├── task3_database.ipynb # PostgreSQL database storage │ └── task4_visualization.ipynb # Visualizations and insights ├── src/ │ ├── scraper.py # Production scraping and cleaning functions │ ├── sentiment.py # VADER sentiment analysis functions │ └── themes.py # TF-IDF and keyword theme analysis ├── tests/ # Unit tests ├── scripts/ # Standalone scripts ├── .github/workflows/ # CI/CD with GitHub Actions ├── requirements.txt # Python dependencies └── README.md ## Tasks Completed ### Task 1: Data Collection & Preprocessing - Tool: google-play-scraper Python library - Reviews collected: 1,478 (after cleaning from 1,500 raw) - Duplicates removed: 22 - Missing values: 0 - Columns: review, rating, date, bank, source - Error handling: try/except with Python logging throughout ### Task 2: Sentiment & Thematic Analysis - Sentiment tool: VADER (chosen over DistilBERT for speed and suitability) - Scoring: compound score ≥0.05 = positive, ≤-0.05 = negative, else neutral - Results: 61.2% positive, 24.7% neutral, 14.1% negative - Thematic analysis: keyword matching + TF-IDF (scikit-learn …

Visit

github.com

Languages

Amharic

Similaires

kidist809/-fintech-review-analyticsleesol1878/fintech-review-analyticsredietwogayehu/fintech-review-analyticsmichaWorku/fintech-review-analyticsRahemetGisho/fintech-review-analyticsmersy11dan/fintech-review-analytics

kidist809/-fintech-review-analytics

Customer experience analytics pipeline for Ethiopian bank mobile apps # fintech-review-analytics R

leesol1878/fintech-review-analytics

Web scraping and sentiment analysis of Ethiopian bank reviews from Google Play Store \# Fintech Rev

redietwogayehu/fintech-review-analytics

AI-powered customer experience analytics platform for Ethiopian fintech apps using NLP, PostgreSQL,

michaWorku/fintech-review-analytics

AI-Powered Mobile Banking Review Insights. End-to-end data pipeline to extract strategic insights fr

RahemetGisho/fintech-review-analytics

Customer review analytics pipeline for Ethiopian mobile banking apps, using NLP, sentiment analysis,

mersy11dan/fintech-review-analytics

Customer Experience Analytics for Ethiopian Fintech Apps using Google Play Store Reviews, NLP Sentim