execute_code
Execute Python code to analyze air quality, funding, and city data using pandas, numpy, and matplotlib for custom calculations and visualizations.
Instructions
Execute custom Python code for advanced analysis.
Available variables:
air_quality, funding, city_info: DataFrames
pd, np, plt: Libraries
Args: code: Python code to execute
Returns: Output from code execution.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |