Icon

FINALPROJECT1

Data Import/Exploration

EDA before cleaning the data

DATA CLEANING/FILTERING

DATA TRANSFORMATION

Exploratory analysis that will helps us understand the behavior of variables and to detect any anomalies

Importing the file
CSV Reader
Filtering out unwanted columns
Column Filter
Movie and its revenue
Bar Chart
Handling the missing values
Missing Value
Changing date which was in string to the date format
String to Date&Time
Column Merger
Histogram
Filtering out all the unwanted columns
Duplicate Row Filter
Categorizing movies into Great / Good / Not Bad ones
Rule Engine
Heatmap
Statistics view of the table
Statistics
Calculated profit (Revenue - Budget) New column = profit
Math Formula
Statistics view
Statistics
Variable like budget contain zero , can suggest absence of value , created a new column called budget_append
Rule Engine
Histogram
EDA
Statistics
Calculated profit_adj (revenue_adj - budget_adj) New column = profit_adj
Math Formula
filtering out unwanted columns
Column Filter

Nodes

Extensions

Links