Introduction

Not very long ago, the first people to discover exoplanets and jumpstart the hunt for worlds much like our own has won the Nobel Prize for Physics.

Exploring distant worlds not only enhances our scientific knowledge, but also is fascinating in the own sense. It speaks to our common sense of curiosity and adventure into the unknown. In these times of pandemic and divisiveness, perhaps a common fascination of the universe will unite the human race regardless of gender, ethnicity or socio-economic background.

As a data scientist and an astrophysics enthusiast myself, I want to do these findings justice by sharing two key visualizations. The purpose of this blog is to display the power of data visualization to illumninate some of the coolest things we have figured out while picking up some astrophysics knowledge on the way.

The data was collected through the API of NASA’s exoplanet archive. It was modeled through python with the help of excellent open source data-viz engine like Bokeh and Plotly.

Without further ado, let’s arrive at our first visualization, a visualization through space …

Coordinate 3D Scatterplot of Stars that contain Exoplanets

*Note: You can play around with the interactive 3D plot by zooming (mouse wheel), looking around (left mouse) or panning (right mouse). Reset camera to go back to default view and hover in for the finer details for each.

*Here is an extra instance if you want to look at the visualization side by side.

The plot shows a cartesian coordinate of the stars we have encountered which contain exoplanets in its systems. Some interesting points that we can learn from the plot are:

Tabular Scatterplot of Planet Properties & Characteristics

Now that we’ve had a look at the stars, we can get down the the planets. This visualization will show a few select exoplanets characteristics plotted against one another. Discovery Methods are color-coded. The 8 solar system planet values will also be included for extra comparison and intuition.

Now it’s time for the analysis:

Conclusion

Exoplanet detection and analysis is a fascinating young science full of implications. Due to the open-source data policy, anyone can help with the hunt, especially data scientists. We’ve gone through quite a journey with only two visualizations. I hope you had some take aways in both data science and astrophysics. If you would like to see how to create these visualizations for your own use cases, feel free to check out the highly flexible code I used to create them.