You need to sign in or sign up before continuing.
Commit 6558b738 authored by Waad ALMASRI's avatar Waad ALMASRI
parents 25932966 793ae969
...@@ -1043,7 +1043,8 @@ ...@@ -1043,7 +1043,8 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "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 @@ ...@@ -4105,6 +4106,13 @@
"plt.xticks(rotation=90)" "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", "cell_type": "code",
"execution_count": 31, "execution_count": 31,
...@@ -4146,7 +4154,7 @@ ...@@ -4146,7 +4154,7 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Word Cloud\n", "## 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."
] ]
}, },
{ {
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment