Icon

Lab 3 - Workflow

This directory contains 11 workflows.

Icon01 - Project 3 - Read Data from File 

CSV Reader of Custom Data

Icon02 - Project 3 - Accessing Databases 

This particular exercies isnt aplicable due to the fact that we are using a csv file and not a database. The steps would requier to use a DB Connector such […]

Icon03 - Project 3 - Row and Column Filtering 

For this example I start by filtering out any person with a missing gender to not be included in the data. I then split Males and Females into indvidual […]

Icon04 - Project 3 - Data Transformation 

Struggled with column expressions with the custom data as well as the math formula. I got something to "work" with math formula but couldnt get the same to […]

Icon07 - Project 3 - Join and Concatenate 

This is a sample of join structure. you can combine 2 tables with one joiner and then combine the two that were joined with another indivdual table. This […]

Icon08 - Project 3 - Regression Model 

I get an error from row 488 due to total charge being 0 why is this? I wasn’t able to successfully configure it in any way to not receive some error in the […]