FirstNColumns / Select Layer

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

  • Quick data previews
  • Working with fixed-width formats
  • Processing leading columns
  • Handling standardized layouts
  • Initial data exploration
Table
0
0
Table

N

u32
0

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