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
Number of attendees every 10 minutes from the last year in the gym
@kaggle.nsrose7224_crowdedness_at_the_campus_gym
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
);
Anyone who has the link will be able to view this.