School Program Attendance
Public Libraries adolescent programs
@kaggle.sahirmaharajj_school_program_attendance
Public Libraries adolescent programs
@kaggle.sahirmaharajj_school_program_attendance
This dataset provides an overview of events held under the "All Children Excel" program. Each entry corresponds to a specific event, including its name, date, location, type, and target audience. The events are diverse, ranging from storytime sessions and STEM activities to makerspace events and bilingual programs.
This dataset is useful for data science because it offers rich, multi-faceted data that can be analyzed from various perspectives. Some types of analysis that can be performed include:
CREATE TABLE all_children_excel_program_attendance_20240525 (
  "title" VARCHAR,
  "date" TIMESTAMP,
  "month" VARCHAR,
  "fiscal_year" VARCHAR,
  "library" VARCHAR,
  "primary_event_type" VARCHAR,
  "event_type_option_1" VARCHAR,
  "event_type_option_2" VARCHAR,
  "primary_age_group" VARCHAR,
  "age_group_option_1" VARCHAR,
  "age_group_option_2" VARCHAR,
  "description" VARCHAR,
  "internal_notes" VARCHAR,
  "published_status" VARCHAR,
  "attendance" DOUBLE
);Anyone who has the link will be able to view this.