The Eikon API provides simple access to users who require programmatic access to Refinitiv’s data. In this article, I’ll explain the steps to get up and running within a few minutes. Eikon & python play together nicely! You can find the official documentation at https://developers.refinitiv.com/eikon-apis/eikon-data-api. Before you start, make sure you have the following: Python 3.5+ … Continue reading “Eikon Data API & Python – A Quickstart”
Category: Data Analysis
Snel en gemakkelijk CBS data gebruiken met Python
Heb je interesse in de data van het Centraal Bureau voor de Statistiek (CBS) en ben je Python gebruiker? Dan zit je gebakken! Het is tegenwoordig namelijk mogelijk om razendsnel je gewenste data op te vragen. In deze blog post leg ik kort uit hoe je dit kunt doen. Let’s go, CBS & Python! Download voordat je … Continue reading “Snel en gemakkelijk CBS data gebruiken met Python”
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”