In this article, I will walk you through the steps to create a prototype of an R project with pipeline integration, package management, and version control. If you follow these four simple steps, you will be well prepared to tackle any (data-driven) question that comes your way. With version control...
Code Walkthrough
A friend asked me to create an interactive map for her. The task was to show places of the democratic movement in Leipzig (Germany) that could later be hosted on a website (Don’t worry, you don’t need to know German to follow along). The map provides information about where these...
For one of my research projects focusing on tax cuts in the fuel market (if you are interested, drop me a line), I had to repeatedly calculate the price reductions and the pass-through rate of the tax cut. So, I took the opportunity to try out the Python library Tkinter....
Open Street Map (OSM) data can be a highly useful tool for obtaining spatial information about your local community. Next to its broad availability, it can be easily obtained via Python. This article shows you how to download OSM data as the one mapped below. The figure shows restaurants in...