Baselight

Bellabeat Company

The dataset is collected from women of different ages.

@kaggle.vivekghildiyal01_bellabeat_company

Sleepday Merged
@kaggle.vivekghildiyal01_bellabeat_company.sleepday_merged

  • 7.82 KB
  • 413 rows
  • 5 columns
id

Id

sleepday

SleepDay

totalsleeprecords

TotalSleepRecords

totalminutesasleep

TotalMinutesAsleep

totaltimeinbed

TotalTimeInBed

15039603664/12/2016 12:00:00 AM1327346
15039603664/13/2016 12:00:00 AM2384407
15039603664/15/2016 12:00:00 AM1412442
15039603664/16/2016 12:00:00 AM2340367
15039603664/17/2016 12:00:00 AM1700712
15039603664/19/2016 12:00:00 AM1304320
15039603664/20/2016 12:00:00 AM1360377
15039603664/21/2016 12:00:00 AM1325364
15039603664/23/2016 12:00:00 AM1361384
15039603664/24/2016 12:00:00 AM1430449

CREATE TABLE sleepday_merged (
  "id" BIGINT,
  "sleepday" VARCHAR,
  "totalsleeprecords" BIGINT,
  "totalminutesasleep" BIGINT,
  "totaltimeinbed" BIGINT
);

Share link

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