Different countries’ growth dynamics at a glance with bar charts

Table of contents TL;DR I use pandas’ interface to the matplotlib library to create bar charts that visualize the manufacturing growth dynamics of European countries. Long Description I read in the dataframe that contains the slope and intercept parameter values from the linear regression with scikit-learn that I performed in the last project. Using the…

 Continue reading

Exploring the industry production history with EDA

Table of contents TL;DR I use statistical and graphical tools to perform exploratory data analysis (EDA) on the EU industry production dataset as a starting point for modeling the time series. Long Description With the help of the pandas describe method and the matplotlib package I explore the statistics of the EU industry production dataset,…

 Continue reading