Blog

2021

2020

Number Plate Recognition

7 minute read

Automatic Number Plate Recognition (ANPR) is used in a variety of applications, such as in parking and ticketless fee automation. In such applications, came...

Create a pandas DataFrame from a dict

1 minute read

It is a simple task to turn your dictionary into a pandas dataframe, however, everytime I need to do that I find my self going back to docos and stackoverflo...

2019

Visualisation Tools!

1 minute read

In this series, I attempted the same visualisation task in three different tools: PowerBI, Tableau, and R, to compare the methods and approach for visualisin...

first_post <- ‘Hello World!’

2 minute read

Shortly after Microsoft announced the availability of its Cognitive Services APIs in 2015 I started experimenting with services such as language understandin...

Green energy trends in Australia Permalink

less than 1 minute read

In my previous post I looked at electricity demand and generation in Australia, and where electricity supply comes from by comparing the different energy sou...

Towards cleaner energy in Australia Permalink

less than 1 minute read

Australia is a growing nation, its demand of electricity grew 10 fold in the last 60 years. Electricity demand in Australia reached 258,000 gigawatt hours (G...

Reforming NSW road fines system! Permalink

less than 1 minute read

As a resident and a road user in NSW, I have a general knowledge of road rules and penalties based on my own experience! All of us are affected by government...

First Time Tableau User!

6 minute read

In my previous post, I looked at using Power BI desktop to build visualisations and data stories, I explored the process for importing a text/CSV data file i...

2018

Using Boxplots for Data Exploration Permalink

less than 1 minute read

In this vignette I will explore the use of charts to display basic descriptive statistics in order understand the mean and spread of a variable in a dataset....