Personality Scale Analysis
General personality analysis parameters based on scores
@kaggle.brsdincer_personality_scale_analysis
General personality analysis parameters based on scores
@kaggle.brsdincer_personality_scale_analysis
CREATE TABLE psyc (
"gender" VARCHAR,
"age" BIGINT,
"openness" BIGINT,
"neuroticism" BIGINT,
"conscientiousness" BIGINT,
"agreeableness" BIGINT,
"extraversion" BIGINT,
"personality" VARCHAR
);
Anyone who has the link will be able to view this.