eps_citas_app/ ├── app.py # Rutas principales (Flask) ├── config.py # Configuración BD ├── database.py # Conexión MySQL ├── requirements.txt ├── eps_citas_workbench.sql # Script SQL para MySQL ...
This project analyzes customer retention patterns using cohort analysis on an e-commerce transactional dataset. The goal is to understand how customer engagement evolves over time after their first ...