Community Events
Sample 2024 community event participation data for data analysis & visualization
@kaggle.sumanvithadasari_community_events
Sample 2024 community event participation data for data analysis & visualization
@kaggle.sumanvithadasari_community_events
CREATE TABLE community_events_2024_raw_data (
"participantid" VARCHAR,
"communitycenter" VARCHAR,
"programtype" VARCHAR,
"gender" VARCHAR,
"event" VARCHAR,
"birthdate" TIMESTAMP,
"eventhost" BOOLEAN,
"employmentstatus" VARCHAR,
"eventdate" TIMESTAMP,
"firstparticipationdate" TIMESTAMP,
"lastparticipationdate" TIMESTAMP,
"participationmonths" DOUBLE,
"recurringparticipant" BOOLEAN
);
Anyone who has the link will be able to view this.