# preview_table


Display a preview of the DataFrame showing rows from top and bottom.


``` json
{
  "tool": "preview_table",
  "arguments": {
    "dataframe_id": ...,
    "n_head": 5,
    "n_tail": 5,
    "limit": 1000,
    "show_row_numbers": true
  }
}
```


# Parameters


`dataframe_id: string`  
required

`n_head: integer = 5`  
No description.

`n_tail: integer = 5`  
No description.

`limit: integer = 1000`  
No description.

`show_row_numbers: boolean = true`  
No description.
