Skip to content

Commit 1f8b852

Browse files
Update unpivot-multiple-columns in-snowflake.md
1 parent be9635e commit 1f8b852

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unpivot-multiple-columns in-snowflake.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
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. It is often easier to visualize data organized in a long table format, that is, when the values are collected in just a few value columns. Unpivoting is one way to transform data from a wide table to a long table format. This unpivoted data can then be consumed by Tablue, Looker, Power BI etc for building visualizations.
44

5-
| |![Untitled drawing(22)](https://github.com/user-attachments/assets/390dec7d-97a4-403a-87cd-9aece7ae1025)| |
6-
|:--:|:--:|:--:|
7-
||Transposing Wide Table into a Long Table using UNPIVOT for easier analysis||
5+
|![Untitled drawing(22)](https://github.com/user-attachments/assets/390dec7d-97a4-403a-87cd-9aece7ae1025 | width=100)|
6+
|:--:|
7+
|Transposing Wide Table into a Long Table using UNPIVOT for easier analysis||
88

99
## Example 1: Unpivot 3 Columns
1010
Suppose you have a Wide Table format Performance Ratings that you need to covert to a Long Table format:

0 commit comments

Comments
 (0)