You are on page 1of 32

Data Science in Industrial

Experience

ForCcal
Foresee a Better World

VARUN MATHUR
Master of Data Science
Student ID:28954114

1
Overview
1 About the project

2 Open Data & Data Wrangling

3 Carbon Emission Calculators

4 Data Visualization

5 What Have I Learnt

2
About the Project
ForCcal tries to mitigate the rising levels of global
warming due to increased carbon emissions

Emissions from vehicles


and home appliances

Carbon footprint
calculators, checklists

Quizzes, animations,
visualizations

3
View the Website

ForCcal
Foresee a Better World

Website Link: https://forccal.tk/

credentials: username: tp01 ; password: toS2nkkHJertij34!#@&

4
Australian government website

Victorian government websites

UC San Diego University (kaggle)

European Environment Agency

UCI Machine Learning Repository


(Kaggle)

Climate council, Australia

5
Data Wrangling
FIND... LOAD... CLEAN...
Australian Car Details
• Reducing columns
• Finding unique cars and
keeping only Australian cars
• Creating new dataframe for
engine capacity and carbon
emissions
• Regular checks for mean
and count of transmission
types, engine capacity and
fuel types
• Checking comparisons using
graphs
• Export clean dataset

6
Data set before and after cleaning
Australian Car Details

7
Data Wrangling cont…

CO2 Levels of Different Years

• Keeping relevant columns


• Checking for null values
and imputing null values
• Removing outliers
• Making values consistent
• Checking comparisons
using graphs
• Export clean dataset

8
Data set before and after cleaning
CO2 Levels of Different Years

9
Outlier Detection

3 outliers detected

Can be caused due to


incorrectly entered or
measured data

Violating the linearity in the


graph

Might affect result later


or mess up the analysis

10
Model Evaluation

Accuracy check of model


• Implementation of linear
regression on model
• Finding correlation
between variables
• Determination of
dependent and
independent variables to
find linearity
• Training the model
• Model accuracy: 99.6%
• Making predictions

11
Data Wrangling cont…

Public Transport Details


• Parsing of pdf file to
extract table
• Usage of
matplotlib,Pandas,Seabor
n, numpy & PyPDF2
• Extraction of the page
containing the table
• Extraction of tabular
values one by one and
placing in new dataframe
• Export clean dataset

12
Data set before and after cleaning
Public Transport Details

13
Carbon Emission Calculators
Vehicle Calculator

Getting the
data

Analyzing the
data

Formation of
equation

14
Carbon Emission Calculators
Household Calculator

Getting the
data

Analyzing the
data

Formation of
equation

15
Vehicular Data Visualization

16
Vehicular Data Visualization

17
Carbon Emission Visualization

18
Carbon Emission Visualization

19
Household Carbon Emission Visualization

20
Public Transport Emission

21
Gallery

22
Gallery
Comparison of fuel types, manufacturers, engine capacity and carbon
emissions of different Australian cars

23
Gallery

24
Gallery

25
Visualization (using Google Charts)
Depiction of carbon emission by a person for their chosen state depending on
the results from the carbon emission calculator

26
Visualization (using Google Charts)
Comparison of the individual’s calculated emission value to that of the entire
state of Australia

27
Project Management Tools

Lean Canvas
Helped in creating a 1-page business plan

28
Project Management Tools

Lean Kit
A visual project delivery tool assisted in keeping track of work of
all team members in an Agile environment

29
30
Data Science in Other Projects
IT Admin Systems Pty Ltd
Medi7 Application
• Windows based application
developed for Medi7 clinics at
different locations, Melbourne
• Application used by doctors and
nurses to monitor appointments,
patient activities and other
transactions
• Past data and real time data
extraction from API in JSON using
Python
• Deep analysis, cleaning and
wrangling of data
• Populating the required fields in
the windows form using the
cleaned data
31
Thank you!
For any queries, kindly contact me on:
vmat0002@student.monash.edu

32

You might also like