Data Manipulation in Alteryx
Behrang Behjoo
Business Intelligence (BI) Leader
$$$$$$
Data integration
Data enrichment
Data cleaning
$$$$$$
Unions and appends are fundamental tools for data integration, allowing the combination of tables and the addition of new rows to existing tables
Example use-cases:
Combining information from different sources:
Adding information to an already existing dataset:
Unions - Adding data vertically
Appends - Adding data horizontally
Two separate stacks for books
One unified stack of books
Two distinct tables
One unified table
One unified table
Two separate books. One containing the first two chapters, one containing the third
One complete book which now contains all three chapters of the book
Two distinct tables
One appended table
Entity Relationship (ER) Diagram
Data Manipulation in Alteryx