Skip to content

charitarthchugh/exo-eda

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published