Baselight

Community Events

Sample 2024 community event participation data for data analysis & visualization

@kaggle.sumanvithadasari_community_events

Loading...
Loading...

About this Dataset

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).

Tables

Community Events 2024 Raw Data

@kaggle.sumanvithadasari_community_events.community_events_2024_raw_data
  • 339.03 KB
  • 49060 rows
  • 13 columns
Loading...

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
);

Share link

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