India_census2011_tbl_df: Indian Districts Population Data (2011 Census)

India_census2011_tbl_dfR Documentation

Indian Districts Population Data (2011 Census)

Description

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.

Source

Data obtained from Kaggle: https://www.kaggle.com/datasets/shiivvvaam/indian-districts-population-data


IndiAPIs documentation built on Aug. 26, 2025, 5:08 p.m.