Baselight

Time Spent On Social Media

What is Time ? with Visualisations using R code

@kaggle.patricklford_time_spent_on_social_media

Dt
@kaggle.patricklford_time_spent_on_social_media.dt

  • 2.32 KB
  • 13 rows
  • 2 columns
year

Year

daily_time_hours_minutes

Daily Time (Hours:Minutes)

201201:30
201301:35
201401:44
201501:51
201602:08
201702:14
201802:22
201902:25
202002:25
202102:25

CREATE TABLE dt (
  "year" BIGINT,
  "daily_time_hours_minutes" VARCHAR
);

Share link

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