Data Preparation in Alteryx
Deanna Sanchez
Alteryx ACE and Owner, Nova Geographica LLC
Taking a sample from a chemistry lab test tube.

Options for sampling data:

Provides all rows after the first number of records specified is skipped

Returns the first row of every N rows in the dataset

Random sample of the dataset

Returns the first N percentage of rows


The Summarize tool allows you to group and summarize data using many options.

Some of the string data actions available are:

Some of the numeric data actions available are:

Actions are applied hierarchically
Group By function

Data Preparation in Alteryx