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

Take Transform

Use take to grab only the first N rows. Like SQL's LIMIT.

Basic Usage

$ Basic Usage
$ ctrl+enter to run

Grab a fixed number of rows.

Top-N Queries

$ Top-N Queries
$ ctrl+enter to run

Combine sort and take for top-N queries. Sort first, then take.