CBSE Class-X Result Data
CBSE Class-X Result Dataset Shows Pass Rates and Distribution Among schools.
@kaggle.dev523_cbse_class_x_result_data
CBSE Class-X Result Dataset Shows Pass Rates and Distribution Among schools.
@kaggle.dev523_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.
CREATE TABLE data (
"region" VARCHAR,
"status" VARCHAR,
"ctsa" BIGINT,
"govt" BIGINT,
"govt_aided" BIGINT,
"independent" BIGINT,
"jnv" BIGINT,
"kv" BIGINT
);Anyone who has the link will be able to view this.