Analyze Data Distribution
analyze_data_distributionAnalyzes data distribution patterns across table columns to assess data quality and identify anomalies.
Instructions
Get data distribution patterns for columns to understand data quality and patterns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| tableName | Yes | Name of the table to analyze | |
| columnName | No | Specific column to analyze (analyzes all if not provided) | |
| sampleSize | No | Sample size for analysis (default: 1000) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') |