Career Guidance & Entrepreneurial Development
Predictive Career Guidance and Entrepreneurial Development Using AI and ML
@kaggle.ziya07_career_guidance_and_entrepreneurial_development
Predictive Career Guidance and Entrepreneurial Development Using AI and ML
@kaggle.ziya07_career_guidance_and_entrepreneurial_development
CREATE TABLE career_guidance_feedback_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,
"recommendation_accuracy" BIGINT,
"entrepreneurial_fit_rating" BIGINT,
"overall_satisfaction" BIGINT,
"feedback_comments" VARCHAR,
"entrepreneurial_feedback_comments" VARCHAR,
"improvement_suggestions" VARCHAR,
"follow_up_actions" BIGINT
);
Anyone who has the link will be able to view this.