[DRAFT]This page is not published. Only visible in development mode.

Map Transform

Use map to select and reshape columns. Keep what you need, drop the rest.

Select Columns

$ Select Columns
$ ctrl+enter to run

Pick the columns you want. Everything else is gone.

Rename and Compute

$ Rename and Compute
$ ctrl+enter to run

Alias columns or create new ones from expressions. The result only contains what you specify.

Constants

$ Constants
$ ctrl+enter to run

Map can produce constant values across every row.

Map replaces the row shape — only mapped columns survive. Extend adds columns to the existing shape. Use map when you want to control exactly what comes out. Use extend when you want to add without losing anything.