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 interests_of_users_by_age (
"age" BIGINT,
"nbusers" BIGINT,
"percentwantchats" DOUBLE,
"percentwantfriends" DOUBLE,
"percentwantdates" DOUBLE,
"meankissesreceived" BIGINT,
"meanvisitsreceived" DOUBLE,
"meanfollowers" DOUBLE,
"meanlanguagesknown" DOUBLE,
"totalwantchants" BIGINT,
"totalwantfriends" BIGINT,
"totalwantdates" BIGINT,
"totalkissesreceive" BIGINT,
"totalvisitsreceived" BIGINT,
"totalfollowers" BIGINT,
"totallanguagesspoken" BIGINT
);
Anyone who has the link will be able to view this.