plot_radar_chart
Generate a radar chart from a Teradata table by specifying labels and data columns to visualize multi-dimensional comparisons.
Instructions
Function to generate a radar plot for labels and columns. Columns mentioned in labels are used as labels and column is used to plot.
PARAMETERS: table_name: Required Argument. Specifies the name of the table to generate the donut plot. Types: str
labels:
Required Argument.
Specifies the labels to be used for the line plot.
Types: str
columns:
Required Argument.
Specifies the column to be used for generating the line plot.
Types: strRETURNS: dict
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Required Argument. Specifies the name of the table to generate the donut plot. Types: str | |
| labels | Yes | Required Argument. Specifies the labels to be used for the line plot. Types: str | |
| columns | Yes | Required Argument. Specifies the column to be used for generating the line plot. Types: str |