Baselight

Crowdedness At The Campus Gym

Number of attendees every 10 minutes from the last year in the gym

@kaggle.nsrose7224_crowdedness_at_the_campus_gym

Data
@kaggle.nsrose7224_crowdedness_at_the_campus_gym.data

  • 911.16 KB
  • 62184 rows
  • 11 columns
number_people

Number People

date

Date

timestamp

Timestamp

day_of_week

Day Of Week

is_weekend

Is Weekend

is_holiday

Is Holiday

temperature

Temperature

is_start_of_semester

Is Start Of Semester

is_during_semester

Is During Semester

month

Month

hour

Hour

37Sat Aug 15 2015 00:00:11 GMT+0000 (Coordinated Universal Time)61211471.76817
45Sat Aug 15 2015 00:20:14 GMT+0000 (Coordinated Universal Time)62414471.76817
40Sat Aug 15 2015 00:30:15 GMT+0000 (Coordinated Universal Time)63015471.76817
44Sat Aug 15 2015 00:40:16 GMT+0000 (Coordinated Universal Time)63616471.76817
45Sat Aug 15 2015 00:50:17 GMT+0000 (Coordinated Universal Time)64217471.76817
46Sat Aug 15 2015 01:00:18 GMT+0000 (Coordinated Universal Time)64818472.15818
43Sat Aug 15 2015 01:20:08 GMT+0000 (Coordinated Universal Time)66008472.15818
53Sat Aug 15 2015 01:30:09 GMT+0000 (Coordinated Universal Time)66609472.15818
54Sat Aug 15 2015 01:40:14 GMT+0000 (Coordinated Universal Time)67214472.15818
43Sat Aug 15 2015 01:50:15 GMT+0000 (Coordinated Universal Time)67815472.15818

CREATE TABLE data (
  "number_people" BIGINT,
  "date" VARCHAR,
  "timestamp" BIGINT,
  "day_of_week" BIGINT,
  "is_weekend" BIGINT,
  "is_holiday" BIGINT,
  "temperature" DOUBLE,
  "is_start_of_semester" BIGINT,
  "is_during_semester" BIGINT,
  "month" BIGINT,
  "hour" BIGINT
);

Share link

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