Top 500 Indian Cities
What story do the top 500 cities of India tell to the world?
@kaggle.zed9941_top_500_indian_cities
What story do the top 500 cities of India tell to the world?
@kaggle.zed9941_top_500_indian_cities
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
);
Anyone who has the link will be able to view this.