Skip to main content

A package to find out the true extent of the damage caused by Covid-19 to the country.

Project description

Lostlifevalue

1 .Dataset

Population: https://www.worldometers.info/world-population/population-by-country/
VSL,GNI: https://law.vanderbilt.edu/phd/faculty/w-kip-viscusi/355_Income_Elasticities_and_Global_VSL.pdf
deaths: https://github.com/owid/covid-19-data/blob/master/public/data/jhu/total_deaths.csv

2. Package

This package is designed to calculate the value of lives lost due to Covid-19 and to determine how much damage the country has suffered in terms of GNI ratio.
To calculate the value of a life, we use an index called VSL. This index stands for value of statistical life, and represents the value of a human life. Using this VSL data and the number of deaths due to Covid-19, we can calculate the value of lives lost due to Covid-19.
The following indicators are used in this package.
deaths
VSL ($/million)
GNI ($/thousand)
Population(/100000)
eloss_total(VSL * deaths)
GNI_total(GNI * Population)
eDamage_per_GNI(eloss_total/GNI_total)

3. How to rum?

You can use this package easily.
First, use this command to download the package.
$ pip install lostlifevalue
Next, run this command.
$ lostlifevalue
When you run the above command, you will be asked a question like the one in the image.
スクリーンショット 2022-01-26 19 21 14
This will ask you which value you want to sort the table by, so follow the instructions and enter your choice of deaths, VSL, or eDamage_per_GNI.
スクリーンショット 2022-01-12 1 18 05

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lostlifevalue-0.0.7.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distributions

lostlifevalue-0.0.7-py3.8.egg (4.2 kB view hashes)

Uploaded Source

lostlifevalue-0.0.7-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page