IIT Admissions Dataset - 200,000 Students
"Dataset of 200,000 Students: Field of Study, Specialization, Fees, Discounts"
@kaggle.goyaladi_iit_admissions_dataset
"Dataset of 200,000 Students: Field of Study, Specialization, Fees, Discounts"
@kaggle.goyaladi_iit_admissions_dataset
CREATE TABLE student_data (
"student_id" BIGINT,
"student_name" VARCHAR,
"date_of_birth" TIMESTAMP,
"field_of_study" VARCHAR,
"year_of_admission" BIGINT,
"expected_year_of_graduation" BIGINT,
"current_semester" BIGINT,
"specialization" VARCHAR,
"fees" BIGINT,
"discount_on_fees" BIGINT
);
Anyone who has the link will be able to view this.