Layout of Dataset Objects
Version 11 provides a new layout for Dataset objects.
Load a dataset of the solar system planets and their properties.
In[1]:=
planets = ExampleData[{"Dataset", "Planets"}]
Out[1]=
Explore the dataset by clicking different labels.
Click the label "Mass" to reduce the layout to the masses of the planets only.
Out[7]=
Visit the dataset by clicking the label "13 total" to see all the moons of Neptune.
Out[9]=