plot_hourly_pattern
Visualize hourly data trends from tables to identify patterns over time. Specify value column, optional grouping, and table name to generate time-based plots.
Instructions
Plot hourly patterns.
Args: value_column: Column to plot group_by: Optional grouping column table: Table name title: Optional title
Returns: Base64 encoded plot.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value_column | Yes | ||
| group_by | No | city | |
| table | No | air_quality | |
| title | No |