Icon

Tools

This directory contains 15 workflows.

IconColumnReplacer 

<p>This tool replaces one column with another by <strong>removing the original column</strong> and <strong>renaming the replacement column</strong> to match […]

IconConcatenate 

<p><em>This tool concatenates two tables. </em>Columns with the same names are concatenated (if the column types differ, the resulting column type will be […]

IconDataCleaner 

<p>The DataCleaner Tool cleans the data. Specifically, it filters the duplicate rows and filters the missing values from the data.</p>

IconExcelWriter 

<p>This tool write a data table to an excel file in the specified location.</p>

IconExpression 

<p>This tool executes a row-by-row expression on a data table.</p>

IconGet Request 

<p>This tool performs a GET request to the specified endpoint.</p>

IconIntelligentExpression 

<p>This tool uses an LLM to apply row-by-row operations on your data.</p><p>The prompt will be the following:</p><p>Perform the following operation on the […]

IconJoiner 

<p>Performs an inner join on two tables.</p>

IconRowAggregator 

<p><em>This tool aggregates the input table according to the given parameters. It can calculate sum, average, min, max and occurrence count of values in a […]

IconRowFilter 

<p><em>This tool filters the input table according to the given filter criterion.</em></p>