charitarthchugh / exo-eda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exoplanet Exploratory Data Analysis (i.e. exo-eda)

MIT License Open In Colab Open In Kaggle

An EDA of the [NASA Exoplanet Archive](https://exoplanetarchive.ipac.caltech.edu/)

Run Locally

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

Acknowledgements

  • This data is made available to the community through the NASA Exoplanet Archive on behalf of the KELT project team.

Authors

License

MIT

About


Languages

Language:Jupyter Notebook 100.0%