Correlation Between Posture & Personality Trait
Determine the posture of a person with MBTI type
@kaggle.dhanasekarjaisankar_correlation_between_posture_person_4141221e
Determine the posture of a person with MBTI type
@kaggle.dhanasekarjaisankar_correlation_between_posture_person_4141221e
CREATE TABLE myers_briggs_table_s1 (
"s_no" BIGINT,
"age" BIGINT,
"height" BIGINT,
"weight" BIGINT,
"sex" VARCHAR,
"activity_level" VARCHAR,
"pain_1" DOUBLE,
"pain_2" DOUBLE,
"pain_3" DOUBLE,
"pain_4" DOUBLE,
"mbti" VARCHAR,
"e" BIGINT,
"i" BIGINT,
"s" BIGINT,
"n" BIGINT,
"t" BIGINT,
"f" BIGINT,
"j" BIGINT,
"p" BIGINT,
"posture" VARCHAR
);
Anyone who has the link will be able to view this.