Skip to contents

This dataset, japan_population_tbl_df, is a tibble containing Japan’s population over time and space. In this dataset you will find the raw population numbers for the prefectures, going as far back as the 1870s. The dataset preserves the original structure from its source on Kaggle.

Usage

data(japan_population_tbl_df)

Format

A tibble with 2,632 observations and 7 variables:

prefecture

Name of the prefecture (character)

year

Year of the population observation (numeric)

population

Total population in that year (numeric)

capital

Name of the prefectural capital (character)

region

Geographic region of the prefecture (character)

estimated_area

Estimated area of the prefecture in square kilometers (numeric)

island

Name of the island to which the prefecture belongs (character)

Details

The dataset name has been kept as 'japan_population_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.