Personality Classification Type Dataset
Personality Questionnaire classification Data
@kaggle.shariful07_personality_classification_type_dataset
Personality Questionnaire classification Data
@kaggle.shariful07_personality_classification_type_dataset
CREATE TABLE personality_classification_data (
"worry_about_things" DOUBLE,
"make_friends_easily" DOUBLE,
"have_a_vivid_imagination" DOUBLE,
"trust_others" BIGINT,
"get_angry_easily" DOUBLE,
"love_large_parties" BIGINT,
"would_never_cheat_to_get_ahead" DOUBLE,
"like_order" BIGINT,
"often_feel_unhappy" DOUBLE,
"take_charge" BIGINT,
"make_people_feel_welcome" DOUBLE,
"try_to_follow_the_rules" BIGINT,
"am_always_busy" DOUBLE,
"am_easy_to_satisfy" BIGINT,
"go_straight_for_the_goal" BIGINT,
"often_overindulge" DOUBLE,
"panic_easily" DOUBLE,
"avoid_mistakes" BIGINT,
"warm_up_quickly_to_others" DOUBLE,
"get_irritated_easily" DOUBLE,
"stick_to_the_rules" DOUBLE,
"try_to_lead_others" BIGINT,
"keep_my_promises" BIGINT,
"feel_others_emotions" DOUBLE,
"like_to_visit_new_places" BIGINT,
"work_hard" DOUBLE,
"become_overwhelmed_by_events" BIGINT,
"choose_my_words_with_care" BIGINT,
"i_have_little_to_say" DOUBLE,
"i_am_quiet_around_strangers" DOUBLE
);
Anyone who has the link will be able to view this.