load_csv
Load a CSV file into memory as the active dataframe, starting your data pipeline for subsequent analysis.
Instructions
Load a CSV file into memory. The name defaults to the filename. This becomes the current active dataframe. Always the first step in any pipeline. After loading, immediately run quality_report to understand the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| file_path | Yes | ||
| separator | No | , |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |