orders.csv: Contains order information (orderId, accountId, orderDate, etc.)order_details.csv: Links orders to products and quantitiesproducts.csv: Product information (productId, name, category, price, etc.)users.csv: Customer demographic datatransactions.csv: Payment transaction detailsdata_preprocessing.py: rfm_analysis.py: cohort_analysis.py: product_analysis.py: sales_analysis.py: main.py: data/ directory.outputs/ directory: 







Posted Aug 6, 2024
This project analyzes an e-commerce dataset to uncover actionable insights for business growth and optimization.
0
0