File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Case Study #8 - Fresh Segments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments