execute_multiline_query
Execute multi-line pandas queries on cached EnergyPlus simulation data to analyze results, filter records, and compute metrics without import or print statements.
Instructions
Execute multi-line pandas operations on the cached DataFrame.
Args: file_hash (str): Hash of the loaded parquet file to query. query (str): Multi-line Python code to execute.
Returns: str: Formatted result or status message.
Notes: Does not accept import statements or print statements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| file_hash | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |