/dashing-planets

Using Python's Pandas and Plotly's Dash to make planetary data look...well... dashing. ;)

Primary LanguagePythonApache License 2.0Apache-2.0

#Dashing Planets

##The 1-2-Go

To play with the planet data, just clone the repo down to your machine. If you have a Mac, you can run the code quickly with this: python planet_dataframe.py in your terminal, and then copy the local server address it provides you when it boots up. For a Windows machine, follow the link provided here.

Note: If you brew Python, you might need to use python2 or python3 instead of just python depending on how you've set up your dev environment.