From 2fe808b0abd49d72ff53e9027b3872d3d86472b3 Mon Sep 17 00:00:00 2001 From: miguelmque Date: Mon, 27 Sep 2021 22:06:53 -0500 Subject: [PATCH] adding a most suitable word --- 3-Data-Visualization/09-visualization-quantities/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-Data-Visualization/09-visualization-quantities/README.md b/3-Data-Visualization/09-visualization-quantities/README.md index e8a7ccab..94ff13c9 100644 --- a/3-Data-Visualization/09-visualization-quantities/README.md +++ b/3-Data-Visualization/09-visualization-quantities/README.md @@ -125,7 +125,7 @@ While line and scatter plots can display information about data values and their > How many are there of the various genus and orders in Linnaeus's terminology? ## Explore bar charts -Bar charts are very useful when you need to show groupings of data. Let's explore the categories of birds that exist in this dataset to see which is the most common by number. +Bar charts are practical when you need to show groupings of data. Let's explore the categories of birds that exist in this dataset to see which is the most common by number. In the notebook file, create a basic bar chart