CREATE TABLE career_guidance_dataset (
"student_id" VARCHAR,
"age" BIGINT,
"gender" VARCHAR,
"field_of_study" VARCHAR,
"year_of_study" BIGINT,
"university_location" VARCHAR,
"gpa" DOUBLE,
"relevant_coursework" BIGINT,
"prior_employment" BIGINT,
"employment_type" VARCHAR,
"entrepreneurial_experience" BIGINT,
"startup_participation" BIGINT,
"career_interests" VARCHAR,
"entrepreneurial_aspirations" VARCHAR,
"career_guidance_satisfaction" BIGINT,
"recommended_career_path" VARCHAR,
"entrepreneurship_suitability_score" BIGINT,
"top_recommended_industries" VARCHAR,
"predicted_job_success_probability" BIGINT,
"user_satisfaction" BIGINT,
"followed_recommendations" BIGINT,
"employment_status_post_graduation" VARCHAR
);