Baselight

Indian Prison Statistics

Details of Inmates are classified according to 35+ factors. (35+ csv files)

@kaggle.rajanand_prison_in_india

Sentence Period
@kaggle.rajanand_prison_in_india.sentence_period

  • 38.17 KB
  • 8940 rows
  • 9 columns
state_name

State Name

is_state

Is State

year

Year

gender

Gender

sentence_period

Sentence Period

age_16_18_years

Age 16–18 Years

age_18_30_years

Age 18–30 Years

age_30_50_years

Age 30–50 Years

age_50_above

Age 50 Above

Andhra Pradesh12001MaleCapital Punishment
Andhra Pradesh12001MaleLife Imprisonment6311252212
Andhra Pradesh12001Male10-13 Plus years748010
Andhra Pradesh12001Male7-9 Plus years87858
Andhra Pradesh12001Male5-6 Plus years11310827
Andhra Pradesh12001Male2-4 Plus years313511219
Andhra Pradesh12001Male1 Less than 2 years14012812
Andhra Pradesh12001Male6 months less than 1 Yr.17915941
Andhra Pradesh12001Male3 - 6 months21658442
Andhra Pradesh12001MaleLess than 3 months1157917

CREATE TABLE sentence_period (
  "state_name" VARCHAR,
  "is_state" BIGINT,
  "year" BIGINT,
  "gender" VARCHAR,
  "sentence_period" VARCHAR,
  "age_16_18_years" BIGINT,
  "age_18_30_years" BIGINT,
  "age_30_50_years" BIGINT,
  "age_50_above" BIGINT
);

Share link

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