Baselight

Top 500 Indian Cities

What story do the top 500 cities of India tell to the world?

@kaggle.zed9941_top_500_indian_cities

Cities R2
@kaggle.zed9941_top_500_indian_cities.cities_r2

  • 76.25 KB
  • 493 rows
  • 22 columns
name_of_city

Name Of City

state_code

State Code

state_name

State Name

dist_code

Dist Code

population_total

Population Total

population_male

Population Male

population_female

Population Female

n_0_6_population_total

0-6 Population Total

n_0_6_population_male

0-6 Population Male

n_0_6_population_female

0-6 Population Female

literates_total

Literates Total

literates_male

Literates Male

literates_female

Literates Female

sex_ratio

Sex Ratio

child_sex_ratio

Child Sex Ratio

effective_literacy_rate_total

Effective Literacy Rate Total

effective_literacy_rate_male

Effective Literacy Rate Male

effective_literacy_rate_female

Effective Literacy Rate Female

location

Location

total_graduates

Total Graduates

male_graduates

Male Graduates

female_graduates

Female Graduates

Abohar 3PUNJAB914523876840683981587085877283103319583474497289084879.8685.4973.5930.1452928,74.19930431628786127675
Achalpur 27MAHARASHTRA71122935825654037118106186562492433493474308692890991.9994.778921.257584,77.5086754886352693594
Adilabad 28ANDHRA PRADESH11173885923258156131036731637283955462953766098294780.5188.1872.7319.0809075,79.5603441056567973768
Adityapur 20JHARKHAND241739889149582493230421206310979125985714705451590291083.4689.9876.2322.7834741,86.157688919225121897036
Adoni 28ANDHRA PRADESH21166537827438379418406935590511012925620345089101396868.3876.5860.3315.6322227,77.27283681190278714031
Agartala 16TRIPURA1399688199616200072336351734116294343633174524169109100294093.8895.7592.0223.831457,91.2867777527113021522496
Agra 9UTTAR PRADESH1515745428497717247711865161052798123788053050380537672585377263.4467.6758.5427.1766701,78.008074518581310608279731
Ahmadabad 24GUJARAT755705852935869263471658907631791727115944643032459823200448089785389.6293.9684.8123.022505,72.5713621769858435267334591
Ahmadnagar 27MAHARASHTRA2635090517975517115036712197481696428746815281913464995285991.4995.5187.3319.0952075,74.7495916516612983221829
Aizawl 15MIZORAM3291822143803148019351471766717480253588125256128332102998998.899.398.3123.727107,92.7176389268321490011932

CREATE TABLE cities_r2 (
  "name_of_city" VARCHAR,
  "state_code" BIGINT,
  "state_name" VARCHAR,
  "dist_code" BIGINT,
  "population_total" BIGINT,
  "population_male" BIGINT,
  "population_female" BIGINT,
  "n_0_6_population_total" BIGINT,
  "n_0_6_population_male" BIGINT,
  "n_0_6_population_female" BIGINT,
  "literates_total" BIGINT,
  "literates_male" BIGINT,
  "literates_female" BIGINT,
  "sex_ratio" BIGINT,
  "child_sex_ratio" BIGINT,
  "effective_literacy_rate_total" DOUBLE,
  "effective_literacy_rate_male" DOUBLE,
  "effective_literacy_rate_female" DOUBLE,
  "location" VARCHAR,
  "total_graduates" BIGINT,
  "male_graduates" BIGINT,
  "female_graduates" BIGINT
);

Share link

Anyone who has the link will be able to view this.