Skip to content

Commit 9120081

Browse files
authored
Update notebook.ipynb
Corrected a minor typo
1 parent 47a4b85 commit 9120081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-Introduction/01-defining-data-science/notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"source": [
116116
"## Step 3: Getting Insights\r\n",
117117
"\r\n",
118-
"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",
118+
"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",
119119
"\r\n",
120120
"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: "
121121
],

0 commit comments

Comments
 (0)