Baselight

Browsing Behaviour

Vana Playground - Synthetic Projection

@pjsousa.browsing_behaviour

Loading...
Loading...

About this Dataset

Browsing Behaviour

The dataset consists of structured records of user browsing activity, capturing web page visits, timestamps, session durations, click patterns, and aggregated statistics such as frequency and engagement metrics. Organized longitudinally, it provides a detailed view of individual and population-level browsing behavior over time, enabling research in web usage patterns, attention modeling, personalization, and behavioral analytics.

Tables

Browsing Authors

@pjsousa.browsing_behaviour.browsing_authors
  • 5.14 kB
  • 100 rows
  • 2 columns
Loading...
CREATE TABLE browsing_authors (
  "author_id" VARCHAR,
  "created_time" TIMESTAMP
);

Browsing Entries

@pjsousa.browsing_behaviour.browsing_entries
  • 518.02 kB
  • 23,800 rows
  • 5 columns
Loading...
CREATE TABLE browsing_entries (
  "entry_id" BIGINT,
  "author_id" VARCHAR,
  "url" VARCHAR,
  "time_spent" BIGINT,
  "timestamp" TIMESTAMP
);

Browsing Stats

@pjsousa.browsing_behaviour.browsing_stats
  • 6.75 kB
  • 100 rows
  • 5 columns
Loading...
CREATE TABLE browsing_stats (
  "stats_id" BIGINT,
  "author_id" VARCHAR,
  "url_count" BIGINT,
  "average_time_spent" DOUBLE,
  "browsing_type" VARCHAR
);

Share link

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