Data Science Life Cycle (DSLC)
Definition
The Data Science Life Cycle is the structured sequence of stages followed in a data science project: understanding and defining the problem, collecting data, cleaning and preparing it, exploring and analysing it, modelling or interpreting the results, and finally communicating the findings.
Example
A school wants to reduce absenteeism. Define: which year groups are most affected and when? Collect: two years of attendance records. Clean: remove duplicate entries and fix inconsistent date formats. Analyse: compare absence by month and year group. Interpret: absence peaks in one month for one group. Communicate: a single clear chart presented to the staff meeting.
Detailed Explanation
The cycle is iterative, not a straight line. Analysis frequently reveals that the wrong data was collected, sending the team back a stage. Describing it as a strict one-way process is a common exam inaccuracy.