Icon

final_​project112

Data Importation

Initial exploratory data analysis

Data Cleaning

Data Transformation

Data Analysis

Data Visualization

Excel Reader
Cafe_sales file
CSV Reader
Calculated revenue from the quantity and price per unit sold
Math Formula
To know the numerical statistics of the data along with the 10 most common values
Statistics
To count the occurence of all the unique values in the item colum
Value Counter
To know the correlation between two variables, here I have selected price per quantity and item column
Heatmap
To know the numerical statistics of the data from the cafe_sales file
Statistics View
Histogram
Bar Chart
Statistical view of the numerical data after data transformation and cleaning
Statistics
To show the relationship between revenue and items variables
Scatter Plot
Pie chart depicting items with their revenue
Pie Chart
For the analysis of different items and their quantities , revenue and price per unit
Bar Chart
To know whether there is a normal curve or not for the quantity column
Histogram
Excel Writer
To show the relationship between two variables, here I have selected Item and Price per unit sold
Scatter Plot
To know the Q1, Q2, AND Q3 along with Iqr of the numerical data
Box Plot
CSV Writer
To the Q1, Q2 and Q3 of the data along with IQR and min and max values
Box Plot
Histogram (legacy)
Converted the Quantity and Price per unit column which where in the string format to the number (float ) format
String to Number
Interactive Histogram (legacy)
Converted the Transaction date column which was in string format to the date format
String to Date&Time
Filtering out all the duplicate rows
Duplicate Row Filter
Handling all the missing values in different columns and replacing them with the most frequent value to avoid the effects of the outliers
Missing Value
Created a new column High/Mid demand products if the quantity of the items sold is more than 4 and 3
Rule Engine
Removed the old Payment method column which inconsistencies
Column Filter
Converted all the strings in the payment method to capitalize format to remove inconsistencies
String Manipulation
Grouped Item and revenue columns for further analysis
GroupBy

Nodes

Extensions

Links