This is a simple overview of rental costs for a 1 bed apartment in major european cities.
Data comes from Numbeo: https://www.numbeo.com/cost-of-living/region_prices_by_city?itemId=27®ion=15...
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Quality of Life Index (higher is better) is an estimation of overall quality of life by using an empirical formula which takes into account purchasing power index (higher is better), pollution index (lower is better), house price to income ratio (lower is better), cost of living index (lower is better), safety index (higher is better), health care index (higher is better), traffic commute time index (lower is better) and climate index (higher is better).
Current formula (written in Java programming language):
index.main = Math.max(0, 100 + purchasingPowerInclRentIndex / 2.5 - (housePriceToIncomeRatio * 1.0) - costOfLivingIndex / 10 + safetyIndex / 2.0 + healthIndex / 2.5 - trafficTimeIndex / 2.0 - pollutionIndex * 2.0 / 3.0 + climateIndex / 3.0);
For details how purchasing power (including rent) index, pollution index, property price to income ratios, cost of living index, safety index, climate index, health index and traffic index are calculated please look up their respective pages.
Formulas used in the past
Formula used between June 2017 and Decembar 2017
We decided to decrease weight from costOfLivingIndex in this formula:
index.main = Math.max(0, 100 + purchasingPowerInclRentIndex / 2.5 - (housePriceToIncomeRatio * 1.0) - costOfLivingIndex / 5 + safetyIndex / 2.0 + healthIndex / 2.5 - trafficTimeIndex / 2.0 - pollutionIndex * 2.0 / 3.0 + climateIndex / 3.0);
The World Happiness 2017, which ranks 155 countries by their happiness levels, was released at the United Nations at an event celebrating International Day of Happiness on March 20th. The report continues to gain global recognition as governments, organizations and civil society increasingly use happiness indicators to inform their policy-making decisions. Leading experts across fields – economics, psychology, survey analysis, national statistics, health, public policy and more – describe how measurements of well-being can be used effectively to assess the progress of nations. The reports review the state of happiness in the world today and show how the new science of happiness explains personal and national variations in happiness.
The scores are based on answers to the main life evaluation question asked in the poll. This question, known as the Cantril ladder, asks respondents to think of a ladder with the best possible life for them being a 10 and the worst possible life being a 0 and to rate their own current lives on that scale. The scores are from nationally representative samples for 2017 and use the Gallup weights to make the estimates representative. The columns following the happiness score estimate the extent to which each of six factors – economic production, social support, life expectancy, freedom, absence of corruption, and generosity – contribute to making life evaluations higher in each country than they are in Dystopia, a hypothetical country that has values equal to the world’s lowest national averages for each of the six factors. They have no impact on the total score reported for each country, but they do explain why some countries rank higher than others.
Quality of life index, link: https://www.numbeo.com/quality-of-life/indices_explained.jsp
Happiness store, link: https://www.kaggle.com/unsdsn/world-happiness/home
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Analysis of ‘Socio-Economic Country Profiles’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/nishanthsalian/socioeconomic-country-profiles on 28 January 2022.
--- Dataset description provided by original source is as follows ---
There can be multiple motivations for analyzing country specific data, ranging from identifying successful approaches in healthcare policy to identifying business investment opportunities, and many more. Often, all these various goals would have to analyze a substantially overlapping set of parameters. Thus, it would be very good to have a broad set of country specific indicators at one place.
This data-set is an effort in that direction. Of-course there are still plenty more parameters out there. If anyone is interested to integrate more parameters to this dataset, you are more than welcome.
This dataset contains about 95 statistical indicators of the 66 countries. It covers a broad spectrum of areas including
General Information Broader Economic Indicators Social Indicators Environmental & Infrastructure Indicators Military Spending Healthcare Indicators Trade Related Indicators e.t.c.
This data-set for the year 2017 is an amalgamation of data from SRK's Country Statistics - UNData, Numbeo and World Bank.
The entire data-set is contained in one file described below:
soci_econ_country_profiles.csv - The first column contains the country names followed by 95 columns containing the various indicator variables.
This is a data-set built on top of SRK's Country Statistics - UNData which was primarily sourced from UNData.
Additional data such as "Cost of living index", "Property price index", "Quality of life index" have been extracted from Numbeo and a number of metrics related to "trade", "healthcare", "military spending", "taxes" etc are extracted from World Bank data source. Given that this is an amalgamation of data from three different sources, only those countries(about 66) which have sufficient data across all the three sources are considered.
Please read the Numbeo terms of use and policieshere Please read the WorldBank terms of use and policies here Please read the UN terms of use and policies here
Photo Credits : Louis Maniquet on Unsplash
--- Original source retains full ownership of the source dataset ---
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
This Cost of International Education dataset compiles detailed financial information for students pursuing higher education abroad. It covers multiple countries, cities, and universities around the world, capturing the full tuition and living expenses spectrum alongside key ancillary costs. With standardized fields such as tuition in USD, living-cost indices, rent, visa fees, insurance, and up-to-date exchange rates, it enables comparative analysis across programs, degree levels, and geographies. Whether you’re a prospective international student mapping out budgets, an educational consultant advising on affordability, or a researcher studying global education economics, this dataset offers a comprehensive foundation for data-driven insights.
Column | Type | Description |
---|---|---|
Country | string | ISO country name where the university is located (e.g., “Germany”, “Australia”). |
City | string | City in which the institution sits (e.g., “Munich”, “Melbourne”). |
University | string | Official name of the higher-education institution (e.g., “Technical University of Munich”). |
Program | string | Specific course or major (e.g., “Master of Computer Science”, “MBA”). |
Level | string | Degree level of the program: “Undergraduate”, “Master’s”, “PhD”, or other certifications. |
Duration_Years | integer | Length of the program in years (e.g., 2 for a typical Master’s). |
Tuition_USD | numeric | Total program tuition cost, converted into U.S. dollars for ease of comparison. |
Living_Cost_Index | numeric | A normalized index (often based on global city indices) reflecting relative day-to-day living expenses (food, transport, utilities). |
Rent_USD | numeric | Average monthly student accommodation rent in U.S. dollars. |
Visa_Fee_USD | numeric | One-time visa application fee payable by international students, in U.S. dollars. |
Insurance_USD | numeric | Annual health or student insurance cost in U.S. dollars, as required by many host countries. |
Exchange_Rate | numeric | Local currency units per U.S. dollar at the time of data collection—vital for currency conversion and trend analysis if rates fluctuate. |
Feel free to explore, visualize, and extend this dataset for deeper insights into the true cost of studying abroad!
Not seeing a result you expected?
Learn how you can add new datasets to our index.
This is a simple overview of rental costs for a 1 bed apartment in major european cities.
Data comes from Numbeo: https://www.numbeo.com/cost-of-living/region_prices_by_city?itemId=27®ion=15...