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

April 2020 US automotive output near zero

The updated monthly automotive production output report comprises data up until april 2020. The updated report is available 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

FRED US automotive March 2020 report

FRED automotive industry production and imported vehicle sales data has been updated. For more details check the FRED US automotive industry report on this website. Below are the monthly figures up until March 2020, for US domestic car production and…

Querying automotive Quandl data in Python

A quick post on how to query data from Quandl in Python. Quandl can be installed with the “pip install” command in your command prompt. For this simply type “pip install quandl” in your Anaconda command prompt. Quandl is the…

Introduction to Seaborn in Python

This post is a rough introduction to the Seaborn module in Python. I use it for data visualization, in combination with Pandas. Read the comments to understand my workflow. Any questions you can leave as a comment at the bottom…