get_head
Preview the first N rows of a dataframe as a formatted table to verify data loaded correctly and understand its structure.
Instructions
Return the first N rows of the dataframe as a formatted table. Quick first look after loading. Verify data loaded correctly and understand structure. Example: get_head(n=10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | ||
| df_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |