Sample Data: Animal Weights

Source Notebook

Brain and body weights for 28 animal species

Originator: P. J. Rousseeuw and A. M. Leroy

(3 columns, 28 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Sample Data: Animal Weights"]
Out[1]=

View the data:

In[2]:=
ResourceData["Sample Data: Animal Weights"]
Out[2]=

Visualization

Compare animals with brains weighing over 600 grams:

In[3]:=
With[{weights = ResourceData["Sample Data: Animal Weights"][
    Select[#BrainWeight > Quantity[600, "grams"] &]]}, BarChart[Sort@weights[All, "BrainWeight"], ChartLabels -> Normal@weights[All, "Species"], AxesLabel -> Automatic]]
Out[3]=

Wolfram Research, "Sample Data: Animal Weights" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.43616.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information