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

Project Title - Happiness Report of World in 2019

It's a project based on the data which I got from https://www.kaggle.com/unsdsn/world-happiness and
in this project I worked on this dataset to get some idea of the world's happiness report.
This will give a brief idea about what factors in which the happiness report is being presented and whether the countries scoring great in this report are actually good in all the factors or not and in what factors some of not so happy countries are actually doing good.

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

import opendatasets as od
od.download(dataset_url)
Please provide your Kaggle credentials to download this dataset. Learn more: http://bit.ly/kaggle-creds Your Kaggle username: Your Kaggle username: Your Kaggle username: Your Kaggle username: Your Kaggle username: Your Kaggle username: Your Kaggle username: Your Kaggle username: amanguptama19c003 Your Kaggle Key: ········ Downloading us-elections-dataset.zip to .\us-elections-dataset
100%|████████████████████████████████████████████████████████████████████████████▉| 36.0M/36.1M [00:51<00:00, 1.38MB/s]
100%|██████████████████████████████████████████████████████████████████████████████| 36.1M/36.1M [00:51<00:00, 739kB/s]

The dataset has been downloaded and extracted.