Education In Egypt
@kaggle.mohamedalabasy_education_in_egypt
@kaggle.mohamedalabasy_education_in_egypt
Description: This dataset contains information about 50,000 students in Egypt, including their personal details, parental education levels, type of education, and grades in various subjects. The data is synthetically generated to simulate real-world educational data and can be used for exploratory data analysis (EDA), classification tasks, and regression analysis.
Columns:
1. Exploratory Data Analysis (EDA):
CREATE TABLE egypt_education_dataset (
"student_name" VARCHAR,
"student_age" BIGINT,
"student_year" VARCHAR,
"father_degree" VARCHAR,
"mother_degree" VARCHAR,
"education_type" VARCHAR,
"subject_1" DOUBLE,
"subject_2" DOUBLE,
"subject_3" DOUBLE,
"subject_4" DOUBLE,
"subject_5" DOUBLE,
"subject_6" DOUBLE,
"subject_7" DOUBLE,
"subject_8" DOUBLE,
"subject_9" DOUBLE,
"subject_10" DOUBLE
);
Anyone who has the link will be able to view this.