Menu
Introduction
Getting started
Constellab space
Folder
Dashboard
Data lab
Data hub
Constellab community
Version
Table of contents
Publication date

Sep 30, 2022

Confidentiality
Public
Reactions
0
Share

How to transform table

Smart table transformer


The Smart Table Transformer is a task that helps you change a table based on a text description of what you need. It uses openAI to convert your instructions into Python code, which is then executed automatically.


Please follow these steps to use the Smart Table Transformer:


  1. Go to your scenario Playground and add the Smart Table Transformer task.
    1. Connect it to your input.
      1. Open the dashboard configuration and write the text that describes the changes you want. For example, you can specify to keep only the column where the average value is equal to or greater than 5.
        1. Execute your scenario. You can do this directly from the dashboard to see the results immediately. If the result is not exactly what you wanted, you can continue the conversation in the chat. The context will be preserved.


          Smart tasks usually provide two outputs: the transformed table as the result, and the generated code modified for use in a Python agent. If the transformation can be reused later, you can copy the code and save it in a agent for future use.

          Technical bricks to reuse or customize

          Have you developed a brick?

          Share it to accelerate projects for the entire community.