Documentation

Everything you need to explore, transform, and analyze your data.

Getting Started

Operations

37 built-in operations for transforming and analyzing data:

OperationGroupDescription
FilterFilter & SortShow only rows matching conditions
Select ColumnsColumnsPick and reorder columns
Delete ColumnsColumnsRemove columns from the table
Copy ColumnsColumnsDuplicate columns with custom names
Combine ColumnsColumnsCombine columns and text into one
Split ColumnColumnsSplit a column by delimiter into multiple
Add ColumnColumnsAdd a new computed or empty column
Update ValuesTransformUpdate column values with expression
Find & ReplaceTransformSearch and replace values in a column
Text TransformTransformTransform text: uppercase, lowercase, trim
MathTransformArithmetic operations on columns
Convert TypeTransformConvert column data type
Extract TextTransformExtract text patterns from a column
Bulk ReplaceTransformReplace multiple values at once using groups
Limit RowsFilter & SortKeep only the first N rows
Top / Bottom RowsFilter & SortShow top or bottom N rows by column value
Remove DuplicatesFilter & SortRemove duplicate rows
Extract Date PartDateExtract year, month, day from a date
Increment DateDateAdd/subtract time intervals
Date DifferenceDateCalculate difference between two dates
PivotAggregatePivot table (rows to columns)
Window FunctionAggregateRank, row number, lead, lag
SmallestAggregateGet nth smallest value as a column
LargestAggregateGet nth largest value as a column
JoinDataJoin with another file/table
UnnestDataExplode delimited column into rows
Fill MissingDataFill null values
JSON ExtractDataExtract data in JSON format into columns
SQL QueryAdvancedWrite custom SQL
Add RowsDataManually add new rows to the table
Group & AggregateAggregateGroup rows and compute aggregates
Rename ColumnsColumnsRename one or more columns; other columns are kept as-is
Regex CaptureTransformExtract regex capture groups into new columns
UnpivotAggregateReshape wide table to long (columns to rows)
Sample RowsFilter & SortTake a random sample of rows
Rolling WindowAggregateMoving average, sum, min, or max over a sliding window of rows
Union AllDataAppend rows from another loaded table

Guides

Reference