This dataset, chinese_cities_tbl_df, is a tibble that contains information about 367 prominent cities in China. Each row represents a city and includes geographic coordinates (latitude and longitude), administrative information, and population data. The dataset is a tibble (special type of data frame) that preserves the original structure from its source simplemaps.
Usage
data(chinese_cities_tbl_df)
Format
A tibble with 367 observations and 9 variables:
- city
City name in English (character)
- lat
Latitude coordinate (numeric)
- lng
Longitude coordinate (numeric)
- country
Country name (always "China" in this dataset) (character)
- iso2
2-letter country code (always "CN" in this dataset) (character)
- admin_name
Administrative division name (province or equivalent) (character)
- capital
Administrative capital status (character)
- population
City population estimate (numeric)
- population_proper
City proper population estimate (numeric)
Source
Data obtained from simplemaps: https://simplemaps.com/data/cn-cities