Building your first workflow
In this section, we show you how to build your first workflow for data access, data preprocessing, and visualization. You will learn all the necessary workflow-building skills to follow along with the more complex analysis tasks in the upcoming chapters.
The instructions are divided into the following subsections:
- Creating a new workflow (group)
- Reading and transforming data
- Filtering rows
- Visualizing data
- Building a custom interactive view
- Documenting workflows
The result, your first workflow, is shown in the following diagram:
Figure 2.13 – Example workflow for accessing, preprocessing, and visualizing data
The workflow accesses data with information about ordered products: order dates and countries, customer IDs, and sales amount and quantity. Next, it preprocesses the data by filtering unnecessary rows and columns. Finally, it creates an interactive dashboard of the sales metrics...