Match each prompt on the left to the Circle of Evaluation used to answer it.

Make a pie-chart, showing the species of the 4 oldest animals.

1

A

(sort (count animals-table "species") "count" false)

Take the 4 heaviest animals and make a box plot of their weight.

2

B

(count (first-n-rows (sort (count animals-table "species") "count" false) 4))

Make a table showing the count of the species in this dataset, sorted from most to least.

3

C

(box-plot (first-n-rows (sort animals-table "pounds" false) 4) "pounds")

Make a table showing the count of the 4 species with the most animals

4

D

(pie-chart (first-n-rows (sort animals-table "age" false) 4))

These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, 1738598, 2031479, and 1501927). CCbadge Bootstrap by the Bootstrap Community is licensed under a Creative Commons 4.0 Unported License. This license does not grant permission to run training or professional development. Offering training or professional development with materials substantially derived from Bootstrap must be approved in writing by a Bootstrap Director. Permissions beyond the scope of this license, such as to run training, may be available by contacting contact@BootstrapWorld.org.