load_parquet
Load a Parquet file into memory for analysis. Uses columnar format, faster than CSV for large datasets.
Instructions
Load a Parquet file into memory. Parquet is columnar and much faster than CSV for large files. The name defaults to the filename. Example: load_parquet(file_path="data.parquet")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |