Data Science Student Marks
Performance analysis of data science learners
@kaggle.ayeshaimran123_data_science_student_marks
Performance analysis of data science learners
@kaggle.ayeshaimran123_data_science_student_marks
This dataset is helpful for analyzing grades and learning outcoms, includes the grades and performence information of students pursing data science.
This dataset includes student names or IDs, subject marks, and total scors related to data science cources.
Created to analize the acadmic performance of students and explore factors afecting sucess in data science education.
Colected and compiled for educational and analytical purposes to suport research and student evalution.
CREATE TABLE data_science_student_marks (
"student_id" BIGINT,
"location" VARCHAR,
"age" BIGINT,
"sql_marks" BIGINT,
"excel_marks" BIGINT,
"python_marks" BIGINT,
"power_bi_marks" BIGINT,
"english_marks" BIGINT
);
Anyone who has the link will be able to view this.