Baselight

Viewer Behaviour

Video streaming platform viewer behaviour

@kaggle.gemalarahmani_viewer_behaviour

Loading...
Loading...

About this Dataset

Viewer Behaviour

This data contains a randomized value of viewer behaviour. Each row contains the data of each viewer.

  1. Watch duration: The duration of watching video in Hours/Week
  2. Avg_Session_Length: The average of how long a viewer stay in the platform in each session (Minutes/Session)
  3. Preferred_Genre_Count: The number of genre a viewer choose
  4. Subscription_type: 1,2,3 indicates Free, Basic, Premium

Tables

Viewer Behaviour

@kaggle.gemalarahmani_viewer_behaviour.viewer_behaviour
  • 40.76 KB
  • 1500 rows
  • 5 columns
Loading...

CREATE TABLE viewer_behaviour (
  "unnamed_0" BIGINT,
  "watch_duration" DOUBLE,
  "avg_session_length" DOUBLE,
  "preferred_genre_count" BIGINT,
  "subscription_type" BIGINT
);

Share link

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