You are on page 1of 3

Exploratory Data Analysis

(School Attendance Dropouts Tracking)

By Kiran Gupta
(BA Intern - LearnAtRise)
Submission Date: 25th October, 2022

1
2. Extract important variables from the dataset

Students – includes personal details, grade, gender etc.


Sr. No Attribute Name Type Data Type
1 StudentID String (Categorical) Categorical
2 First Name String Categorical
3 Last Name String Categorical
4 Email Not used Categorical
5 Gender String (Categorical) Categorical (‘Male’, ’Female’)
6 Street Number String Categorical
7 Street Name String Categorical
8 State Not used Categorical
9 City Not used Categorical
10 Country Code Not used Categorical
11 Grade Whole number Converted Categorical (9th,10th,11th ,12th)
to String
12 GradeIndex String Created to properly sort grade

Enrollment – Registration details


Sr. No. Attribute Name Type Data Type
1 Academic Year String (not used)
2 ID String (Categorical) Categorical
3 Enrollment Date Date Date
4 Last Date Date Date

School Working Calendar


Sr. Attribute Name Type
No.
1 Working Date Date
2 Dy – working day number String
3 Mo – Current year’s working month no String
4 Academic Year String (not used)
5 EndBegFlag To identify EndYear,BegYear,EndMonth
6 EndofweekFlag To identify Endofweek

Absent Days all grades – Merged Table


Sr. No Attribute Name Type Data Type
1 StudentID String (Categorical) Categorical
2 DaysAbsent Date Date

2
Suspension all grades – Merged Table
Sr. No Attribute Name Type Data Type
1 StudentID String (Categorical) Categorical
2 SuspensionDate Date Date
3 Type String (Categorical) Categorical (OOS, ISS)

You might also like