Baselight

School Student Daily Attendance

Daily counts of students registered, present, absent and released

@kaggle.sahirmaharajj_school_student_daily_attendance

Loading...
Loading...

About this Dataset

School Student Daily Attendance

Daily listing (counts) of students registered, present, absent and released by School DBN.

Each record includes the date, total enrollment, number of students absent, present, and released on that day. This structured data is pivotal for understanding daily attendance trends, student engagement, and the operational dynamics of the school environment over time.

From a data science perspective, this dataset is a treasure trove for analyzing educational trends, attendance patterns, and their correlations with academic performance and other socio-economic factors. Analyzing these patterns over time or across different schools can help in identifying critical issues such as chronic absenteeism, the effectiveness of attendance policies, and the impact of external factors on student attendance.

Various types of analyses can be performed on this dataset to extract meaningful insights:

  • Time Series Analysis: This involves examining the data across time to identify trends, seasonal patterns, or anomalies in student attendance.
  • Predictive Modeling: Using historical attendance data to predict future trends. This could help in forecasting future attendance patterns and planning necessary interventions early.
  • Correlation Analysis: This type of analysis can be used to explore correlations between attendance rates and other variables, possibly external, like local events, weather conditions, or public health issues.
  • Cluster Analysis: By clustering different days based on attendance figures, schools can categorize 'types' of days (e.g., high attendance vs. low attendance days) and possibly link these to specific events or conditions.

Tables

N 2018–2019 Daily Attendance 20240429

@kaggle.sahirmaharajj_school_student_daily_attendance.n_2018_2019_daily_attendance_20240429
  • 1.07 MB
  • 277153 rows
  • 6 columns
Loading...

CREATE TABLE n_2018_2019_daily_attendance_20240429 (
  "school_dbn" VARCHAR,
  "date" BIGINT,
  "enrolled" BIGINT,
  "absent" BIGINT,
  "present" BIGINT,
  "released" BIGINT
);

Share link

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