save_csv
Export a dataframe to a CSV file (without row index) after processing, to save cleaned data from a data science pipeline.
Instructions
Save a dataframe to a CSV file (without row index). Use at the end of a pipeline to export cleaned/processed data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| df_name | No | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |