From 912008158885fac45196862587c946ae4a6392ad Mon Sep 17 00:00:00 2001 From: Anurag <60142546+blurrydev@users.noreply.github.com> Date: Tue, 14 Dec 2021 14:18:05 +0530 Subject: [PATCH] Update notebook.ipynb Corrected a minor typo --- 1-Introduction/01-defining-data-science/notebook.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-Introduction/01-defining-data-science/notebook.ipynb b/1-Introduction/01-defining-data-science/notebook.ipynb index 1d1850e..cf3988e 100644 --- a/1-Introduction/01-defining-data-science/notebook.ipynb +++ b/1-Introduction/01-defining-data-science/notebook.ipynb @@ -115,7 +115,7 @@ "source": [ "## Step 3: Getting Insights\r\n", "\r\n", - "The most important step is to turn our data into some for from which we can draw insights. In our case, we want to extract keywords from the text, and see which keywords are more meaningful.\r\n", + "The most important step is to turn our data into some form from which we can draw insights. In our case, we want to extract keywords from the text, and see which keywords are more meaningful.\r\n", "\r\n", "We will use Python library called [RAKE](https://github.com/aneesha/RAKE) for keyword extraction. First, let's install this library in case it is not present: " ],