Baselight

Student Feedback Survey Responses

Synthetic Dataset of 1000 responses

@kaggle.ruchi798_student_feedback_survey_responses

Student Feedback
@kaggle.ruchi798_student_feedback_survey_responses.student_feedback

  • 23.47 KB
  • 1001 rows
  • 10 columns
unnamed_0

Unnamed: 0

student_id

Student ID

well_versed_with_the_subject

Well Versed With The Subject

explains_concepts_in_an_understandable_way

Explains Concepts In An Understandable Way

use_of_presentations

Use Of Presentations

degree_of_difficulty_of_assignments

Degree Of Difficulty Of Assignments

solves_doubts_willingly

Solves Doubts Willingly

structuring_of_the_course

Structuring Of The Course

provides_support_for_students_going_above_and_beyond

Provides Support For Students Going Above And Beyond

course_recommendation_based_on_relevance

Course Recommendation Based On Relevance

34052769218
125365862129
268077654231
380696715946
4632810846699
583272783514
6772935210381
7961987443310
881465864479
986359479445

CREATE TABLE student_feedback (
  "unnamed_0" BIGINT,
  "student_id" BIGINT,
  "well_versed_with_the_subject" BIGINT,
  "explains_concepts_in_an_understandable_way" BIGINT,
  "use_of_presentations" BIGINT,
  "degree_of_difficulty_of_assignments" BIGINT,
  "solves_doubts_willingly" BIGINT,
  "structuring_of_the_course" BIGINT,
  "provides_support_for_students_going_above_and_beyond" BIGINT,
  "course_recommendation_based_on_relevance" BIGINT
);

Share link

Anyone who has the link will be able to view this.