Data Science in Industrial Experience: Foresee A Better World

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 19

Data Science in Industrial

Experience

ForCcal
Foresee a Better World

VARUN MATHUR
Master of Data Science

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
Australian government website

Victorian government websites

UC San Diego University (kaggle)

European Environment Agency

UCI Machine Learning Repository


(Kaggle)

Climate council, Australia

4
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

5
Data set before and after cleaning
Australian Car Details

6
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

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

8
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

9
Data set before and after cleaning
Public Transport Details

10
Carbon Emission Calculators
Vehicle Calculator

Getting the
data

Analyzing the
data

Formation of
equation

11
Carbon Emission Calculators
Household Calculator

Getting the
data

Analyzing the
data

Formation of
equation

12
Vehicular Data Visualization

13
Carbon Emission Visualization

14
Household Carbon Emission Visualization

15
Gallery

16
Gallery

17
18
Thank you!

19

You might also like