read_metadata
Profile a data file to reveal column structure, data types, missing values, and quality issues, and receive suggested pandas commands for next steps.
Instructions
Profile a data file: structure, types, quality warnings and next steps.
Reads only the first rows for efficiency and returns file info, a
per-column profile (dtype, null counts, cardinality, sample values and
numeric min/max/mean), data-quality warnings, and suggested pandas
operations to run next with run_pandas_code. This is the recommended
first call when exploring an unknown dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to a CSV/TSV or Excel (.xlsx/.xls) file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||