From a44c2a2a99faa4af802a003bfb6c98fc4dca0902 Mon Sep 17 00:00:00 2001 From: Eric <86199045+EricLin0619@users.noreply.github.com> Date: Tue, 4 Oct 2022 10:30:01 +0800 Subject: [PATCH] Update Overlaid_Graphs.ipynb --- data8/visualization/Overlaid_Graphs.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data8/visualization/Overlaid_Graphs.ipynb b/data8/visualization/Overlaid_Graphs.ipynb index def6e87..4719571 100644 --- a/data8/visualization/Overlaid_Graphs.ipynb +++ b/data8/visualization/Overlaid_Graphs.ipynb @@ -429,7 +429,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The two distributions are quite different. California has higher percents in the `API` and `Hispanic` categories, and correspondingly lower percents in the`Black` and `White` categories. The percents in the `Other` category are quite similar in the two populations. The differences are largely due to California's geographical location and patterns of immigration and migration, both historically and in more recent decades. \n", + "The two distributions are quite different. California has higher percents in the `API` and `Hispanic` categories, and correspondingly lower percents in the`Black` and `White` categories. the percents in the `Other` category are quite similar in the two populations. The differences are largely due to California's geographical location and patterns of immigration and migration, both historically and in more recent decades. \n", "\n", "As you can see from the graph, almost 40% of the Californian population in 2019 was `Hispanic`. A comparison with the population of children in the state indicates that the `Hispanic` proportion is likely to be greater in future years. Among Californian children in 2019, more than 50% were in the `Hispanic` category." ]