data_profile
Profiles a local data file (CSV, TSV, Parquet, Excel, JSON) before plotting, providing row count, column types, head, and numeric summary to guide chart design.
Instructions
Describe a data file (csv/tsv/parquet/xlsx/json) BEFORE plotting it: row count (sampled at 100k for huge csv), column dtypes, head, and numeric summary. Profile → design the chart → load. Reads the file on this machine; nothing leaves it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |