Non-verbal Tourists Data
Accessing non-verbal communication preferences of customers
@kaggle.surajjha101_nonverbal_tourists_data
Accessing non-verbal communication preferences of customers
@kaggle.surajjha101_nonverbal_tourists_data
Nonverbal communication (NVC) is the transmission of messages or signals through a nonverbal platform such as eye contact, facial expressions, gestures, posture, and body language. It includes the use of social cues, kinesics, distance (proxemics) and physical environments/appearance, of voice (paralanguage) and of touch (haptics). It can also include the use of time (chronemics) and eye contact and the actions of looking while talking and listening, frequency of glances, patterns of fixation, pupil dilation, and blink rate (Oculesics).
Data was collected by surveying tourists - some of whom are returning ones while others are new customers.
CREATE TABLE non_verbal_tourist_data (
"sex" VARCHAR,
"age" BIGINT,
"country" VARCHAR,
"returning" VARCHAR,
"gimg1" VARCHAR,
"gimg2" VARCHAR,
"gimg3" VARCHAR,
"pimg1" VARCHAR,
"pimg2" VARCHAR,
"pimg3" VARCHAR,
"pimg4" VARCHAR,
"pimg5" VARCHAR,
"tense_relaxed" BIGINT -- Tense - Relaxed,
"authoritative_anarchic" VARCHAR -- Authoritative -anarchic,
"hostile_friendly" BIGINT -- Hostile - Friendly,
"taudio1" VARCHAR,
"taudio2" VARCHAR,
"taudio3" VARCHAR,
"qaudio1" VARCHAR,
"qaudio2" VARCHAR,
"qaudio3" VARCHAR,
"proxemics" VARCHAR,
"type_of_client" BIGINT
);Anyone who has the link will be able to view this.