File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
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>
You can’t perform that action at this time.
0 commit comments