Indian Prison Population Stats
statewise prison population as of 31 Dec 2020
@kaggle.kkhandekar_indian_prison_population_stats
statewise prison population as of 31 Dec 2020
@kaggle.kkhandekar_indian_prison_population_stats
A pre-cleaned data of state wise Indian prison population stats as of 31 Dec 2020. This data is categorized as per gender & age group
CREATE TABLE indianprisonstats_31122020 (
"state_ut" VARCHAR,
"n_16_18_years_male" BIGINT -- 16 -18 Years - Male,
"n_16_18_years_female" BIGINT -- 16 -18 Years - Female,
"n_16_18_years_transgender" BIGINT -- 16 -18 Years - Transgender,
"n_16_18_years_total" BIGINT -- 16 -18 Years - Total,
"n_18_30_years_male" BIGINT -- 18 - 30 Years - Male,
"n_18_30_years_female" BIGINT -- 18 - 30 Years - Female,
"n_18_30_years_transgender" BIGINT -- 18 - 30 Years - Transgender,
"n_18_30_years_total" BIGINT -- 18 - 30 Years - Total,
"n_30_50_years_male" BIGINT -- 30-50 Years - Male,
"n_30_50_years_female" BIGINT -- 30-50 Years - Female,
"n_30_50_years_transgender" BIGINT -- 30-50 Years - Transgender,
"n_30_50_years_total" BIGINT -- 30-50 Years - Total,
"n_50_years_above_male" BIGINT -- 50 Years \u0026 Above - Male,
"n_50_years_above_female" BIGINT -- 50 Years \u0026 Above - Female,
"n_50_years_above_transgender" BIGINT -- 50 Years \u0026 Above - Transgender,
"n_50_years_above_total" BIGINT -- 50 Years \u0026 Above - Total,
"total_all_age_groups_male" BIGINT -- Total (All Age-Groups) - Male,
"total_all_age_groups_female" BIGINT -- Total (All Age-Groups) - Female,
"total_all_age_groups_transgender" BIGINT -- Total (All Age-Groups) - Transgender,
"total_all_age_groups_total" BIGINT -- Total (All Age-Groups) - Total
);Anyone who has the link will be able to view this.