
Explore the three data cleaning principles: identify errors, remove irrelevant data, and clarify datasets, using Smithsonian volcanic eruptions dataset, then upload data, build a recipe, and create transforms in Trifacta.
Navigate the grid panel with rows and columns using touch scrolling. Use the left data-type dropdown and right drop-downs to transform data, and read data quality bar and column histogram.
Learn to manipulate strings and format text from messy data, clean names and tweets, and explore a volcano references dataset with fields like volcano name, authors, year, title, and source.
apply a header transform to promote the first row to column names, correcting misaligned headers in the raw data for clean dataset prep in Trifacta.
Learn how Trifacta uses pattern matching, alpha and digit matchers, curly brackets, spaces and end of string, literals, and or logic to clean data and replace initials with commas.
Correction: As we work to remove "WC" in this lecture, we also remove parts of last names, like "Li" or "de." To avoid this, you can simply replace the string "WC" instead of the more complicated pattern match we use in the video.
Learn to apply set transform and the if function to replace missing author four with at all, merge author short with author four, and manage delimiters for clean data.
Explore how the extract transform pulls URLs from a source column into a new URL column, using patterns to capture http(s) links and improve data accessibility.
Explain numbering systems in Trifacta, contrasting the character count system (positive integers, no zero) with the character index system (zero allowed, spaces counted), as shown in the information aid box.
Apply string operations in Trifacta, mastering patterns, set, extract, split, merge, and left techniques as you wrap up section 3 and move forward.
Curtis presents data filtering techniques from a fresh angle. Build on concepts we've already touched on to filter data quickly and effectively.
Apply logical operators in Trifacta to streamline data filtering, combining conditions with and, or, and not, and choose between delete and keep transforms to remove rows efficiently.
Conclude by applying and retaining the data cleaning skills you've learned, and stay engaged by reaching out with any questions; we’re here to help you continue using these techniques.
In this course, you'll walk through Trifacta *basics step by step. We'll take you through not only how to use **Trifacta and its transforms and functions, but also what common pitfalls you might encounter along the way while cleaning data. You'll see the real experience of data cleaning. Data cleaning isn't always clearcut, and this is why we'll show you what it looks like to iterate changes on your dataset as new information presents itself during the data preparation/data munging process.
*This is a very basic course geared toward people who have little experience with data cleaning.
**Please note that in this course, we use an older version of Trifacta Wrangler.
Note: Data analysts and scientists spend up to 80 percent of their time preparing and cleaning their data. This is a lot of time that could be used in more important phases of the data life cycle, so saving time at the data preparation stage gives you a competitive edge in the data space because you can use saved time toward more important things, like analyzing your data.
Forrester research identifies data preparation tools as “must haves." Trifacta Wrangler is one of those tools and the product is guided by a board of advisors that has the likes of DJ Patil and Jeff Hammerbacher, among other notables. The company has designed the product to guide you through the data prep, requiring less coding skills.