Skip to contents

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.

Usage

data(India_census2011_tbl_df)

Format

A tibble with 610 observations and 7 variables:

Ranking

District ranking (numeric)

District

District name (character)

State

State name (character)

Population

Population count (numeric)

Growth

Population growth rate (character)

Sex-Ratio

Sex ratio (number of females per 1000 males) (numeric)

Literacy

Literacy rate (numeric)

Details

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.