Skip to content

Commit bb6a402

Browse files
authored
Create ecommerce-customer-analytics
E-Commerce Customer Segmentation & RFM Analysis using Python
1 parent 27e35ca commit bb6a402

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

ecommerce-customer-analytics

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>E-Commerce Customer Analytics</title>
7+
<style>
8+
body { font-family: Arial, sans-serif; text-align: center; padding: 50px; }
9+
h1 { color: #007bff; }
10+
a { text-decoration: none; color: #28a745; font-weight: bold; }
11+
</style>
12+
</head>
13+
<body>
14+
<h1>📊 E-Commerce Customer Analytics</h1>
15+
<p>This project explores **customer purchasing behavior using RFM segmentation** and **discount impact analysis**.</p>
16+
<h3>🚀 Check Out the Full Project</h3>
17+
<a href="https://www.kaggle.com/code/graceegbe12/e-commerce-customer-analytics" target="_blank">📌 View on Kaggle</a>
18+
<br><br>
19+
<a href="https://github.com/yourusername/ecommerce-customer-analytics" target="_blank">📂 View on GitHub</a>
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)