-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Tableau Prep Cookbook
By :

Data validation can be a time-consuming task where we have to determine whether a value is accurate or not. One of the most typical data validation issues relates to misspelling and labeling the same thing differently. For example, the city of New York might be present in your data more than once, with different labels:
To make the process of validating data easier, Tableau Prep uses data roles. A data role compares your data against a list of known values or specific patterns. This allows us to quickly identify problematic values in our data and take action to resolve them.
To follow along with this recipe, download the Sample Files 3.4 folder from this book's GitHub repository.
Open up Tableau Prep and connect to the User List.csv file from the Sample Files 3.4 folder and follow the steps:
...