Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Alteryx MasterClass - Lets get started
Highest Rated
Rating: 4.7 out of 5(88 ratings)
410 students

Alteryx MasterClass - Lets get started

How to master Alteryx fundamentals data prepraration and data cleaning with Alteryx. Alteryx for data analysts scientist
Created byDan We
Last updated 3/2024
English
English [Auto],

What you'll learn

  • All you need to clean your data fast and efficiently
  • You learn the fundamentals of Alteryx Designer
  • New job opportunities knock on your door
  • You can easily prepare your data in advance to visualize it later in Tools like Tableau or Power BI
  • You extend your data analytics knowledge
  • You can do ETL without coding
  • You can clean and shape your data the way you need it

Course content

1 section39 lectures4h 32m total length
  • Hello Altery - Introduction1:11

    Explore how Alteryx enables drag-and-drop data cleaning without coding, reducing the 80 percent data preparation workload and delivering faster, cleaner analytics for a competitive edge.

  • Important - before you start0:22
  • Download all resources here0:02
  • 2 Alteryx - Lets explore the interface8:44

    Explore the Alteryx interface by identifying the workflow canvas, tool ribbons, and configuration panes; drag, connect, run workflows, view results, and customize tiles with favorites, search, and annotations.

  • 3 How to get our data into alteryx13:45

    Explore how to get data into Alteryx using text input and input data tools, including manual entry, copy-paste, and drag-and-drop file connections.

  • 4 How to connect to a SQL database in practise4:32

    Connect to a Microsoft SQL Server database in Alteryx with Quick Connect, test the connection, select the bike stores database, and run a query via the visual query builder.

  • 5 How to use the browse tool and saving cleaned data6:02

    Explore the browse tool to inspect cleaned data and view the full dataset, then save the prepared data with the output data tool to a file.

  • 6 Select tool - all you need to know10:05

    Explore the select tool in Alteryx masterclass to configure fields, change data types, rename and reorder columns, filter visible fields, and apply bulk operations like prefixes and sorts.

  • 7 Auto Field - let Alteryx figure out the correct datatype4:36

    Use the auto field tool to automatically infer data types for all columns when importing data from csv or text files, assigning integers, dates, strings, and handling decimal separators.

  • 8 Data Cleansing fast and efficient10:27

    Learn to use Alteryx's data cleansing tool to quickly clean messy inputs by removing nulls, empty rows and columns, punctuation, numbers, and extra whitespace, with live previews and run checks.

  • 9 The Filter tool - a deep dive9:19

    Explore the filter tool in Alteryx, mastering basic and custom filters, using operators like contains and greater than, and understanding true/false outputs and under-the-hood formulas.

  • 10 The formula tool and how to use it12:05

    Learn to use the formula tool in Alteryx to create and apply data transformations, including replacing values, handling strings, and converting to doubles.

  • 11 Data Preparation with Generate Rows in Alteryx10:04

    Learn to use the generate rows tool to duplicate data rows with a loop, creating a date field from start to end dates.

  • 12 Data Preparation - Imputation - Dealing with missing values6:41

    Explore imputation to handle missing values in data preparation, choosing between average, median, mode or a user-specified value, and optionally add imputed indicators or new columns.

  • 13 Data Preparation - Binning in Alteryx8:02

    Explore how the multi-field binning tool bins numeric fields into tiles using equal records or equal intervals. Sort by tile and sales rep to see the distribution within each bin.

  • 14 Data Preparation - Multiple Calculations at once in Alteryx10:01

    Explore applying the multi field formula tool in Alteryx to run a single expression across multiple text and numeric columns, including dynamic fields, with practical examples.

  • 15 Data Preparation - Multi Row Formula Tool and where to use it8:57

    Use the multi row formula tool to fill missing country values by checking if the current row is empty and carrying forward the previous non-empty value, updating the country field.

  • 16 Data Preparation other useful tools in Alteryx8:54

    Explore four data preparation tools in Alteryx—record, random sample, sample, and unique—and learn workflows to add an index-style column, deterministically sample data, select rows, group by fields, and extract unique values.

  • 17 Data Preparation - Classifying your data in Tiles in Alteryx7:31

    Explore data preparation in Alteryx by classifying data into tiles using equal sum, equal records, unique values, small tile, smart tile, and manual cutoffs, with tile numbers and sequences.

  • 18 Combining Data - How to use the Union Tool in Alteryx6:52

    Explore how the union tool in Alteryx combines multiple data tables by name or position, with manual field configuration as needed, using a games dataset example.

  • 19 Cleaning data with the Find and Replace Tool in Alteryx5:48

    Learn to use the find and replace tool in Alteryx as a dictionary-style mapper to abbreviate values in a data column, using manual or table inputs, with case sensitivity options.

  • 20 Using the Append Tool in Alteryx with caution4:00

    Explore the append tool in Alteryx and learn when the Cartesian product can explode datasets; connect target and source, and use a single-entry second dataset to safely append columns.

  • 21 How to use the Make Group aka make Friends tool in Alteryx3:37

    Explore the make group tool in Alteryx (under join) and learn how it builds connected friend groups by chaining relations between a, b, and c, producing a grouped output.

  • 22 How to match fields which do not match in Alteryx - fuzzy match6:59

    Learn how to use the fuzzy match tool in Alteryx to identify spelling variations, compare records from the same source, configure matching fields, and read match scores.

  • 23 Joining in Alteryx - available options12:16

    Master joining in Alteryx by exploring left, right, and inner joins, and using join multiple to combine multiple data sources with specific fields or record position.

  • 24 Parsing Tools and how to use them in Alteryx 18:35

    Master Alteryx parsing techniques by converting strings to date time with custom formats and using text to columns to split data by delimiters, including options for rows and columns.

  • 25 Parsing Tools and how to use them in Alteryx 2 Regex8:03

    Master the Alteryx regex tool to extract domain names from sample URLs, and apply replace, tokenized, and match outputs to clean data.

  • 26 Transforming Data in Alteryx Arrange and Count Records7:51

    Learn to transform data in Alteryx by arranging and counting records, including transposing data into services and prices columns and using the count records tool.

  • 27 Pivoting and Unpivoting - Cross Tab and Transpose in Alteryx9:44

    Learn how to use Alteryx's transpose and crosstab tools to reshape data: convert monthly columns into date and sales pairs, then pivot back for dashboard-ready tables.

  • 28 Alteryx Cummulative Sales - Running Total and how it works6:38

    Learn to compute a running total (cumulative sum) in Alteryx, converting strings to numbers and using group by fields like country to get per-group totals.

  • 29 Aggregation with Summarize - Most important tool9:06

    Master the summarize tool to perform aggregation in alteryx, grouping by country and product, calculating total quantities, counts of distinct products, and minimum order dates.

  • 30 Weighted Average Calculation in Alteryx5:35

    Compute weighted averages across a dataset in Alteryx, using weight fields and grouping to obtain series-specific ratings, and experiment with equal versus differential weights.

  • 31 Dynamics - Additional useful tools in Alteryx7:32

    Learn to use dynamic select and dynamic rename in Alteryx, accessed via the developer tab, to filter fields by data type or formula and set headers from a right input.

  • 32 How to combine multiple excel tabs into alteryx7:05

    Learn to combine multiple Excel tabs into Alteryx by dynamically importing sheet names, applying a shared template, and merging data into one clean dataset for analysis.

  • 33 Webscraping - How to get foreign exchange rates in Alteryx11:00

    Learn to web scrape exchange rates with an API in Alteryx, parsing JSON from the ECB's rates API, extracting currency names and euro values, and cleaning data for analysis.

  • 34 Bonus - Webscraping - Getting Tables from Websites with Python in Alteryx9:03

    Explore web scraping in Alteryx by extracting a website table with Python. Compare download tool and Python pandas approaches, install packages, and write the table to output.

  • NEW - A free resource for bonus videos tips and tricks0:04
  • 35 Final Words and Case Study0:54

    Apply data cleaning and data operations on your own data, follow the end-to-end case study from messy data to a cleaned dataset, and visualize in Power BI or Tableau.

  • More learning0:26

