Skip to contents

This dataset, life_exp_japan_tbl_df, is a tibble containing life expectancy and related economic and social indicators for Japan's 47 prefectures as of 2020. It includes variables on healthcare infrastructure, education levels, income, public spending, and environmental indicators. The dataset preserves the original structure from its source on Kaggle.

Usage

data(life_exp_japan_tbl_df)

Format

A tibble with 47 observations and 23 variables:

Prefecture

Name of the Japanese prefecture (character)

Life_expectancy

Average life expectancy (numeric)

Physician

Number of physicians per 100,000 people (numeric)

Junior_col

Number of junior colleges (numeric)

University

Number of universities (numeric)

Public_Hosp

Number of public hospitals (numeric)

Pshic_hosp

Number of psychiatric hospitals (numeric)

Beds_psic

Number of psychiatric hospital beds (numeric)

Nurses

Number of nurses per 100,000 people (numeric)

Avg_hours

Average weekly working hours (numeric)

Salary

Average annual salary (numeric)

Elementary_school

Number of elementary schools (numeric)

Sport_fac

Number of sports facilities (numeric)

Park

Number of parks (numeric)

Forest

Percentage of forest area (numeric)

Income_per capita

Per capita income (numeric)

Density_pop

Population density (people per km²) (numeric)

Hospitals

Total number of hospitals (numeric)

Beds

Total number of hospital beds (numeric)

Ambulances

Number of ambulances (numeric)

Health_exp

Health expenditure per capita (numeric)

Educ_exp

Education expenditure per capita (numeric)

Welfare_exp

Welfare expenditure per capita (numeric)

Details

The dataset name has been kept as 'life_exp_japan_tbl_df' to maintain consistency with the naming conventions in the JapanAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.