10.7 Counting Groups

ds %>%
  count(location) %>%
  sample_frac()
## # A tibble: 49 × 2
##    location         n
##    <chr>        <int>
##  1 Cobar         4500
##  2 Brisbane      4684
##  3 Albany        4530
##  4 Darwin        4684
##  5 MountGambier  4530
##  6 Cairns        4531
##  7 Nuriootpa     4499
##  8 WaggaWagga    4500
##  9 Nhil          3069
## 10 Richmond      4500
## # … with 39 more rows


Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0