This tutorial covers how to clean a dataset about survival rates on the Titanic using Fire Insights.
The below workflow:
Reads the Titanic dataset
Drops Rows containing Null values
Filters the Rows for whom Age has not been specified
Changes the data type of the Age column to integer
Filters rows for persons of age > 30 and who are females
The tutorial for this workflow is available here: https://docs.sparkflows.io/en/latest/tutorials/data-engineering/titanic-data-cleaning.html
