export_csv
Export all scraped rows to a CSV file and return the file path for easy access.
Instructions
Write all collected rows to a CSV file (via pandas) and return its path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | scraped_data.csv |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |