SIT Student Information
Diversity Analysis of Students in Institute
@kaggle.pclatane_sit_student_information
Diversity Analysis of Students in Institute
@kaggle.pclatane_sit_student_information
The proposed work aims to create a dataset linked to the Student Information context, in particular to the diversity analysis, in order to give to the research community an initial dataset to use in their application.
CREATE TABLE sit_student_information (
"timestamp" TIMESTAMP,
"name" VARCHAR,
"age" BIGINT,
"gender" VARCHAR,
"email" VARCHAR,
"branch" VARCHAR,
"year" VARCHAR,
"taluka" VARCHAR,
"district" VARCHAR,
"state" VARCHAR,
"cast" VARCHAR
);
Anyone who has the link will be able to view this.