LastNColumns / Select Layer

Select the last N columns from the dataframe. Useful for:

  • Accessing recent additions
  • Processing computed results
  • Working with trailing metadata
  • Analyzing latest measurements
  • Handling appended columns
Table
0
0
Table

N

u32
0

Number of columns to select from the end. Must be positive. If N exceeds available columns, selects all columns. Maintains original column order.