An EDA of the [NASA Exoplanet Archive](https://exoplanetarchive.ipac.caltech.edu/)
Clone the project
git clone https://github.com/charitarthchugh/exo-eda
Go to the project directory
cd exo-eda
Create a new virtual environment & install dependencies using:
- Poetry (recommended)
poetry install
- or venv
python3 -m venv .venv
source .venv/bin/activate # Change this for your respective shell, if neeeded
pip install -r requirements.txt
Open the Jupyter Notebook
jupyter notebook
- This data is made available to the community through the NASA Exoplanet Archive on behalf of the KELT project team.