WORKFLOW
Select Elements in a Dataset
By Name or Index...
Setup
Get a Dataset of animal weights from the Wolfram Data Repository:
Get a single element
Get the body weight of the item in the first row:
Get multiple elements as a Dataset
Get the body weights of the entries in the first and third rows:
Get the body weights of the entries in the first to third rows:
- The values returned here are Dataset objects.
Get multiple elements as a List
By Selection Criteria...
Setup
Get a Dataset of animal weights from the Wolfram Data Repository:
Get selected elements as a Dataset
Get the animals whose brain weight is greater than 1000g:
Get the animal with the greatest brain weight:
Get the body weight of an African elephant: