📄️ Aggregate
Obtain summaries of numeric variables for combinations of categorical variables.
📄️ Append rows
Append new rows to a dataset with matching columns.
📄️ Create
Create new variables from existing ones.
📄️ Delete
Delete variables from a dataset
📄️ Filtering
Filter by value, condition, row number, or randomly.
📄️ Generate Data Report
Automatically generate a data quality report for your dataset.
📄️ Joins
Join datasets by matching observations.
📄️ Missing to Categorical
Create explicit categories for missing values.
📄️ Rename
Rename variables
📄️ Reorder and Select Variables
Change the order of variables or select a subset to keep.
📄️ Reshape
Reshape datasets between long and wide formats.
📄️ Separate Columns
Separate existing columns into columns or rows.
📄️ Sort
Sort rows of a dataset by one or more variables
📄️ Stack Variables
Convert from wide to long form data
📄️ Unite Columns
Unite individual variables into a single column
📄️ Validation
Validate values and types in a dataset