Student Admission Records
A dataset with duplicate records, missing values, and inconsistencies values
@kaggle.zeeshier_student_admission_records
A dataset with duplicate records, missing values, and inconsistencies values
@kaggle.zeeshier_student_admission_records
CREATE TABLE student_admission_record_dirty (
"name" VARCHAR,
"age" DOUBLE,
"gender" VARCHAR,
"admission_test_score" DOUBLE,
"high_school_percentage" DOUBLE,
"city" VARCHAR,
"admission_status" VARCHAR
);
Anyone who has the link will be able to view this.