Pandas_datareader for Yahoo stock prices

In other posts I have demonstrated how one can use quandl in Python to query time series data on e.g. equity prices. In this post I demonstrate how one can query stock price data from e.g. Yahoo finance, using the…

July 2020 FRED US automotive production

My monthly report on FRED data for US automotive production shows strong recovery in US production output. You can view the report here: http://www.supplychaindataanalytics.com/reporting/monthly-fred-us-automotive-report/ Linnart FelklData scientist focusing on simulation, optimization and modeling in R, SQL, VBA and Python www.supplychaindataanalytics.com

Spatial heatmaps with Folium in Python

In previous posts I have demonstrated how one can geocode data and plot markers using Geopy and Folium in Python. I have also demonstrated heatmapping workflows in R, using packages such as Leaflet. In this post I want to use…

Geocoded markers with Geopy and Folium

In a previous post I have already demonstrated how to use Nominatim in Python (using the Geopy module) to geocode a location name into longitude and latitude coordinates. In this post I want to show how one can geocode a…

Geocoding with Geopy in Python

I have already demonstrated various possibilities for geocoding spatial data in the form of city or location names in R, using APIs such as the one provided by Open Street Map. In this post I will demonstrate the possibility of…