profile_data
Analyze a sheet or range to reveal column data types, null counts, unique counts, and sample values. Read-only profiling helps assess data quality.
Instructions
Produce a data profile for a sheet or range listing types, null counts, unique counts and samples.
Args: file_path: Workbook path. sheet: Optional sheet name. data_range: Optional range to restrict profiling.
Returns: dict: Per-column profile metadata.
Notes: - Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | No | ||
| file_path | Yes | ||
| data_range | No |