| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- 코딩
- Growth hacking
- 코테
- programmers
- time complexity
- coding test
- sql
- python
- mysql
- coding
- cte
- join
- Level2
- lambda
- 완전탐색
- AARRR
- 프로그래머스
- collections
- Queue
- itertools
- import re
- tableau
- level4
- 조합
- counter
- LeetCode
- lv4
- 파이썬
- 코딩테스트
- Stack
Archives
- Today
- Total
목록RESTAURANT (1)
ror_coding
기존 코드도 좋지만, window function의 연산 범위를 잘 익혀야 한다! Question You are the restaurant owner and you want to analyze a possible expansion (there will be at least one customer every day).Compute the moving average of how much the customer paid in a seven days window (i.e., current day + 6 days before). average_amount should be rounded to two decimal places.Return the result table ordered by visited_on in ..
Coding Test/SQL
2025. 7. 19. 14:41