We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5365616 commit f9e3044Copy full SHA for f9e3044
source/viz.md
@@ -851,8 +851,8 @@ and is just added for readability.
851
852
```{code-cell} ipython3
853
canadian_population = 35_151_728
854
-can_lang["mother_tongue_percent"] = can_lang["mother_tongue"] / canadian_population * 100
855
-can_lang["most_at_home_percent"] = can_lang["most_at_home"] / canadian_population * 100
+can_lang["mother_tongue_percent"] = can_lang["mother_tongue"]/canadian_population*100
+can_lang["most_at_home_percent"] = can_lang["most_at_home"]/canadian_population*100
856
can_lang[["mother_tongue_percent", "most_at_home_percent"]]
857
```
858
0 commit comments