Baselight

Social-Media-Users-Dataset

The Ultimate Dummy Users Dataset for Social Media Recommendation Models

@kaggle.arindamsahoo_social_media_users

Loading...
Loading...

About this Dataset

Social-Media-Users-Dataset

This dataset contains information about users for a social media friend recommendation project. It includes fields such as UserID, Name, Gender, Date of Birth (DOB), Interests, City, and Country. The dataset aims to capture diverse user profiles and their characteristics in terms of personal information, interests, and geographical locations.

Tables

Socialmediausersdataset

@kaggle.arindamsahoo_social_media_users.socialmediausersdataset
  • 3.58 MB
  • 100000 rows
  • 7 columns
Loading...

CREATE TABLE socialmediausersdataset (
  "userid" BIGINT,
  "name" VARCHAR,
  "gender" VARCHAR,
  "dob" TIMESTAMP,
  "interests" VARCHAR,
  "city" VARCHAR,
  "country" VARCHAR
);

Share link

Anyone who has the link will be able to view this.