Skip to content

Commit

Permalink
Removed repeated line of text. (#4479)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

I have removed the repetition of the line _'Do the column names and
values look correct for your use case?'_ from the section
**'Structuring'**.

It doesn't look to me like the above line was repeated for emphasis. I
think it looks like a possible mistake?
  • Loading branch information
matthewshaver authored Nov 16, 2023
2 parents a0cded2 + 9aee280 commit 873f6c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/docs/terms/data-wrangling.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Structuring your data is a type of transformation that involves reformatting and

- Is your data in the format you need to perform analysis on it? Does your data need to be potentially unnested? *Should you nest or objectize columns together?*
- Do the column names and values look correct for your use case?
Do the column names and values look correct for your use case?

If your data is not in a format that is usable, you can look into different solutions such as pivoting or using different functions to unpack lists and JSON files so that they are in a tabular format. Pivoting is helpful because it allows you to change the way your dataset is structured by rearranging the way columns, rows, and their values are displayed. dbt has a [pre-built macro](https://github.com/dbt-labs/dbt-utils/blob/main/macros/sql/pivot.sql) that makes pivoting less of a headache and more of a breeze.

Expand Down

0 comments on commit 873f6c5

Please sign in to comment.