Head / Manipulation Layer
Extract the first N rows from the DataFrame. Similar to pandas' head() or R's head().
Example: With N=5, returns first five rows while preserving all columns and their original order, useful for understanding data structure without loading entire dataset.
Table
0
0
Table
N
u32Number of rows to select from start. Must be at least 1