Baselight

Indian Prison Statistics

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

@kaggle.rajanand_prison_in_india

Religion
@kaggle.rajanand_prison_in_india.religion

  • 28.71 KB
  • 4460 rows
  • 8 columns
state_name

State Name

is_state

Is State

year

Year

gender

Gender

convicts

Convicts

under_trial

Under Trial

detenues

Detenues

others

Others

2001FemaleChristian
2001FemaleHindu31
2001FemaleMuslim
2001FemaleOthers
2001FemaleSikh
2001MaleChristian2723
2001MaleHindu4644
2001MaleMuslim1618
2001MaleOthers12379
2001MaleSikh21

CREATE TABLE religion (
  "state_name" BIGINT,
  "is_state" BIGINT,
  "year" VARCHAR,
  "gender" VARCHAR,
  "convicts" BIGINT,
  "under_trial" BIGINT,
  "detenues" BIGINT,
  "others" BIGINT
);

Share link

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