execute_query
Run pandas queries on cached EnergyPlus simulation data to extract and analyze specific results from loaded files.
Instructions
Execute a pandas query on the cached DataFrame.
Args: file_hash (str): Hash of the loaded parquet file to query. query (str): The pandas query to execute.
Returns: str: Formatted result of the query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| file_hash | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |