Skip to content

Commit f499f15

Browse files
authored
Update Solution.md
1 parent 01cc15e commit f499f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Case Study #8 - Fresh Segments/Solution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ FROM
15311531
(
15321532
WITH ranking AS (
15331533
SELECT
1534-
month_year :: varchar,
1534+
month_year,
15351535
id,
15361536
interest_name,
15371537
avg_composition,
@@ -1609,7 +1609,7 @@ ORDER BY
16091609
1
16101610
```
16111611

1612-
| month_year | interest_name | max_index_composition | \_3_month_moving_avg | \_1_month_ago | \_2_month_ago |
1612+
| month_year | interest_name | max_index_composition | \_3_month_moving_avg| \_1_month_ago | \_2_month_ago |
16131613
| ---------- | ----------------------------- | --------------------- | ------------------- | --------------------------------- | --------------------------------- |
16141614
| 2018-09-01 | Work Comes First Travelers | 8.26 | 7.61 | Las Vegas Trip Planners: 7.21 | Las Vegas Trip Planners: 7.36 |
16151615
| 2018-10-01 | Work Comes First Travelers | 9.14 | 8.20 | Work Comes First Travelers: 8.26 | Las Vegas Trip Planners: 7.21 |

0 commit comments

Comments
 (0)