Dating App Fame & Behavior
Understand people's fame and behavior's on a dating app platform
@kaggle.utkarshx27_lovoo_dating_app_dataset
Understand people's fame and behavior's on a dating app platform
@kaggle.utkarshx27_lovoo_dating_app_dataset
CREATE TABLE lovoo_v3_users_instances (
"gender" VARCHAR,
"age" BIGINT,
"name" VARCHAR,
"counts_pictures" BIGINT,
"counts_profilevisits" BIGINT,
"counts_kisses" BIGINT,
"flirtinterests_chat" BOOLEAN,
"flirtinterests_friends" BOOLEAN,
"flirtinterests_date" BOOLEAN,
"connectedtofacebook" BOOLEAN,
"isvip" BOOLEAN,
"isverified" BOOLEAN,
"lastonline" TIMESTAMP,
"lastonlinets" DOUBLE,
"lang_count" BIGINT,
"lang_fr" BOOLEAN,
"lang_en" BOOLEAN,
"lang_de" BOOLEAN,
"lang_it" BOOLEAN,
"lang_es" BOOLEAN,
"lang_pt" BOOLEAN,
"city" VARCHAR,
"locationcity" VARCHAR,
"locationcitysub" VARCHAR,
"userinfo_visitdate" TIMESTAMP,
"countdetails" DOUBLE,
"crypt" BOOLEAN,
"flirtstar" BOOLEAN,
"freshman" BOOLEAN,
"hasbirthday" BOOLEAN,
"highlighted" BOOLEAN,
"distance" DOUBLE,
"locked" BOOLEAN,
"mobile" BOOLEAN,
"online" BOOLEAN,
"whazzup" VARCHAR,
"pictureid" VARCHAR,
"userid" VARCHAR,
"issystemprofile" BOOLEAN
);
Anyone who has the link will be able to view this.