📄️ Merge
The Merge transform allows you to combine two datasets based on common columns or keys. It offers multiple joining methods and advanced options, providing flexibility for efficient data merging and alignment.
📄️ Union
The Union transform enables you to combine multiple datasets vertically by appending rows from different sources into a single dataset. This transform provides several options for aligning columns and handling discrepancies between input datasets.
📄️ Pivot
The Pivot transform allows you to reshape your data from a long format to a wide format by creating new columns based on unique values in a specified column. This is useful for summarizing and analyzing data in a more compact and readable format.
📄️ Unpivot
The Unpivot transform allows you to reshape your data from a wide format to a long format, creating new rows from columns. This process is also known as "melting" and is useful for transforming data into a format more suitable for certain types of analysis or visualization.