Table transformer that uses AI (OpenAI).
Input
Table
2d excel like table
Output
Table
2d excel like table
Generated code
Modified generated code that can be used in a python agent directly.
Configuration
prompt
open_ai_chat_param
keep_columns_tags
If true, the columns tags are kept in the output table for columns that have the same names.
bool
keep_rows_tags
If true, the rows tags are kept in the output table for rows that have the same names.
bool