Baselight

Indian Prison Statistics

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

@kaggle.rajanand_prison_in_india

Education
@kaggle.rajanand_prison_in_india.education

  • 32.97 KB
  • 5346 rows
  • 9 columns
state_name

State Name

is_state

Is State

year

Year

gender

Gender

education

Education

convicts

Convicts

under_trial

Under Trial

detenues

Detenues

others

Others

A & N Islands2001FemaleBelow Class X
A & N Islands2001FemaleClass X and above but below graduate21
A & N Islands2001FemaleGraduate
A & N Islands2001FemaleHolding technical degree/diploma etc
A & N Islands2001FemaleIlliterate
A & N Islands2001FemalePost-Graduate1
A & N Islands2001MaleBelow Class X148
A & N Islands2001MaleClass X and above but below graduate153112
A & N Islands2001MaleGraduate4339
A & N Islands2001MaleHolding technical degree/diploma etc

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

Share link

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