Guest User

Untitled

a guest
Jan 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1.  
  2.  
  3. interactions := dataset(/interactions)
  4. lastMonth := interactions where month(interactions.time) > 4 & year(interactions.time) = 2011
  5. mondays := lastMonth where dayOfWeek(lastMonth.time) = "Monday"
  6. byHour('hour) := count(mondays where hour(mondays.time) = 'hour)
Add Comment
Please, Sign In to add comment