From cf90a4039b6c5e6585dad0353cf683bc9230f661 Mon Sep 17 00:00:00 2001 From: Tanya-18 <71871242+Tanya-18@users.noreply.github.com> Date: Fri, 8 Oct 2021 22:17:46 +0530 Subject: [PATCH] 01/02 requested changes made --- 6-NLP/4-Hotel-Reviews-1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6-NLP/4-Hotel-Reviews-1/README.md b/6-NLP/4-Hotel-Reviews-1/README.md index 0edcde59..393022ae 100644 --- a/6-NLP/4-Hotel-Reviews-1/README.md +++ b/6-NLP/4-Hotel-Reviews-1/README.md @@ -2,7 +2,7 @@ In this section you will use the techniques in the previous lessons to do some exploratory data analysis of a large dataset. Once you have a good understanding of the usefulness of the various columns, you will learn: -- how to remove the not needed columns +- how to remove the unnecessary columns - how to calculate some new data based on the existing columns - how to save the resulting dataset for use in the final challenge