igorkruglyak / place_to_live

Analysis of the characteristics of different countries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Maintenance Maintainability made-with-python GitHub stars GitHub contributors GitHub issues

This project is about countries with the high quality of life. The analysis is performed based on numbeo's data. Additionally, freedomhouse's score for each country is included.

  1. About Quality of Life Indices -

    Quality of Life Index (higher is better) is an estimation of overall quality of life by using an empirical formula which takes into account:

    1. purchasing power index (higher is better)
    2. safety index (higher is better)
    3. health care index (higher is better)
    4. climate index (higher is better)
    5. cost of living index (lower is better)
    6. house price to income ratio (lower is better)
    7. traffic commute time index (lower is better)
    8. pollution index (lower is better)
  2. Freedomhouse aggregate Score (0=Least Free, 100=Most Free)

Want to see where the quality of life is higher?

  1. Install Python 3.7
  2. Create and activate the virtual environment
  3. Install requirements for the project: pip install -r requirements.txt
  4. python where.py

About

Analysis of the characteristics of different countries

License:MIT License


Languages

Language:Python 100.0%