analyze_data_distribution
Analyze column-level data distribution patterns in Microsoft SQL Server tables to assess data quality and identify trends. Specify table, schema, and optional column for targeted insights.
Instructions
Get data distribution patterns for columns to understand data quality and patterns
Input Schema
Name | Required | Description | Default |
---|---|---|---|
columnName | No | Specific column to analyze (analyzes all if not provided) | |
connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
connectionString | No | SQL Server connection string (uses default if not provided) | |
sampleSize | No | Sample size for analysis (default: 1000) | |
schema | No | Schema name (default: dbo) | |
tableName | Yes | Name of the table to analyze |