Analyze user stickiness for the January 2024 cohort. Calculate the percentage of users who were active on Day 1 and Day 7 post-signup.
| user_id(INTEGER) | signup_date(DATE) |
|---|---|
| 1 | 2024-01-01 |
| 2 | 2024-01-01 |
| 3 | 2024-02-01 |
| user_id(INTEGER) | activity_date(DATE) |
|---|---|
| 1 | 2024-01-02 |
| 1 | 2024-01-08 |
| 2 | 2024-01-02 |
| user_id(INTEGER) | device_type(VARCHAR) |
|---|---|
| 1 | iOS |
| 2 | Android |
| day_1_retention(DECIMAL) | day_7_retention(DECIMAL) |
|---|---|
| 100 | 50 |