renameColumns

The renameColumns method creates a new table with the specified columns renamed.

Syntax

Parameters

ParameterTypeDescription
pairsCollection<Pair>

The column rename expressions, e.g., "X = Y".

Returns

A new table with the specified columns renamed.

Examples