Skip to content

Commit dbb3132

Browse files
Update unpivot-multiple-columns in-snowflake.md
1 parent 02a1c57 commit dbb3132

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unpivot-multiple-columns in-snowflake.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# UNPIVOT multiple columns in Snowflake
22

3+
Data can be organized in different ways, for example, in a short/wide or tall/skinny/narrow/long format, but still contain the same information. Often, it is easier to visualize data organized in a tall/skinny/narrow/long format, that is, when the values are collected in just a few value columns. Unpivoting is one way to transform data from a short/wide to a tall/skinny format, so the data can be presented the way you want it in the visualizations.
4+
35
|![Untitled drawing(22)](https://github.com/user-attachments/assets/390dec7d-97a4-403a-87cd-9aece7ae1025)|
46
|:--:|
5-
|Transposing Wide Table into a Long Table using UNPIVOT|
7+
|Transposing Wide Table into a Long Table using UNPIVOT for easier analysis|
68

79
## Example 1: Unpivot 3 Columns
810
Suppose you have a Wide Table format Performance Ratings data as following:

0 commit comments

Comments
 (0)