An end-to-end Data Analytics project that analyzes customer churn using Python, SQL (SQLite), and Exploratory Data Analysis (EDA). The project focuses on identifying churn patterns, calculating ...
Set up a local MySQL database (ecommerce) and loaded the raw tables (customers, orders, order_items, products, payments). Connected to MySQL from Python using mysql.connector, and created a cursor to ...