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 ...
This project demonstrates an end-to-end Data Analytics workflow, starting from raw data processing to business insights visualization. The project involves data loading, exploratory data analysis (EDA ...