data_generate_fetcher_script
Generates Python scripts that fetch submatrix data with error handling, data processing, and selectable output formats. Specify script type and options to produce tailored code.
Instructions
Generate Python scripts for fetching submatrix data with error handling and data processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_type | Yes | Type of script: basic, advanced, batch, analysis | |
| submatrix_id | Yes | ID of the submatrix to fetch data from | |
| output_format | No | Desired output format for the data | csv |
| include_analysis | No | Include basic data analysis examples | |
| include_visualization | No | Include matplotlib visualization code | |
| measurement_quantity_patterns | No | List of measurement quantity patterns to include |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||