Skip to contents

This dataset, Top500Cities_tbl_df, is a tibble containing demographic and literacy data for the top 500 cities in India. It includes population counts by gender and age group, literacy rates, sex ratios, graduation counts, and location information. The dataset preserves the original structure from its source on Kaggle.

Usage

data(Top500Cities_tbl_df)

Format

A tibble with 493 observations and 22 variables:

name_of_city

Name of the city (character)

state_code

State code (numeric)

state_name

Name of the state (character)

dist_code

District code (numeric)

population_total

Total population (numeric)

population_male

Male population (numeric)

population_female

Female population (numeric)

0-6_population_total

Total population aged 0-6 years (numeric)

0-6_population_male

Male population aged 0-6 years (numeric)

0-6_population_female

Female population aged 0-6 years (numeric)

literates_total

Total literates (numeric)

literates_male

Male literates (numeric)

literates_female

Female literates (numeric)

sex_ratio

Sex ratio (females per 1000 males) (numeric)

child_sex_ratio

Child sex ratio (females per 1000 males) (numeric)

effective_literacy_rate_total

Effective literacy rate total (numeric)

effective_literacy_rate_male

Effective literacy rate for males (numeric)

effective_literacy_rate_female

Effective literacy rate for females (numeric)

location

Location coordinates or description (character)

total_graduates

Total number of graduates (numeric)

male_graduates

Number of male graduates (numeric)

female_graduates

Number of female graduates (numeric)

Details

The dataset name has been kept as 'Top500Cities_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.