DATING App User Data
Unveiling DATING Trend User Demographics, Interests, and Behaviors
@kaggle.anandshaw2001_dating_dataset
Unveiling DATING Trend User Demographics, Interests, and Behaviors
@kaggle.anandshaw2001_dating_dataset
CREATE TABLE dating_app_dataset (
"user_id" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"height" DOUBLE,
"interests" VARCHAR,
"looking_for" VARCHAR,
"children" VARCHAR,
"education_level" VARCHAR,
"occupation" VARCHAR,
"swiping_history" BIGINT,
"frequency_of_usage" VARCHAR
);
Anyone who has the link will be able to view this.