Spotting trends in the manufacturing growth dynamics: Which region grew the fastest?

Table of contents TL;DR I use the visualization of the EU countries’ manufacturing growth rate with a pandas/matplotlib bar chart to show that the performance mostly depends on geographical position: the East beats the South. Long Description In the previous project, I plotted the growth dynamics of the EU countries’ industry production manufacturing branch, measured…

 Continue reading

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