Transform
Constitutes the set of Gems that help with transforming data.
📄️ Reformat
Select one or more columns or values using expressions and functions.
📄️ Filter
Filter your data based on a custom filter condition
📄️ OrderBy
Sort your data based on one or more Columns
📄️ Aggregate
Group data and apply aggregation methods or pivot operations
📄️ FlattenSchema
Flatten nested data
📄️ SchemaTransform
Add, Edit, Rename or Drop Columns
📄️ Limit
Limit the number of rows
📄️ Deduplicate
Remove rows with duplicate values of specified columns
📄️ SetOperation
Union, Intersect and Difference
📄️ WindowFunction
Aggregate and transform Windowed data
📄️ BulkColumnRename
Rename multiple columns in your Dataset in a systematic way.
📄️ BulkColumnExpressions
Change the data type of multiple columns at once.
📄️ DataCleansing
Standardize data formats and address missing or null values in the data.
📄️ DynamicSelect
Dynamically filter columns of your dataset based on a set of conditions.
📄️ Unpivot
Use the Unpivot Gem to transform your data from a wide format to a long format.