Requirements

  • Your interest in data preparation and data analytics, visual analytics is key!
  • This MasterClass starts from scratch - we learn the basics and build a solid foundation during the case study
  • Alteryx Designer must be downloaded (fully functional trial version available for free)
  • The case study course Alteryx Masterclass - a crashcourse for beginners is optional but not required

Description

Alteryx MasterClass - Let's get started

You are interested in data analytics and business intelligence? Great! You have chosen not only a highly rewarding profession but also one of the most interesting ones of the future. Data is the oil of our century and getting the right insights at the right time will be the key competitive advantage for businesses.

This is why you are here. Companies need highly skilled people to help them analyzing their data. During this process the data aggregation and cleaning is the most challenging part. 80% of the time of data analysts and data scientists are spend with data preparation. This can be cumbersome but is crucial to derive valuable insights. Because:

"Trash in trash out!"

This is why we need to explore fast and efficient ways to prepare our data which we then want to visualize in powerful tools like Tableau or Power BI.

And now the most interesting question? How exactly can we achieve this? What are the best tools to do that, which do not require extreme programming skills?

Meet Alteryx! One of the best ETL / data preparation tools on the market. This awesome tool with an "Apple flair design" and drag and drop functionality will help us to prepare and combine even the worst kinds of data sources

This course is my answer to students request who loved the first course

Alteryx Masterclass - a crashcourse for beginners

where we go through a whole data cleaning case study in alteryx and wanted to learn more about the alteryx tools which we have not covered yet in the case study.

It is not required to take the case study but I personally believe both courses together are a great fit to help you becoming professional with alteryx.



Here we start  from scratch and a fully functional trial version of the software to follow along can be downloaded for free. The only thing you need to bring with you is your personal interest and willingness to learn in a data driven age.

If that sound like you then..

Let's dive into the case study together


Are you ready? 

Who this course is for:

  • You want to become a data analyst
  • Students who have taken Alteryx Masterclass - a crashcourse for beginners
  • You want to go into a data analyst or data scientist career
  • You want to learn how to effectively clean your data
  • You want to extend your knowlegde beyond Tableau and Power BI
  • You encountered various data issues (e.g. format,...) in the past and are looking for a solid solution
  • You want to take advantage of the data driven opportunity ahead