Sample Data: Solar System Planets and Moons

Sample dataset containing the mass and radius of planets and moons in the Solar System

Originator: Wolfram Research

(3 columns, 8 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Sample Data: Solar System Planets and Moons"]
Out[1]=

View the data:

In[2]:=
ResourceData["Sample Data: Solar System Planets and Moons"][{"Earth", "Mars"}]
Out[2]=

Analysis

Find the radii of all the planets:

In[3]:=
ResourceData[
  "Sample Data: Solar System Planets and Moons"][All, "Radius"]
Out[3]=

Find the total mass of all moons for each planet:

In[4]:=
ResourceData[
  "Sample Data: Solar System Planets and Moons"][All, "Moons", Total, \
"Mass"]
Out[4]=

Get a dataset with moons that are more than 1% of the mass of Earth:

In[5]:=
ResourceData[
  "Sample Data: Solar System Planets and Moons"][All, "Moons", Select[#Mass > Quantity[0.01, "EarthMass"] &]]
Out[5]=

Wolfram Research, "Sample Data: Solar System Planets and Moons" from the Wolfram Data Repository (2017)   https://doi.org/10.24097/wolfram.22380.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information