Learn practical skills, build real-world projects, and advance your career

Exoplanets discovered so far

This project focusses on a dataset which contains data on all discovered "exoplanets", i.e, planets outside the Solar System. We are about to analyse their properties such as mass, temperature, size, etc and find out how common these properties are with our own Earth and Sun. This enables us to understand the conditions necessary for the formation of planets.

Downloading the Dataset

this dataset csv was downloaded from https://download.data.world/file_download/markmarkoh/kepler-confirmed-planets/planets.csv

!pip install jovian opendatasets --upgrade --quiet
ERROR: kaggle 1.5.8 has requirement urllib3<1.25,>=1.21.1, but you'll have urllib3 1.25.10 which is incompatible.

Let us save and upload our work to Jovian before continuing.

project_name = "exoplanets_" # change this (use lowercase letters and hyphens only)