Real Time KPI monitoring with Google Cloud & Python

“Create dashboards to monitor KPIs…” This is often my answer to a question I regularly get from business people: what can you do with Python? Let me walk you through a simple example for my own business. This time with Google Cloud. Google Data Studio Let’s start with the end in mind: we want to … Continue reading “Real Time KPI monitoring with Google Cloud & Python”

Fully Automated Dashboards – Get started!

Almost all organisations have data in various locations and applications. If you work in an office, you’ll probably recognise this. You run various reports to get all the insights you need. What if you could see all key performance indicators (KPIs) in one go? Using one single dashboard with all your KPIs enables you to … Continue reading “Fully Automated Dashboards – Get started!”

Pandas Profiling – Turbocharge your Data Analysis

Pandas Profiling is the cool new tool for Data Analysis with Python. In this post, we will analyse the Airbnb data for Amsterdam, kindly provided by Inside Airbnb. If you are running Anaconda, you can install the package with the following command in your command line (Windows) or terminal (MacOS / Linux): conda install -c … Continue reading “Pandas Profiling – Turbocharge your Data Analysis”

Can Social Media Predict Stock Returns?

In today’s world, practically all companies have an online profile and are active on social media. Online interactions with customers are becoming increasingly important. That brings us to the following question: is there any relation between companies’ online activities and their stock returns? This is an interesting question but it might be challenging to find … Continue reading “Can Social Media Predict Stock Returns?”