Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Creating Data Stories with Tableau Public

You're reading from  Creating Data Stories with Tableau Public

Product type Book
Published in Nov 2015
Publisher
ISBN-13 9781849694766
Pages 218 pages
Edition 1st Edition
Languages

Table of Contents (18) Chapters

Creating Data Stories with Tableau Public
Credits
About the Author
Acknowledgments
About the Author
About the Reviewer
www.PacktPub.com
Preface
Getting Started with Tableau Public Tableau Public Interface Features Connecting to Data Visualization – Tips and Types Calculations Level of Detail and Table Calculations Dashboard Design and Styling Filters and Actions Publishing Your Work Index

The string functions


The string fields are often the richest in data source as they include other fields with free text, but they can also have the lowest data quality. The string functions in Tableau Public empower you to perform splice, trim, find, replace, match, reformat, and concatenate functions.

We will use several of these functions to clean up the floods data source, which was assembled manually and has several data quality issues.

The following are some of the most useful functions that we will use:

  • CONTAINS: This has a Boolean output. It tests whether a field contains the specified string.

  • FIND: This finds the place where a string of characters is located within a field.

  • LEFT, MID, and RIGHT: These often work in conjunction with FIND and LEN when extracting fixed or variable strings of characters from a field.

  • LEN: This produces the length of a field.

  • MIN and MAX: These are commonly used on numeric fields. They produce the numerically minimum or maximum values in sequences respectively...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}