Exoplanets

Description
This project focuses on data wrangling as much as the exoplanet topic. The data was then loaded into a Postgres database.
Postgres Screenshots
Data
The data was retrieved from api.nasa.gov and requires a login.
The folder containing the three CSV files is a part of this repository.
The exoplanet function wrapper used by the nasapy module is deprecated by a change at Cal Tech
EDA
A minimal pandas-profiling report is available.
Code
The code is a python program created in Jupyter notebook. To view the pandas-profile, you will need to download and view in Jupyter notebook or use the link on the next line.
If you have trouble with GitHub rendering the file, please try here.
Documentation
The final report analysis is included.
Instructions
To run this notebook locally, install Jupyter, download the data set, change the file location to load the code and data, and install all the library dependencies.
Try Anaconda.
Tools
- Python
- Jupyter Notebook
- Nasapy