Skip to content

Commit 3db7d6d

Browse files
intro bug hunt r version
1 parent 532c82b commit 3db7d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ counts... But perhaps, seeing these numbers, we became curious about the
669669
*percentage* of the population of Canada associated with each count. It is
670670
common to come up with new data analysis questions in the process of answering
671671
a first one—so fear not and explore! To answer this small
672-
question-along-the-way, we need to divide each count in the `mother_tongue`
672+
question along the way, we need to divide each count in the `mother_tongue`
673673
column by the total Canadian population according to the 2016
674674
census—i.e., 35,151,728—and multiply it by 100. We can perform
675675
this computation using the code `100 * ten_lang["mother_tongue"] / canadian_population`.
@@ -829,7 +829,7 @@ before moving on with further steps.
829829

830830
```{index} visualization
831831
```
832-
We have now answered our initial question by generating the `ten_lang` table!
832+
The `ten_lang` table answers our initial data analysis question.
833833
Are we done? Well, not quite; tables are almost never the best way to present
834834
the result of your analysis to your audience. Even the `ten_lang` table with
835835
only two columns presents some difficulty: for example, you have to scrutinize

0 commit comments

Comments
 (0)