Baselight

Indian Prison Statistics

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

@kaggle.rajanand_prison_in_india

Education Facilities
@kaggle.rajanand_prison_in_india.education_facilities

  • 10.74 KB
  • 445 rows
  • 6 columns
state_name

State Name

year

Year

elementary_education

Elementary Education

adult_education

Adult Education

higher_education

Higher Education

computer_course

Computer Course

Andhra Pradesh20012699216130152
Andhra Pradesh20022420474539634
Andhra Pradesh20031606759436939
Andhra Pradesh20045950821330530
Andhra Pradesh20053720109623891
Andhra Pradesh20063622221144416
Andhra Pradesh200755702558749416
Andhra Pradesh2008245318493875156
Andhra Pradesh2009216219585533307
Andhra Pradesh2010345711828530175

CREATE TABLE education_facilities (
  "state_name" VARCHAR,
  "year" BIGINT,
  "elementary_education" BIGINT,
  "adult_education" BIGINT,
  "higher_education" BIGINT,
  "computer_course" BIGINT
);

Share link

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