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 -- Worry About Things.,
"make_friends_easily" DOUBLE -- Make Friends Easily.,
"have_a_vivid_imagination" DOUBLE -- Have A Vivid Imagination.,
"trust_others" BIGINT,
"get_angry_easily" DOUBLE -- Get Angry Easily.,
"love_large_parties" BIGINT -- Love Large Parties.,
"would_never_cheat_to_get_ahead" DOUBLE -- Would Never Cheat To Get Ahead.,
"like_order" BIGINT -- Like Order.,
"often_feel_unhappy" DOUBLE -- Often Feel Unhappy.,
"take_charge" BIGINT -- Take Charge.,
"make_people_feel_welcome" DOUBLE -- Make People Feel Welcome.,
"try_to_follow_the_rules" BIGINT -- Try To Follow The Rules.,
"am_always_busy" DOUBLE -- Am Always Busy.,
"am_easy_to_satisfy" BIGINT -- Am Easy To Satisfy.,
"go_straight_for_the_goal" BIGINT -- Go Straight For The Goal.,
"often_overindulge" DOUBLE -- Often Overindulge.,
"panic_easily" DOUBLE -- Panic Easily.,
"avoid_mistakes" BIGINT -- Avoid Mistakes.,
"warm_up_quickly_to_others" DOUBLE -- Warm Up Quickly To Others.,
"get_irritated_easily" DOUBLE -- Get Irritated Easily.,
"stick_to_the_rules" DOUBLE -- Stick To The Rules.,
"try_to_lead_others" BIGINT -- Try To Lead Others.,
"keep_my_promises" BIGINT -- Keep My Promises.,
"feel_others_emotions" DOUBLE -- Feel Others\u0027 Emotions,
"like_to_visit_new_places" BIGINT -- Like To Visit New Places.,
"work_hard" DOUBLE -- Work Hard.,
"become_overwhelmed_by_events" BIGINT -- Become Overwhelmed By Events.,
"choose_my_words_with_care" BIGINT -- Choose My Words With Care.,
"i_have_little_to_say" DOUBLE -- I Have Little To Say.,
"i_am_quiet_around_strangers" DOUBLE -- I Am Quiet Around Strangers.
);
Anyone who has the link will be able to view this.