Icon

Project2_​Cleaning

read the dataset
CSV Reader
filter rows with any missing values
Rule-based Row Filter
add boolean attribute is_company_booking
Rule Engine
add boolean attribute is_agent_booking
Rule Engine
remove the original company and agent columns
Column Filter
combine adults, children and babies into a new total guests column
Math Formula
change undefined 'meal' attribute entries to pre-existing SC entries
Rule Engine
combine weekend and weeknight stays into a new total_nights column
Math Formula
convert the children column to int
String to Number
add boolean attribute room_changed
Rule Engine
CSV Writer

Nodes

Extensions

Links