Baselight

Personality Scale Analysis

General personality analysis parameters based on scores

@kaggle.brsdincer_personality_scale_analysis

Loading...
Loading...

About this Dataset

Personality Scale Analysis

Personality Scale Analysis

Scoring-based personality scale analysis

gender -- Male / Female
age -- Age
openness -- Openness score from 1 to 9
neuroticism -- Neuroticism score from 1 to 9
conscientiousness -- Conscientiousness score from 1 to 9
agreeableness -- Agreeablenes sscore from 1 to 9
extraversion -- Extraversion score from 1 to 9
Personality -- Dependable, Serious, Responsible, Extraverted, Lively

Target dependent variable:
Personality

Tables

Psyc

@kaggle.brsdincer_personality_scale_analysis.psyc
  • 7.32 KB
  • 315 rows
  • 8 columns
Loading...

CREATE TABLE psyc (
  "gender" VARCHAR,
  "age" BIGINT,
  "openness" BIGINT,
  "neuroticism" BIGINT,
  "conscientiousness" BIGINT,
  "agreeableness" BIGINT,
  "extraversion" BIGINT,
  "personality" VARCHAR
);

Share link

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