WestBengalPop_tbl_df | R Documentation |
This dataset, WestBengalPop_tbl_df, is a tibble containing demographic data for districts of West Bengal, India, based on the 2011 Census. It includes total population, population increase percentage, sex ratio, literacy percentage, and population density for each district.
data(WestBengalPop_tbl_df)
A tibble with 23 observations and 8 variables:
Numeric district code (numeric)
District abbreviation (character)
Full district name (character)
Population in the year 2011 (numeric)
Population increase percentage in 2011 compared to the previous census (numeric)
Sex ratio in 2011, expressed as females per 1,000 males (numeric)
Literacy rate in 2011, expressed as a percentage (numeric)
Population density in 2011 (persons per square kilometer) (numeric)
The dataset name has been kept as 'WestBengalPop_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the IndiAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.
Data taken from the mapindia package version 1.0.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.