profile_data
Generate comprehensive data profiles with statistical insights, column characteristics, and analytical summaries to understand dataset structure and quality for data analysis workflows.
Instructions
Generate comprehensive data profile with statistical insights.
Creates a complete analytical profile of the dataset including column characteristics, data types, null patterns, and statistical summaries. Provides holistic data understanding for analytical workflows.
Returns: Comprehensive data profile with multi-dimensional analysis
Profile Components: š Column Profiles: Data types, null patterns, uniqueness š Statistical Summaries: Numerical column characteristics š Correlations: Inter-variable relationships (optional) šÆ Outliers: Anomaly detection across columns (optional) š¾ Memory Usage: Resource consumption analysis
Examples: # Full data profile profile = await profile_data(ctx)
AI Workflow Integration: 1. Initial data exploration and understanding 2. Automated data quality reporting 3. Feature engineering guidance 4. Data preprocessing strategy development
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||