get_dataframe_info
Retrieve detailed information about a dataframe including columns, data types, sample data, and statistics to analyze dataset structure and content.
Instructions
Get detailed information about a specific dataframe.
Args: name: Name of the dataframe to inspect
Returns: Detailed info including columns, dtypes, sample data, and statistics.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |