Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Let's start by importing the <em>pandas</em> and the Numpy libraries."
importing the <em>pandas</em> and the Numpy libraries."
]
},
{
Expand All @@ -30,7 +30,7 @@
"source": [
"We will be using the dataset provided in the assignment\n",
"\n",
"<strong>The dataset is about the compressive strength of different samples of concrete based on the volumes of the different ingredients that were used to make them. Ingredients include:</strong>\n",
"<strong>The dataset is about the compressive strength of different samples of concrete based on the volumes of the different . Ingredients include:</strong>\n",
"\n",
"<strong>1. Cement</strong>\n",
"\n",
Expand All @@ -51,7 +51,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Let's read the dataset into a <em>pandas</em> dataframe."
"read the dataset into a <em>pandas</em> dataframe."
]
},
{
Expand Down