get_tail
Return the last N rows of a dataframe as a formatted table for quick inspection of recent data, ideal for time-series.
Instructions
Return the last N rows of the dataframe as a formatted table. Check the last rows. Useful for time-series to see the most recent data. Example: get_tail(n=10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | ||
| df_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |