TimeSeriesDatasetReport
- class hana_ai.tools.df_tools.ts_visualizer_tools.TimeSeriesDatasetReport(connection_context: ConnectionContext, return_direct: bool = False)
This tool generates a report for a time series.
- Parameters:
- connection_contextConnectionContext
Connection context to the HANA database.
- Returns:
- str
The path of the generated report.
Note
args_schema is used to define the schema of the inputs as follows:
Field
Description
select_statement
the select statement of the dataframe. If not provided, ask the user. Do not guess.
key
the key of the dataset. If not provided, ask the user. Do not guess.
endog
the endog of the dataset. If not provided, ask the user. Do not guess
- name: str
Name of the tool.
- description: str
Description of the tool.
- connection_context: ConnectionContext
Connection context to the HANA database.