Column.last
last
Group: Selections
Documentation
Returns the last element in the column, if it exists.
If the column is empty, this method will return a dataflow error
containing an Index_Out_Of_Bounds.
Examples
Get the last element of a column.
import Standard.Examples
example_last = Examples.integer_column.last