Transformation

A node in the node graph represents a Transformation. Transformations are essentially Python functions, which accept input DataFrames and output one data frame. The following actions can be performed on Transformations:

  • Click 'Build' to run the transformation code.

  • Click 'Build Full' to sequentially build all upstream nodes.

  • Double-click nodes to rename.

Last updated