Transform Functions
ποΈ AddColumn
AddColumn(table Table, vector Column1, Column2, ...)
ποΈ AddLookupColumn
Extend a table by looking up specified columns in a key-value list.
ποΈ AddRow
AddRow(table Table, vector Column1, string value)
ποΈ Filter
Filter (table Table, vector Conditions)
ποΈ InMemoryTable
Stores a table as in-memory representation.
ποΈ InmemoryLookup
Looks up the specified value in the key column and returns the corresponding value.
ποΈ LoadFile
Returns the byte stream of a file.
ποΈ LookUp
Lookup(table Table, scalar|vector lookupColumnKey, scalar lookupColumnValue, scalar|vector defaultValue, vector lookupValue1, vector lookupValue2,..)
ποΈ Next
Shifts the specified vector up by one.
ποΈ GroupBy
GroupBy(table Table, vector SelectExpression, vector GroupExpression)
ποΈ Previous
Shifts the specified vector down by one.
ποΈ Rank
Assigns rank for a group of rows based on the given group by and order by conditions.
ποΈ Select
Create a new table using the specific columns.
ποΈ SelectRange
Create a new table using rows that fall between the Start Row and the End Row in the specified source tables.
ποΈ Transform Functions
ποΈ SelectRow
SelectRow (table Table, vector RowIndex)
ποΈ SelectValue
SelectValue (vector Column, scalar Index)
ποΈ Sort
Performs a nested sort operation on the provided table.
ποΈ Transpose
Transpose function transposes a table.
ποΈ Unique
Returns a list of unique values for the given columns.
ποΈ AppendTable
AppendTable (table Table1, Table2,...)
ποΈ AppendTableOnNames
AppendTableOnNames (table Table1, Table2,...)
ποΈ MissingValues
MissingValues(vector Column)
ποΈ RunSQL
RunSQL (scalar query, table tables)
ποΈ SplitTextInColumns
SplitTextInColumns (vector KeyColumn, vector StringValue, scalar Number of characters, scalar Number of columns, scalar Maintain word boundary, scalar Stuffβ¦