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”

Python Excel – How to join forces?

Many people love spreadsheets. Also many people hate spreadsheets. It doesn’t really matter in which camp you are, you probably have to deal with them anyways because they are everywhere. If you prefer to work with Python, you can use some very powerful packages to deal with Excel files. With these packages, you could almost get … Continue reading “Python Excel – How to join forces?”