Tableau Prep comes with different prepping steps. We will divide them in four subcategories: cleaning, joins and unions, aggregating, and pivoting.
Prepping data
Cleaning data
The following canvas we have seen before in The Tableau Prep GUI section. The user can simply click on + next to the input and select Add Step, which will create the cleaning step. During the cleaning step, multiple things can be done, such as filtering and creating a calculated field:
![](https://static.packt-cdn.com/products/9781789533880/graphics/assets/14b33ea6-1841-49ab-a08b-7a3d6e27790c.png)
- Once a value is selected, you have the options to keep it, exclude it, edit it, or replace it with Null:
![](https://static.packt-cdn.com/products/9781789533880/graphics/assets/5856b726-57d2-45e8-97ae-e78c0082cd64.png)
- Another slightly hidden option is to click on the ellipses (...) next to the column header and select Clean.
The following is the screenshot:
![](https://static.packt-cdn.com/products/9781789533880/graphics/assets/aceb0cd6-c5d6-49c1-a737-0c17bfd54b0f.png)
This clean functionality...