From c8dfb24b77058ae47e7d851e59642b92d9ecce15 Mon Sep 17 00:00:00 2001 From: c3999b8e2c915bb9cd7c17fe013dc1a2 Date: Thu, 30 Dec 2021 13:31:25 +0000 Subject: [PATCH] Last question --- module3/exo3/exercice.ipynb | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index 84c47cb..628c459 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -227,6 +227,19 @@ "labs(y=\"Workers' purchase power (Quarter per week)\")" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "From the previous curve, the number of quarters the workers can buy with their week wages significantly increase over the time however, a noticeable fall is reported from 1775 to 1800\n", + "\n", + "**Which plot seems to be clear**\n", + "\n", + "The most clearest one is the plot of the amount of the quarters acquirable workers in a week over the time.\n", + "\n", + "* The plot representing the wheat and wage on two different axis is not insightful enough to capture the rate of the variance of the two analyzed quantities to draw out the augmentation over the time of the purchase power. On the other hand, the ratio between the wheat and wages is much more expressive and directly grasp the gap between the two trend of the studied quantities." + ] + }, { "cell_type": "code", "execution_count": null, -- 2.18.1