describe_dataframe
Generate statistical summaries for dataframes, including count, mean, standard deviation, minimum, maximum, and quartiles to analyze numeric data patterns.
Instructions
Get statistical summary of a dataframe.
Args: name: Name of the dataframe columns: Optional list of specific columns to describe. If not provided, describes all numeric columns.
Returns: Statistical summary including count, mean, std, min, max, and quartiles.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| columns | No |