Feature roadmap

These node types are planned for the Visual Designer but aren’t built yet. Six node types are live today — see Features for what you can use right now.

  • Formula

    Computed columns from an expression.

    Coming Soon
  • Clean

    Standardizes and cleans column values.

    Coming Soon
  • Replace

    Finds and replaces values in a column.

    Coming Soon
  • Sample

    Reduces a dataset to a sample of rows.

    Coming Soon
  • Join

    Combines two inputs on a matching key.

    Coming Soon
  • Union

    Stacks rows from multiple inputs.

    Coming Soon
  • Lookup

    Enriches rows from a reference dataset.

    Coming Soon
  • Append

    Adds rows from a second input to the end of the first.

    Coming Soon
  • Branch

    Splits a workflow's path based on a condition.

    Coming Soon
  • Group By

    Standalone grouping node, independent of Summarize.

    Coming Soon
  • Pivot

    Reshapes rows into columns.

    Coming Soon
  • Unpivot

    Reshapes columns into rows.

    Coming Soon
  • Window

    Running totals, ranks, and window aggregations.

    Coming Soon
  • Rank

    Assigns a rank to rows within a partition.

    Coming Soon
  • SQL

    Custom SQL as a workflow step.

    Coming Soon
  • Sub-Workflow

    Embeds one workflow inside another.

    Coming Soon
  • AI Transform

    Classify, summarize, or generate columns with AI, with human review before execution.

    Coming Soon
  • Python

    Custom pandas/scikit-learn transform step.

    Coming Soon