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
This synthetic dataset captures detailed participant engagement across various community programs and events throughout the year 2024. It's designed to simulate real-world volunteer and event participation data and is ideal for building dashboards, practicing data cleaning, or creating portfolio projects in tools like Tableau, Power BI, Excel or Google Data Studio (Looker).
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.