Baselight

Indian Prison Population Stats

statewise prison population as of 31 Dec 2020

@kaggle.kkhandekar_indian_prison_population_stats

Loading...
Loading...

About this Dataset

Indian Prison Population Stats

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

Tables

Indianprisonstats 31122020

@kaggle.kkhandekar_indian_prison_population_stats.indianprisonstats_31122020
  • 18.06 KB
  • 36 rows
  • 21 columns
Loading...

CREATE TABLE indianprisonstats_31122020 (
  "state_ut" VARCHAR,
  "n_16_18_years_male" BIGINT,
  "n_16_18_years_female" BIGINT,
  "n_16_18_years_transgender" BIGINT,
  "n_16_18_years_total" BIGINT,
  "n_18_30_years_male" BIGINT,
  "n_18_30_years_female" BIGINT,
  "n_18_30_years_transgender" BIGINT,
  "n_18_30_years_total" BIGINT,
  "n_30_50_years_male" BIGINT,
  "n_30_50_years_female" BIGINT,
  "n_30_50_years_transgender" BIGINT,
  "n_30_50_years_total" BIGINT,
  "n_50_years_above_male" BIGINT,
  "n_50_years_above_female" BIGINT,
  "n_50_years_above_transgender" BIGINT,
  "n_50_years_above_total" BIGINT,
  "total_all_age_groups_male" BIGINT,
  "total_all_age_groups_female" BIGINT,
  "total_all_age_groups_transgender" BIGINT,
  "total_all_age_groups_total" BIGINT
);

Share link

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