Icon

Online Retail-Data Preparation

Reads the Online Retail dataset from a CSV file into KNIME as the starting point for data preparation.
CSV Reader
Filters out rows with missing or invalid values to improve data quality before further processing.
Row Filter
Removes duplicate transaction records to prevent double-counting and ensure accurate analysis.
Duplicate Row Filter
Creates a new derived column called TotalPrice by multiplying Quantity and UnitPrice to represent total transaction value.
Math Formula
Converts the InvoiceDate column from string format into a proper Date&Time format for time-based analysis
String to Date&Time
Removes irrelevant or unused columns to simplify the dataset and focus on important attributes for analysis.
Column Filter

Nodes

Extensions

Links