Baselight

Personality Classification Type Dataset

Personality Questionnaire classification Data

@kaggle.shariful07_personality_classification_type_dataset

Loading...
Loading...

About this Dataset

Personality Classification Type Dataset

Context

Personality Questionnaire classification personality types across 5 axis:

Stongly Agree: 2
Agree: 1
Neutral: 0
Disagree: -1
Stongly Disagree: -2

This data was collected through the Google forms,

Inspiration

Use Matplotlib, Seaborn For Data Visualization
Use machine learning algorithm

Tables

Personality Classification Data

@kaggle.shariful07_personality_classification_type_dataset.personality_classification_data
  • 24.4 KB
  • 122 rows
  • 30 columns
Loading...

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
);

Share link

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