This directory contains 9 workflows.
Exercise 1: Data Access. In this exercise you access data available in different file types. The data that you read in this exercise is stored in the "data" […]
Exercise 2: Join and Concatenate. In this exercise you combine data by concatenating and joining tables.
Exercise 3: Data Cleaning. In this exercise you explore data, check the data for outliers, and handle missing values.
Exercise 4: Table Restructuring. In this exercise you change data structure by unpivoting columns to rows.
Exercise 5: Data Manipulation. In this exercise you add a trasaction type and merge all data into one table.
Exercise 6: Date and Time Manipulation. In this exercise you convert string values to Date&Time, extract granularities from Date&Time values, and filter […]
Exercise 7: Data Aggregation. In this exercise you generate new columns by aggregating data by groups and create pivot tables that show aggregated values by […]
Exercise 8: Data Visualization. In this exercise you generate interactive views to visualize data, add a slider to filter the data, and change the colors in […]
Exercise 9: Deployment. In this exercise you write preprocessed data into an Excel file and to a database.