From 793ae969d6fdfe2c67bf5d987a0e4ea6ea2db38a Mon Sep 17 00:00:00 2001 From: da2bcc7bce9e6c165b2e2847d19f3af0 Date: Tue, 25 Aug 2020 06:53:44 +0000 Subject: [PATCH] jupyter notebook updated --- module2/exo4/exercice.ipynb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/module2/exo4/exercice.ipynb b/module2/exo4/exercice.ipynb index cbf4b43..469582f 100644 --- a/module2/exo4/exercice.ipynb +++ b/module2/exo4/exercice.ipynb @@ -1043,7 +1043,8 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Représentations graphiques " + "## Représentations graphiques \n", + "We will start by plotting the Nbr of jobs per year of New York versus Texas." ] }, { @@ -4105,6 +4106,13 @@ "plt.xticks(rotation=90)" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now let us compare the distribution of the Republican versus Democrat in the top 7 US states" + ] + }, { "cell_type": "code", "execution_count": 31, @@ -4146,7 +4154,7 @@ "metadata": {}, "source": [ "## Word Cloud\n", - "We could have also foud the top states ad top jobs using word cloud." + "We could have also found the top states ad top jobs using word cloud." ] }, { -- 2.18.1