반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Github
- Mac
- Google Excel
- Apache
- PANDAS
- Tkinter
- c#
- hive
- string
- Python
- SQL
- Java
- PySpark
- google apps script
- GIT
- dataframe
- gas
- numpy
- 파이썬
- matplotlib
- Kotlin
- list
- Excel
- math
- PostgreSQL
- array
- Google Spreadsheet
- Redshift
- django
Archives
- Today
- Total
목록tableau window function (1)
달나라 노트
Tableau : Window function {FIXED ~~ : ~~}
Tableau에선 Window function을 {FIXED ~~} 구문으로 사용할 수 있습니다. id category1 category2 name quantity 1 cate1 x a 10 2 cate1 x b 15 3 cate2 x c 30 4 cate2 y d 20 5 cate2 y e 25 위 데이터에 대해 아래처럼 window function을 적용해보겠습니다. {FIXED [category1], [category2] : sum([quantity])} 식은 위와 같으며 결과는 아래 표의 FIXED 컬럼을 보면 됩니다. (FIXED라는 컬럼을 window function이 적용된 컬럼으로 하였습니다.) id category1 category2 name quantity FIXED 1 cate1 x ..
Tableau
2021. 5. 28. 01:49