Posts by Year

2020

Folium - Map Visualization

1 minute read

When working with data that has a geospatial reference, there is usually the requirement to display it on a map.

Data Cleaning - The concept of tidy data

less than 1 minute read

When using Plotly Express, it expects so called tidy-data as input. Tidy Data is a concept of structuring datasets in a standardized way prior to analysis, t...

Plotly Express - Bars and donuts

1 minute read

For quick data exploration and visualization, Plotly Express, provides an easy-to-use, high-level interface to the Plotly graphing libraries. It is typicall...

Spotify playlist

less than 1 minute read

Some of the articles contain song references and the following embedded spotify playlist collects all of them. Happy listening!

PIXLR - Browser based image editing tool

less than 1 minute read

While setting up wird. I needed a source of freely usable images which I found in Unsplash. After browsing the big range of fotos, I still had a need for edi...

Plotly - Interactive charts

less than 1 minute read

Plotly’s Python graphing library makes interactive, publication-quality graphs possible. As a sample, I used the data provided by germanys Robert-Koch-Instit...

Toggle Source Code in Jupyter notebook

less than 1 minute read

When presenting jupyter notebooks or exporting the contents to html, pdf or whatever format, it comes in handy to hide all source code and just keep the cell...

Back to Top ↑