An end-to-end E-Commerce Finance Analytics pipeline converting raw transactional data into KPIs and visual insights.
Python Skills Demonstrated Data cleaning: removed missing Customer IDs, negative quantities/prices (407K clean rows from 525K raw) RFM feature engineering using groupby, agg, and custom lambda ...