Icon

Final_​Exam_​Cafe_​Sale

Collection - Import the Data

Initial EDA : Exploratory Data Analysis - Identifying the number of rows and columns
Data Cleaning
Data transformation -
Data Analysis -

Visualisation - EDA -

Cafe_sales
CSV Reader
Removed duplicates in Transaction ID to ensure observation uniqueness.
Duplicate Row Filter
Displaying descriptive statistics for numerical data exploration and catecorigal.
Statistics View
Emphasising the Rows with value and Counting occurrences of each unique value
Value Counter
The scatter plot illustrates the relationship between item and price per unit , highlighting the overall trend and the presence of outliers.
Scatter Plot
Convert the number to insure consistencies
String to Number
replaces "UNKNOWN" AND "ERRO" values with missing values in columns and created new column with missing values to ease the imputation for each columns
Expression
relation between the payment method and the value sale
GroupBy
Bar Chart
Filled missing financials with Median to avoid the effect of outliers, categorical missing values with the Mode, the Date with previous data.we are suppose to identify each item and associate each price to to refer item to feel the price per unit
Missing Value
relation between the payment method and the value salemost customer prefer to pay by digital wallet, the two other method are lest common
Scatter Plot
Top k Row Filter
Convert the date to insure consistencies
String to Date&Time
Table View
Histogram
Calculate the total revenue per item
Math Formula
used to modify the table structure by removing none transform old columns of the original table, and reordering the append columns.
Table Manipulator
revenue per item sale during 2023 yearthe most sale product is the juivce the company need to check the cookie sale is the less buy product
Bar Chart
Generating a structured final table to a CSV file.
CSV Writer
Sorter
Aggregate the item per quantity sell and the mean price
GroupBy
GroupBy

Nodes

Extensions

Links