Baselight

CBSE Class-X Result Data

CBSE Class-X Result Dataset Shows Pass Rates and Distribution Among schools.

@kaggle.dev523_cbse_class_x_result_data

Loading...
Loading...

About this Dataset

CBSE Class-X Result Data

The provided dataset contains information related to CBSE Class-X results for schools in the different regions. The data includes the number of students who registered and appeared for the exam, as well as the pass rates for schools categorized as GOVT, GOVT AIDED, INDEPENDENT, JNV, KV, and CTSA (Central Tibetan School Administration). The abbreviations "Regd." and "Appd." stand for "Registered" and "Appeared," respectively, and the remaining columns correspond to the various school categories.

Tables

Data

@kaggle.dev523_cbse_class_x_result_data.data
  • 7.03 KB
  • 48 rows
  • 8 columns
Loading...

CREATE TABLE data (
  "region" VARCHAR,
  "status" VARCHAR,
  "ctsa" BIGINT,
  "govt" BIGINT,
  "govt_aided" BIGINT,
  "independent" BIGINT,
  "jnv" BIGINT,
  "kv" BIGINT
);

Share link

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