Skip to main content
Glama

get_column_statistics

Analyze column data characteristics including data types, null values, and statistical summaries to assess data quality and understand feature distributions.

Instructions

Get detailed statistical analysis for a single column.

Provides focused statistical analysis for a specific column including data type information, null value handling, and comprehensive numerical statistics when applicable.

Returns: Detailed statistical analysis for the specified column

Column Analysis: šŸ” Data Type: Detected pandas data type šŸ“Š Statistics: Complete statistical summary for numeric columns šŸ”¢ Non-null Count: Number of valid (non-null) values šŸ“ˆ Distribution: Statistical distribution characteristics

Examples: # Analyze a price column stats = await get_column_statistics(ctx, "price")

# Analyze a categorical column stats = await get_column_statistics(ctx, "category")

AI Workflow Integration: 1. Deep dive analysis for specific columns of interest 2. Data quality assessment for individual features 3. Understanding column characteristics for modeling 4. Validation of data transformations

Input Schema

NameRequiredDescriptionDefault
columnYesName of the column to analyze in detail

Input Schema (JSON Schema)

{ "properties": { "column": { "description": "Name of the column to analyze in detail", "type": "string" } }, "required": [ "column" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jonpspri/databeak'

If you have feedback or need assistance with the MCP directory API, please join our Discord server