India_census2011_tbl_df | R Documentation |
This dataset, India_census2011_tbl_df, is a tibble containing population statistics for Indian districts based on the 2011 Census. It includes district ranking, population, growth rate, sex ratio, and literacy statistics for each district. The dataset preserves the original structure from its source on Kaggle.
data(India_census2011_tbl_df)
A tibble with 610 observations and 7 variables:
District ranking (numeric)
District name (character)
State name (character)
Population count (numeric)
Population growth rate (character)
Sex ratio (number of females per 1000 males) (numeric)
Literacy rate (numeric)
The dataset name has been kept as 'India_census2011_tbl_df' to maintain consistency with the naming conventions in the IndiAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.
Data obtained from Kaggle: https://www.kaggle.com/datasets/shiivvvaam/indian-districts-population-data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.