From 2f1d0409f771d41ff41cb248fe9b7092bb193060 Mon Sep 17 00:00:00 2001 From: miguelmque Date: Mon, 27 Sep 2021 22:20:23 -0500 Subject: [PATCH] changing for better cohesion --- 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 3050020..917bbb3 100644 --- a/3-Data-Visualization/09-visualization-quantities/README.md +++ b/3-Data-Visualization/09-visualization-quantities/README.md @@ -157,7 +157,7 @@ category_count.plot.barh() ``` ![category and length](images/category-counts.png) -This bar chart shows a good view of the amount of birds in each category. In a blink of an eye, you see that the largest number of birds in this region are in the Ducks/Geese/Waterfowl category. Minnesota is the 'land of 10,000 lakes' so this isn't surprising! +This bar chart shows a good view of the number of birds in each category. In a blink of an eye, you see that the largest number of birds in this region are in the Ducks/Geese/Waterfowl category. Minnesota is the 'land of 10,000 lakes' so this isn't surprising! Try some other counts on this dataset. Does anything surprise you?